summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsShaderCache.h
Commit message (Collapse)AuthorAgeFilesLines
* fixing bugs 3053960, 3044804, 3044798Alex Sakhartchouk2010-10-011-3/+4
| | | | | | shader cleanup and removing unnecessary state setup. Change-Id: Ibddf2ad3a26bb983fc43bdeb58b1cec6224920b4
* More robust attribute bindingAlex Sakhartchouk2010-09-291-3/+3
| | | | | | | Adding attribute and uniform debug logging. Checking to see if aniso filtering is available. Change-Id: I2ed9d166ed7ff3df971d7af18b7a33f4e3ade928
* 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.