summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsObjectBase.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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