summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsProgramRaster.h
Commit message (Collapse)AuthorAgeFilesLines
* Continue development of es2.0 user shader support for renderscript. This ↵Jason Sams2009-12-151-2/+0
| | | | change cleans up ProgramVertex creation and adds support for passing input, output, and constant type info.
* Begin gl2 support. Renderscript still uses GL1.1 by default. However, 2.0 ↵Jason Sams2009-11-251-0/+1
| | | | can be enabled and will render most tests correctly.
* Improved object lifecycle tracking and fix leaks.Jason Sams2009-09-251-0/+1
|
* Improve renderscript context teardown. Track object in the system and then ↵Jason Sams2009-09-251-1/+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.
* Add raster object to control point and line params. Add flag to force SW ↵Jason Sams2009-09-231-0/+72
rendering.