summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsShaderCache.h
Commit message (Collapse)AuthorAgeFilesLines
* Improve RS error handling. On errors RS will now store the error and a ↵Jason Sams2010-03-031-0/+1
| | | | message that can be read from the app. RS will then not continue rendering frames while an unchecked error is present until new state is received.
* Cleanup seperation of Legacy and user attribs. All user programs now use ↵Jason Sams2010-01-251-0/+2
| | | | the new names. Legacy vertex attribs are given default names.
* Place shader logging behind prop to declutter logs.Jason Sams2009-12-151-1/+1
|
* Begin gl2 support. Renderscript still uses GL1.1 by default. However, 2.0 ↵Jason Sams2009-11-251-0/+74
can be enabled and will render most tests correctly.