summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsMesh.h
Commit message (Collapse)AuthorAgeFilesLines
* Improve renderscript context teardown. Track object in the system and then ↵Jason Sams2009-09-251-2/+2
| | | | force their cleanup by releasing all user references once destroy context is called. Java layer will no longer send destroy notifications for objects garbage collected once a context is destroyed.
* More test app workJason Sams2009-07-141-0/+3
|
* 1st cut of a3d file loader.Jason Sams2009-07-101-10/+14
|
* Begin adding meshJason Sams2009-06-301-0/+83