summaryrefslogtreecommitdiff
path: root/cpp/ScriptC.cpp
Commit message (Expand)AuthorAgeFilesLines
* remove STL from rs C++ public interface. Nuke stlport.Miao Wang2015-04-131-1/+1
* Cleanup includes for rs/cpp to not expose internal details.Jason Sams2014-11-111-0/+1
* Replace NULL macros with nullptr literals.Chris Wailes2014-08-201-1/+1
* Add user-defined cache path.Tim Murray2013-12-181-1/+1
* Add basic support for intrinsics. Move sp<> into RScpp.Tim Murray2013-08-011-1/+0
* Add Sampler support to C++ API.Tim Murray2013-07-231-2/+0
* Move C++ API over to function tables rather than linking libRS directly.Tim Murray2013-07-231-2/+2
* Add x86 server support.Tim Murray2013-03-191-1/+0
* Move rs.h includes to source files.Tim Murray2013-02-131-0/+1
* Change namespace from renderscriptCpp to RSCTim Murray2012-11-161-1/+1
* Move to smart pointers for refcounting RS contextsTim Murray2012-11-051-5/+3
* Make all references use smart pointers.Jason Sams2012-04-021-0/+3
* Split cpp frontend to its own lib.Jason Sams2012-04-021-0/+32