| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Add basic GL performance test.
Change-Id: I421a41b6683b2c5f70045cdd0f610a6939105fee
|
|
|
|
|
|
|
|
| |
Legacy vertex programs now bind by name just like the user programs.
This removes the need for two different ways of declairing the same
information.
Change-Id: I0178c0962842a1bbffb6726984ae1b8f5bb7529c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Now using android utils lib.
collada_to_a3d seems to work with android util libs.
Integrating old changelist
Changing assert to rsAssrt in VertexArray
making context compile.
Change-Id: I33890defa777f09253bfab630d97782359ec49d7
Added serialization code to rsLib
Integrated old changelist
Change-Id: Ie4746113f6d1817fbb3264f97fdddde25b779311
Added serialization code to rsLib
Change-Id: Ie4746113f6d1817fbb3264f97fdddde25b779311
|
|
|
|
| |
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.
|
|
|
|
| |
the new names. Legacy vertex attribs are given default names.
|
| |
|
|
|
|
| |
available to programVertex. Non user attribs are not treated like user for GL2 for simplicity.
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
can be enabled and will render most tests correctly.
|