summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsObjectBase.h
Commit message (Expand)AuthorAgeFilesLines
* Fix issue with freeing allocation with circular references.Jason Sams2011-08-181-0/+2
* Fixing asynchronous performance issues.Alex Sakhartchouk2011-08-161-1/+4
* Code cleanup to make formatting consistentAlex Sakhartchouk2010-11-101-6/+2
* Begin adding async allocation creation.Jason Sams2010-10-261-3/+1
* Fix refcounting bugs where the sys refcountJason Sams2010-10-211-8/+25
* Async type creation.Jason Sams2010-10-141-1/+6
* Add object validity checking.Jason Sams2010-09-301-0/+2
* Creating the jni and java layer to integrate a3dAlex Sakhartchouk2010-06-041-1/+1
* Removed unnecessary change based on comments.Alex Sakhartchouk2010-05-211-2/+5
* Implement type collapsing for Elements and Types. Now if a user creates two ...Jason Sams2010-02-171-1/+1
* Add support for dumping RS objects to aid in debugging of white blocks bug.Jason Sams2009-11-171-0/+1
* Improve logging code to dump more detaild rs object info. Fix bug with prede...Jason Sams2009-09-271-1/+1
* Improved object lifecycle tracking and fix leaks.Jason Sams2009-09-251-0/+6
* Improve renderscript context teardown. Track object in the system and then f...Jason Sams2009-09-251-4/+19
* Implement async data/subData. Implement TriangleMeshBuilder in SimpleMesh wh...Jason Sams2009-08-271-11/+15
* Fix bug with bad conversion of java strings to C strings for object names. U...Jason Sams2009-06-101-0/+1
* Add named objects and implement support for ProgramFragmentStore and ProgramF...Jason Sams2009-06-101-3/+19
* checkpoint pragma support. Includes more cleanup of script enviroment storag...Jason Sams2009-06-091-3/+10
* Add the Renderscript library. (Not in the build by default yet.)Jason Sams2009-05-221-0/+90