summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsType.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a build break. Too many branches to keep track of.Jason Sams2009-11-021-1/+0
* 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-0/+10
* Fix remaining object leaks. Change FountainView to tear down the rsContext a...Jason Sams2009-09-251-0/+1
* Improved object lifecycle tracking and fix leaks.Jason Sams2009-09-251-0/+2
* Improve renderscript context teardown. Track object in the system and then f...Jason Sams2009-09-251-2/+2
* Implement async data/subData. Implement TriangleMeshBuilder in SimpleMesh wh...Jason Sams2009-08-271-2/+5
* Point SpritesJason Sams2009-08-201-0/+14
* Cleanup of object destruction. No need to have a per-class destruction funct...Jason Sams2009-08-181-8/+10
* Begin implementing SimpleMesh and fix some bugs with refcounting and java obj...Jason Sams2009-08-091-12/+153
* Cleanup logging and fix a startup race condition that manifested on Firestone.Jason Sams2009-06-231-7/+0
* Fix 3 bugs in fountain test. Correctly generate the last mip level of a non-...Jason Sams2009-06-221-3/+3
* Add the Renderscript library. (Not in the build by default yet.)Jason Sams2009-05-221-0/+229