summaryrefslogtreecommitdiff
path: root/cpp/Script.cpp
Commit message (Expand)AuthorAgeFilesLines
* Delete simple reduction implementation.David Gross2016-06-101-16/+0
* Add reduce to the dispatch table and to the RenderScript C++ API.Matt Wala2015-08-201-0/+14
* Replace NULL macros with nullptr literals.Chris Wailes2014-08-201-3/+3
* Make error handling kill context activity. Add parameter validation.Tim Murray2013-08-211-5/+6
* Add error handling, move to create methods for intrinsics.Tim Murray2013-08-191-1/+1
* Add basic support for intrinsics. Move sp<> into RScpp.Tim Murray2013-08-011-1/+0
* Move C++ API over to function tables rather than linking libRS directly.Tim Murray2013-07-231-5/+5
* Add x86 server support.Tim Murray2013-03-191-1/+0
* Move rs.h includes to source files.Tim Murray2013-02-131-0/+1
* Add API entry points for clipped kernels and fix Z-dimension clipping.Tim Murray2013-02-071-1/+1
* Change namespace from renderscriptCpp to RSCTim Murray2012-11-161-1/+1
* Move to smart pointers for refcounting RS contextsTim Murray2012-11-051-19/+7
* Make all references use smart pointers.Jason Sams2012-04-021-3/+6
* Split cpp frontend to its own lib.Jason Sams2012-04-021-0/+69