index
:
frameworks_rs.git
master
n7.1
frameworks_rs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cpp
/
Allocation.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Comments clean up for C++ API
Miao Wang
2015-09-15
1
-1
/
+0
*
Add USAGE_OEM
Jason Sams
2015-05-11
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