summaryrefslogtreecommitdiff
path: root/cpp/Type.cpp
AgeCommit message (Expand)Author
2015-04-16set mYuvFormat to RS_YUV_NONE in Type constructor.Miao Wang
2015-04-15Enable YUV support in rs C++ API.Miao Wang
2014-08-20Replace NULL macros with nullptr literals.Chris Wailes
2013-12-12Fix memory leak due to smart pointer misuse.Tim Murray
2013-09-09Fix build/dependency issue.Tim Murray
2013-08-28Fix element handling. Add YUV support.Tim Murray
2013-08-22Clean up RS C++ API visibility and fix some inconsistencies.Stephen Hines
2013-08-01Add basic support for intrinsics. Move sp<> into RScpp.Tim Murray
2013-07-23Move C++ API over to function tables rather than linking libRS directly.Tim Murray
2013-03-20Fix logging defined in external header.Jason Sams
2013-03-19Add x86 server support.Tim Murray
2013-02-13Move rs.h includes to source files.Tim Murray
2013-02-12Add convenient Type creator, alignment define, and fix USAGE_SHARED issue.Tim Murray
2013-01-09Add support for YUV allocations.Jason Sams
2012-11-16Change namespace from renderscriptCpp to RSCTim Murray
2012-11-05Move to smart pointers for refcounting RS contextsTim Murray
2012-04-02Make all references use smart pointers.Jason Sams
2012-04-02Split cpp frontend to its own lib.Jason Sams