Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix fountain and put the demos back in the optional build. | Jason Sams | 2010-02-08 | 1 | -0/+3 |
| | |||||
* | Fix some minor bugs with GL state setup that were exposed by Droids driver. | Jason Sams | 2010-01-27 | 1 | -2/+6 |
| | |||||
* | Cleanup seperation of Legacy and user attribs. All user programs now use ↵ | Jason Sams | 2010-01-25 | 1 | -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 Sams | 2010-01-07 | 1 | -8/+8 |
| | | | | Prevents conflict with numbered legacy slots. | ||||
* | More complete support for named attribs. Adds user typed attribs as ↵ | Jason Sams | 2010-01-06 | 1 | -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 Sams | 2009-12-23 | 1 | -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 Sams | 2009-11-25 | 1 | -0/+203 |
can be enabled and will render most tests correctly. |