summaryrefslogtreecommitdiffstats
path: root/libs/rs/java/Fall/src/com/android
Commit message (Collapse)AuthorAgeFilesLines
* Remove the FallRS demo, now promoted as a wallpaper.Romain Guy2009-09-093-541/+0
| | | | Change-Id: I0e40f2aa4b51f9e9cdbe14d178491b3667662023
* Remove "predefined" elements from Java layer. Static elements continue to ↵Jason Sams2009-09-041-14/+26
| | | | exist but are no longer treated as a special version of element.
* 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
|
* Improved performance in Galaxy and FallRomain Guy2009-08-191-7/+22
|
* Move the skyRomain Guy2009-08-192-131/+91
|
* Tweak the water and its textureRomain Guy2009-08-181-16/+18
|
* Add reflections to the waterRomain Guy2009-08-181-11/+14
|
* Make the laves follow the ripplesRomain Guy2009-08-091-32/+64
|
* Better ripples and leavesRomain Guy2009-08-091-22/+89
|
* Add refraction and bettr normals computation to FallRSRomain Guy2009-08-072-22/+46
|
* Add lighting to animated water ripples.Romain Guy2009-08-062-35/+111
|
* Draw untextured water meshRomain Guy2009-08-051-2/+41
|
* 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-043-0/+307