summaryrefslogtreecommitdiff
path: root/cpp/Element.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add float16 elements to C++ APIPirama Arumuga Nainar2016-02-181-0/+2
* Comments clean up for C++ APIMiao Wang2015-09-151-11/+13
* Fix updateFromNative in C++ API.Miao Wang2015-09-151-0/+3
* Enable YUV support in rs C++ API.Miao Wang2015-04-151-1/+2
* remove STL from rs C++ public interface. Nuke stlport.Miao Wang2015-04-131-43/+125
* Replace NULL macros with nullptr literals.Chris Wailes2014-08-201-30/+29
* Fix memory leak due to smart pointer misuse.Tim Murray2013-12-121-1/+1
* Add RGBA_5551.Tim Murray2013-12-111-0/+1
* Add docs to C++ API.Tim Murray2013-10-041-5/+0
* Fix build/dependency issue.Tim Murray2013-09-091-0/+1
* Fix element handling. Add YUV support.Tim Murray2013-08-281-6/+20
* Make error handling kill context activity. Add parameter validation.Tim Murray2013-08-211-1/+1
* Add error handling, move to create methods for intrinsics.Tim Murray2013-08-191-15/+30
* remove string8, replace with std::string from stlportTim Murray2013-08-141-7/+7
* Add basic support for intrinsics. Move sp<> into RScpp.Tim Murray2013-08-011-25/+24
* Add Sampler support to C++ API.Tim Murray2013-07-231-2/+6
* Move C++ API over to function tables rather than linking libRS directly.Tim Murray2013-07-231-4/+4
* Add x86 server support.Tim Murray2013-03-191-2/+2
* 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-63/+16
* Make all references use smart pointers.Jason Sams2012-04-021-20/+23
* Split cpp frontend to its own lib.Jason Sams2012-04-021-0/+428