summaryrefslogtreecommitdiff
path: root/cpp/RenderScript.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid destroying Device separatelyYang Ni2016-04-041-8/+3
* Merge "Derive the bcc optimization level from the input bitcode."Stephen Hines2016-01-301-2/+1
|\
| * Derive the bcc optimization level from the input bitcode.Stephen McGroarty2015-09-021-2/+1
* | Add back RS::init(const char*, uint32_t)Miao Wang2016-01-121-0/+4
* | Allow developers to specify a target RS API level for C++Miao Wang2015-10-121-5/+6
* | Comments clean up for C++ APIMiao Wang2015-09-151-10/+12
* | C++ API call RS::finish() before destroy rsContextMiao Wang2015-09-111-0/+1
|/
* Lose HAVE_ANDROID_OS in frameworks/rs.Elliott Hughes2015-08-121-2/+2
* Add a flag to the API to specify -O0 on the bcc command line.verena beckham2015-07-171-1/+2
* Added in wait for attach context flag.Stephen McGroarty2015-05-191-1/+1
* remove STL from rs C++ public interface. Nuke stlport.Miao Wang2015-04-131-3/+10
* Update RenderScript C++ APIMiao Wang2015-03-301-4/+4
* Create a separate static lib that provides a dispatch table to bothMiao Wang2014-11-111-338/+1
* Cleanup includes for rs/cpp to not expose internal details.Jason Sams2014-11-111-0/+1
* am cbbac9f5: Disable property_get for 64-bit.Tim Murray2014-09-101-1/+1
|\
| * Disable property_get for 64-bit.Tim Murray2014-09-101-1/+1
* | Replace NULL macros with nullptr literals.Chris Wailes2014-08-201-79/+79
|/
* Add flags for low power context.Jason Sams2014-05-201-1/+2
* Add error check when init RS thread in sync mode.Xiaofei Wan2014-03-311-7/+11
* Add getPointer for USAGE_SHARED allocations.Jason Sams2014-02-261-0/+5
* Fix NDK API on old devices.Tim Murray2014-01-151-2/+5
* Add user-defined cache path.Tim Murray2013-12-181-3/+10
* Remove excessive ALOGE.Tim Murray2013-12-121-68/+68
* Add docs to C++ API.Tim Murray2013-10-041-0/+2
* Add flags word to context initialization.Tim Murray2013-09-091-5/+10
* Fix build/dependency issue.Tim Murray2013-09-091-3/+1
* Make error handling kill context activity. Add parameter validation.Tim Murray2013-08-211-0/+4
* Add error handling, move to create methods for intrinsics.Tim Murray2013-08-191-5/+9
* Add basic support for intrinsics. Move sp<> into RScpp.Tim Murray2013-08-011-1/+1
* Fix initialization problem in rsCPP.Tim Murray2013-07-291-0/+1
* Add Sampler support to C++ API.Tim Murray2013-07-231-0/+1
* Move to dynamic dispatch. Add support for IoAllocation* in rs.spec.Tim Murray2013-07-231-12/+46
* Load from libRS or libRSSupport.Tim Murray2013-07-231-145/+152
* Move C++ API over to function tables rather than linking libRS directly.Tim Murray2013-07-231-17/+387
* Fix logging defined in external header.Jason Sams2013-03-201-1/+0
* Add x86 server support.Tim Murray2013-03-191-3/+1
* Add support for debug and profile context.Jason Sams2013-02-221-1/+1
* enable synchronous mode (functional)Tim Murray2012-12-041-4/+4
* Handle NONE/RESIZE message types properly in C++ API.Stephen Hines2012-11-261-1/+4
* Change namespace from renderscriptCpp to RSCTim Murray2012-11-161-1/+1
* Fix uninitialized variable bug, add finish()Tim Murray2012-11-141-0/+4
* Add support for CPU-only execution in C++ API.Tim Murray2012-11-061-4/+4
* Move to smart pointers for refcounting RS contextsTim Murray2012-11-051-24/+19
* Make all references use smart pointers.Jason Sams2012-04-021-1/+4
* Split cpp frontend to its own lib.Jason Sams2012-04-021-0/+165