summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsObjectBase.cpp
Commit message (Expand)AuthorAgeFilesLines
* Cleaning up the serialization change.Alex Sakhartchouk2011-01-311-6/+0
* Code cleanup to make formatting consistentAlex Sakhartchouk2010-11-101-40/+20
* Begin adding async allocation creation.Jason Sams2010-10-261-1/+8
* Fix refcounting bugs where the sys refcountJason Sams2010-10-211-60/+77
* Fix deadlock on RS teardown.Jason Sams2010-10-151-9/+3
* Async type creation.Jason Sams2010-10-141-17/+64
* Fixing refcounting debug statements that've gotten bitrotten.Alex Sakhartchouk2010-10-121-5/+5
* Add object validity checking.Jason Sams2010-09-301-0/+12
* Fix clear() operation for rsScriptC.Stephen Hines2010-09-291-0/+1
* Removed unnecessary change based on comments.Alex Sakhartchouk2010-05-211-12/+9
* Implement type collapsing for Elements and Types. Now if a user creates two ...Jason Sams2010-02-171-0/+1
* Fix extended logging for object dumping.Jason Sams2009-11-191-12/+6
* Add support for dumping RS objects to aid in debugging of white blocks bug.Jason Sams2009-11-171-0/+12
* Fix RS bugs. We were holding a pointer to the script text from the java vm. ...Jason Sams2009-11-031-6/+1
* Fix some leaks. This fixes the major malloc memory leak in allApps. Still t...Jason Sams2009-11-021-0/+1
* Improve logging code to dump more detaild rs object info. Fix bug with prede...Jason Sams2009-09-271-3/+3
* Improved object lifecycle tracking and fix leaks.Jason Sams2009-09-251-8/+26
* Reduce debugging spew and add props to selectivly re-enable it.Jason Sams2009-09-251-5/+9
* Improve renderscript context teardown. Track object in the system and then f...Jason Sams2009-09-251-15/+91
* Implement async data/subData. Implement TriangleMeshBuilder in SimpleMesh wh...Jason Sams2009-08-271-8/+31
* Add support for selecting the color bit depth and if the application used a d...Jason Sams2009-08-251-0/+5
* Begin implementing SimpleMesh and fix some bugs with refcounting and java obj...Jason Sams2009-08-091-0/+1
* Cleanup logging and fix a startup race condition that manifested on Firestone.Jason Sams2009-06-231-2/+2
* Cleanup includes so Log.h can use the tag. rsUtils.h is the file that should...Jason Sams2009-06-221-1/+0
* Fix bug with bad conversion of java strings to C strings for object names. U...Jason Sams2009-06-101-0/+12
* Add named objects and implement support for ProgramFragmentStore and ProgramF...Jason Sams2009-06-101-0/+10
* Add the Renderscript library. (Not in the build by default yet.)Jason Sams2009-05-221-0/+48