summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsProgramRaster.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Minor bug fixes and add glError check.Jason Sams2009-10-151-1/+1
|
* Improved object lifecycle tracking and fix leaks.Jason Sams2009-09-251-0/+8
|
* Improve renderscript context teardown. Track object in the system and then ↵Jason Sams2009-09-251-4/+6
| | | | 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.
* Minor cleanup of profile and compile logging.Jason Sams2009-09-241-2/+0
|
* Add raster object to control point and line params. Add flag to force SW ↵Jason Sams2009-09-231-0/+137
rendering.