summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsSimpleMesh.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix some minor bugs with GL state setup that were exposed by Droids driver.Jason Sams2010-01-271-1/+1
* More complete support for named attribs. Adds user typed attribs as availabl...Jason Sams2010-01-061-5/+12
* Element restructuring. Add support for new basic Element types including the...Jason Sams2009-12-231-2/+5
* Implement RS tracked defered texture and buffer object uploads.Jason Sams2009-12-141-3/+5
* Begin gl2 support. Renderscript still uses GL1.1 by default. However, 2.0 c...Jason Sams2009-11-251-17/+14
* Fix a build break. Too many branches to keep track of.Jason Sams2009-11-021-2/+0
* Fix some leaks. This fixes the major malloc memory leak in allApps. Still t...Jason Sams2009-11-021-0/+2
* Improved object lifecycle tracking and fix leaks.Jason Sams2009-09-251-0/+4
* Improve renderscript context teardown. Track object in the system and then f...Jason Sams2009-09-251-2/+2
* Remove depricated triangleMesh.Jason Sams2009-09-231-0/+14
* Implement async data/subData. Implement TriangleMeshBuilder in SimpleMesh wh...Jason Sams2009-08-271-2/+2
* Cleanup of object destruction. No need to have a per-class destruction funct...Jason Sams2009-08-181-6/+0
* Begin implementing SimpleMesh and fix some bugs with refcounting and java obj...Jason Sams2009-08-091-0/+148