summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsVertexArray.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix fountain and put the demos back in the optional build.Jason Sams2010-02-081-0/+3
|
* Fix some minor bugs with GL state setup that were exposed by Droids driver.Jason Sams2010-01-271-2/+6
|
* Cleanup seperation of Legacy and user attribs. All user programs now use ↵Jason Sams2010-01-251-127/+101
| | | | the new names. Legacy vertex attribs are given default names.
* Change user attribs to look for empty slot rather than using them in order. ↵Jason Sams2010-01-071-8/+8
| | | | Prevents conflict with numbered legacy slots.
* More complete support for named attribs. Adds user typed attribs as ↵Jason Sams2010-01-061-33/+65
| | | | available to programVertex. Non user attribs are not treated like user for GL2 for simplicity.
* Element restructuring. Add support for new basic Element types including ↵Jason Sams2009-12-231-3/+6
| | | | | | the RS objects and vectors(2-4). In theory this paves the way for maintaining type info for RS objects, passing elements for GLSL uiforms/attribs/varyings, and supporting nested structures. This will break some apps, checkings for other projects will follow to unbreak them.
* Begin gl2 support. Renderscript still uses GL1.1 by default. However, 2.0 ↵Jason Sams2009-11-251-0/+203
can be enabled and will render most tests correctly.