summaryrefslogtreecommitdiffstats
path: root/libs/rs/java
Commit message (Expand)AuthorAgeFilesLines
...
* Merge change 21831 into eclairAndroid (Google) Code Review2009-08-183-29/+49
|\
| * Add reflections to the waterRomain Guy2009-08-183-29/+49
* | Implement OOB destroy method that can be called from the java finalizer remov...Jason Sams2009-08-181-10/+8
|/
* Tweak the galaxyRomain Guy2009-08-183-24/+25
* Optimized GalaxyRomain Guy2009-08-175-141/+122
* Update fountain and add writable flag to script slots.Jason Sams2009-08-173-110/+65
* Add Galaxy wallpaperRomain Guy2009-08-1610-0/+650
* Implement named slots and convert script.addType to script.setType to remove ...Jason Sams2009-08-133-30/+24
* Implement reflecting Java objects into the ACC enviroment.Jason Sams2009-08-122-60/+40
* Grass has graduated from an RS experiment to a real live wallpaper.Romain Guy2009-08-1210-579/+0
* Implement basic allocation readback. Add Get height, width to ScriptC_Lib.Jason Sams2009-08-102-20/+13
* Make the laves follow the ripplesRomain Guy2009-08-092-47/+194
* Begin implementing SimpleMesh and fix some bugs with refcounting and java obj...Jason Sams2009-08-092-32/+53
* Better ripples and leavesRomain Guy2009-08-095-56/+151
* Add refraction and bettr normals computation to FallRSRomain Guy2009-08-075-32/+159
* Add lighting to animated water ripples.Romain Guy2009-08-064-39/+320
* Use arrays in Grass RSRomain Guy2009-08-062-41/+24
* Merge change 20217Android (Google) Code Review2009-08-055-16/+67
|\
| * Draw untextured water meshRomain Guy2009-08-055-16/+67
* | Implement basic snapping.Jason Sams2009-08-053-14/+3
|/
* Remove useless slot from ProgramVertex. Optimize GL state setup.Jason Sams2009-08-054-8/+9
* Fix Fall RS to use the new ProgramVertex APIs.Romain Guy2009-08-041-8/+8
* Seperate ProgramVertex from RenderScript.java and merge ProgramVertexAlloc in...Jason Sams2009-08-044-40/+40
* Add ability to load arrays in RenderScript.Romain Guy2009-08-048-22/+397
* Seperate Light and Sampler from RenderScript.javaJason Sams2009-08-044-58/+34
* Split ProgramFragment and ProgramStore from RenderScript.java. Update Elemen...Jason Sams2009-08-045-104/+103
* Use the new ScriptC.Builder API.Romain Guy2009-08-041-2/+1
* Add swaying effect to the grass.Romain Guy2009-08-042-57/+63
* Split ScriptC from RenderScript.java. Implement state caching in the Builder...Jason Sams2009-08-044-37/+43
* Merge change 9606Android (Google) Code Review2009-08-033-33/+76
|\
| * Add anti-aliasing to Grass RS.Romain Guy2009-08-033-33/+76
* | Merge change 9551Android (Google) Code Review2009-08-031-0/+17
|\ \ | |/ |/|
| * Implement the jni bindings for Adapter2D. Fix a refcount bug in the native a...Jason Sams2009-08-031-0/+17
* | Clean up Grass RSRomain Guy2009-07-311-20/+18
* | Add new utility methods to rsScriptC_Lib, android.util.MathUtil and android.g...Romain Guy2009-07-313-30/+185
|/
* Split RenderScript Type and Allocation into seperate classes.Jason Sams2009-07-314-89/+93
* Begin splitting up RenderScript.java into seperate classes. First piece spli...Jason Sams2009-07-316-157/+45
* Smoother transitions in GrassRSRomain Guy2009-07-302-10/+46
* First pass at implementing the Grass live wallpaper in RenderScript.Romain Guy2009-07-3010-0/+354
* Implement bitmap resource loaders for utility. cleanup rolloRS and checkin m...Jason Sams2009-07-303-215/+77
* Simplify image loading. Use common internal format.Jason Sams2009-07-291-44/+23
* Filmstrip work and boxed bitmap load bugfixes.Jason Sams2009-07-295-38/+60
* Checkin art assets for film test app and change loading of icons to 8888.Jason Sams2009-07-2914-16/+15
* Add new icons and implement text. Fix bug with uploading 8888 bitmaps of non-...Jason Sams2009-07-2817-45/+173
* Fix selection and change icon loading from 565 to 8888.Jason Sams2009-07-282-8/+8
* Add "boxed" bitmap uploads which simply place a non-pow2 bitmap into the smal...Jason Sams2009-07-286-138/+464
* Move the java and jni renderscript files to the proper location.Jason Sams2009-07-238-1480/+3
* Enable light sources and update film test app.Jason Sams2009-07-213-64/+55
* Split rsScriptC into class implemtation and library functions. Update test a...Jason Sams2009-07-203-23/+12
* Fix fountain and more rollo ui work.Jason Sams2009-07-177-110/+112