index
:
android_frameworks_rs
cm-10.1
cm-10.2
cm-11.0
cm-12.0
cm-12.1
cm-13.0
jellybean
jellybean-stable
mr1.1-staging
shipping/cm-11.0
stable/cm-10.2
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.0-YNG1I
stable/cm-12.0-YNG1T
stable/cm-12.0-YNG1TA
stable/cm-12.0-YNG3C
stable/cm-12.0-YNG4N
stable/cm-12.1-YOG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH0E
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0-caf
staging/cm-12.1
staging/cm-13.0+r22
staging/cm-14.0
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cpp
/
Allocation.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add USAGE_OEM
Jason Sams
2015-05-13
1
-0
/
+1
*
Add setSurface() and getSurface() to RScpp.
Miao Wang
2015-04-07
1
-21
/
+49
*
Update RenderScript C++ API
Miao Wang
2015-03-30
1
-21
/
+132
*
Add the missing 'stridelen' field for AllocationGetPointer.
Miao Wang
2015-02-02
1
-1
/
+1
*
Replace NULL macros with nullptr literals.
Chris Wailes
2014-08-20
1
-11
/
+11
*
Make RS compile on ARM64.
Tim Murray
2014-03-13
1
-2
/
+2
*
Add getPointer for USAGE_SHARED allocations.
Jason Sams
2014-02-26
1
-2
/
+20
*
Replace "mips" with "mipmaps" since the MIPS gcc compiler defines mips to 1.
Stephen Hines
2013-12-20
1
-4
/
+4
*
Add 3D allocation support.
Tim Murray
2013-09-03
1
-0
/
+29
*
Make error handling kill context activity. Add parameter validation.
Tim Murray
2013-08-21
1
-36
/
+56
*
Add basic support for intrinsics. Move sp<> into RScpp.
Tim Murray
2013-08-01
1
-26
/
+28
*
Move C++ API over to function tables rather than linking libRS directly.
Tim Murray
2013-07-23
1
-50
/
+15
*
Start making RS 64-bit clean.
Tim Murray
2013-03-20
1
-1
/
+1
*
Add x86 server support.
Tim Murray
2013-03-19
1
-0
/
+4
*
Move rs.h includes to source files.
Tim Murray
2013-02-13
1
-0
/
+1
*
Add convenient Type creator, alignment define, and fix USAGE_SHARED issue.
Tim Murray
2013-02-12
1
-1
/
+2
*
Add support for 2D strided copies to/from an allocation with the C++ API.
Tim Murray
2012-11-27
1
-2
/
+25
*
Add support for 2D copies to arbitrary data pointers.
Tim Murray
2012-11-26
1
-0
/
+7
*
Remove size parameter from copy* methods in C++ and add copy*(void* data).
Tim Murray
2012-11-26
1
-17
/
+19
*
Change namespace from renderscriptCpp to RSC
Tim Murray
2012-11-16
1
-1
/
+1
*
Move to void* pointers for copying within C++ API.
Tim Murray
2012-11-14
1
-47
/
+6
*
Add createSized2D to C++ API
Tim Murray
2012-11-14
1
-12
/
+18
*
Fix uninitialized variable bug, add finish()
Tim Murray
2012-11-14
1
-1
/
+2
*
Add copy1DRangeToUnchecked.
Tim Murray
2012-11-13
1
-0
/
+16
*
Move to smart pointers for refcounting RS contexts
Tim Murray
2012-11-05
1
-170
/
+20
*
Make all references use smart pointers.
Jason Sams
2012-04-02
1
-14
/
+25
*
Split cpp frontend to its own lib.
Jason Sams
2012-04-02
1
-0
/
+468