summaryrefslogtreecommitdiff
path: root/cpp/Allocation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Comments clean up for C++ APIMiao Wang2015-09-151-1/+0
* Add USAGE_OEMJason Sams2015-05-111-0/+1
* Add setSurface() and getSurface() to RScpp.Miao Wang2015-04-071-21/+49
* Update RenderScript C++ APIMiao Wang2015-03-301-21/+132
* Add the missing 'stridelen' field for AllocationGetPointer.Miao Wang2015-02-021-1/+1
* Replace NULL macros with nullptr literals.Chris Wailes2014-08-201-11/+11
* Make RS compile on ARM64.Tim Murray2014-03-131-2/+2
* Add getPointer for USAGE_SHARED allocations.Jason Sams2014-02-261-2/+20
* Replace "mips" with "mipmaps" since the MIPS gcc compiler defines mips to 1.Stephen Hines2013-12-201-4/+4
* Add 3D allocation support.Tim Murray2013-09-031-0/+29
* Make error handling kill context activity. Add parameter validation.Tim Murray2013-08-211-36/+56
* Add basic support for intrinsics. Move sp<> into RScpp.Tim Murray2013-08-011-26/+28
* Move C++ API over to function tables rather than linking libRS directly.Tim Murray2013-07-231-50/+15
* Start making RS 64-bit clean.Tim Murray2013-03-201-1/+1
* Add x86 server support.Tim Murray2013-03-191-0/+4
* Move rs.h includes to source files.Tim Murray2013-02-131-0/+1
* Add convenient Type creator, alignment define, and fix USAGE_SHARED issue.Tim Murray2013-02-121-1/+2
* Add support for 2D strided copies to/from an allocation with the C++ API.Tim Murray2012-11-271-2/+25
* Add support for 2D copies to arbitrary data pointers.Tim Murray2012-11-261-0/+7
* Remove size parameter from copy* methods in C++ and add copy*(void* data).Tim Murray2012-11-261-17/+19
* Change namespace from renderscriptCpp to RSCTim Murray2012-11-161-1/+1
* Move to void* pointers for copying within C++ API.Tim Murray2012-11-141-47/+6
* Add createSized2D to C++ APITim Murray2012-11-141-12/+18
* Fix uninitialized variable bug, add finish()Tim Murray2012-11-141-1/+2
* Add copy1DRangeToUnchecked.Tim Murray2012-11-131-0/+16
* Move to smart pointers for refcounting RS contextsTim Murray2012-11-051-170/+20
* Make all references use smart pointers.Jason Sams2012-04-021-14/+25
* Split cpp frontend to its own lib.Jason Sams2012-04-021-0/+468