summaryrefslogtreecommitdiffstats
path: root/libs/rs/java/Fall
Commit message (Collapse)AuthorAgeFilesLines
* Remove the FallRS demo, now promoted as a wallpaper.Romain Guy2009-09-099-1065/+0
| | | | Change-Id: I0e40f2aa4b51f9e9cdbe14d178491b3667662023
* Minor perf improvement to fall and expand use of struct.Jason Sams2009-09-041-14/+11
|
* checkpointJason Sams2009-09-041-10/+11
|
* Remove "predefined" elements from Java layer. Static elements continue to ↵Jason Sams2009-09-042-88/+64
| | | | exist but are no longer treated as a special version of element.
* Improve structure support using symbol lookup of named structures in scripts ↵Jason Sams2009-09-031-34/+32
| | | | to allow them to appear as just pointers to structs.
* Add support for selecting the color bit depth and if the application used a ↵Jason Sams2009-08-251-1/+1
| | | | depth buffer.
* Fix FallRS by keeping a reference to the mesh.Romain Guy2009-08-211-2/+5
|
* Micro-optimizations for FallRSRomain Guy2009-08-191-56/+69
|
* Improved performance in Galaxy and FallRomain Guy2009-08-192-16/+60
|
* Move the skyRomain Guy2009-08-194-198/+166
|
* Tweak the water and its textureRomain Guy2009-08-183-49/+21
|
* Add reflections to the waterRomain Guy2009-08-183-29/+49
|
* Make the laves follow the ripplesRomain Guy2009-08-092-47/+194
|
* Better ripples and leavesRomain Guy2009-08-093-34/+149
|
* Add refraction and bettr normals computation to FallRSRomain Guy2009-08-075-32/+159
|
* Add lighting to animated water ripples.Romain Guy2009-08-063-37/+318
|
* Draw untextured water meshRomain Guy2009-08-052-2/+52
|
* Remove useless slot from ProgramVertex. Optimize GL state setup.Jason Sams2009-08-051-3/+4
|
* Fix Fall RS to use the new ProgramVertex APIs.Romain Guy2009-08-041-8/+8
|
* Add ability to load arrays in RenderScript.Romain Guy2009-08-046-0/+352