summaryrefslogtreecommitdiff
path: root/cpp/Type.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove RSYuvFormat from C++ API headerPirama Arumuga Nainar2015-11-101-14/+10
* Comments clean up for C++ APIMiao Wang2015-09-151-3/+3
* Fix updateFromNative in C++ API.Miao Wang2015-09-151-12/+20
* set mYuvFormat to RS_YUV_NONE in Type constructor.Miao Wang2015-04-161-0/+2
* Enable YUV support in rs C++ API.Miao Wang2015-04-151-1/+13
* Replace NULL macros with nullptr literals.Chris Wailes2014-08-201-1/+1
* Fix memory leak due to smart pointer misuse.Tim Murray2013-12-121-1/+1
* Fix build/dependency issue.Tim Murray2013-09-091-0/+1
* Fix element handling. Add YUV support.Tim Murray2013-08-281-0/+40
* Clean up RS C++ API visibility and fix some inconsistencies.Stephen Hines2013-08-221-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-3/+3
* Fix logging defined in external header.Jason Sams2013-03-201-1/+0
* Add x86 server support.Tim Murray2013-03-191-3/+1
* 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-0/+16
* Add support for YUV allocations.Jason Sams2013-01-091-1/+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-4/+8
* Split cpp frontend to its own lib.Jason Sams2012-04-021-0/+160