summaryrefslogtreecommitdiff
path: root/cpp/Element.cpp
AgeCommit message (Expand)Author
2017-02-07frameworks/rs: fix clang-analyzer-unix.MallocSizeof warnings.Rahul Chaudhry
2016-11-04Fix google-build-using-namespace warnings.Chih-Hung Hsieh
2016-08-17Fix clang-tidy performance warnings.Chih-Hung Hsieh
2016-02-17Add float16 elements to C++ APIPirama Arumuga Nainar
2015-09-15Comments clean up for C++ APIMiao Wang
2015-09-15Fix updateFromNative in C++ API.Miao Wang
2015-04-15Enable YUV support in rs C++ API.Miao Wang
2015-04-13remove STL from rs C++ public interface. Nuke stlport.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-12-11Add RGBA_5551.Tim Murray
2013-10-04Add docs to C++ API.Tim Murray
2013-09-09Fix build/dependency issue.Tim Murray
2013-08-28Fix element handling. Add YUV support.Tim Murray
2013-08-21Make error handling kill context activity. Add parameter validation.Tim Murray
2013-08-19Add error handling, move to create methods for intrinsics.Tim Murray
2013-08-14remove string8, replace with std::string from stlportTim Murray
2013-08-01Add basic support for intrinsics. Move sp<> into RScpp.Tim Murray
2013-07-23Add Sampler support to C++ API.Tim Murray
2013-07-23Move C++ API over to function tables rather than linking libRS directly.Tim Murray
2013-03-19Add x86 server support.Tim Murray
2013-02-13Move rs.h includes to source files.Tim Murray
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