summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsSimpleMesh.h
Commit message (Collapse)AuthorAgeFilesLines
* Begin gl2 support. Renderscript still uses GL1.1 by default. However, 2.0 ↵Jason Sams2009-11-251-3/+3
| | | | can be enabled and will render most tests correctly.
* Improve renderscript context teardown. Track object in the system and then ↵Jason Sams2009-09-251-1/+1
| | | | 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.
* Remove depricated triangleMesh.Jason Sams2009-09-231-0/+1
|
* Begin implementing SimpleMesh and fix some bugs with refcounting and java ↵Jason Sams2009-08-091-0/+68
object destruction tracking.