summaryrefslogtreecommitdiffstats
path: root/libs/rs/java
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove shadows and invert dx sign in zoomed mode.Jason Sams2009-07-173-60/+1
* More usability tweaks including turning the icons right side up.Jason Sams2009-07-163-23/+27
* Fix conflict with automatic DPI support on high density devices by forcing bi...Jason Sams2009-07-165-10/+12
* Update rollo and renderscript to the new ACC compiler interface.Jason Sams2009-07-161-6/+7
* Update rollo with new interactivity model.Jason Sams2009-07-163-45/+258
* More test app workJason Sams2009-07-144-3/+77
* 1st cut of a3d file loader.Jason Sams2009-07-101-0/+31
* Add support for multitexture and fix allocation ref counting bug in RS. Add ...Jason Sams2009-07-022-8/+38
* Update rollo with icon images.Jason Sams2009-07-016-14/+41
* Update rollo and support functions. Includes mockup of some new ui concepts.Jason Sams2009-07-013-13/+70
* Begin adding meshJason Sams2009-06-301-7/+13
* Cleanup logging and fix a startup race condition that manifested on Firestone.Jason Sams2009-06-232-12/+12
* Fix 3 bugs in fountain test. Correctly generate the last mip level of a non-...Jason Sams2009-06-222-6/+17
* All light source objects.Jason Sams2009-06-222-0/+51
* implement modeview matrix sliding from within scripts.Jason Sams2009-06-194-71/+48
* checkpoint filmstrip, implemented TLS.Jason Sams2009-06-199-36/+984
* Fix two minor issues. Rename launchID to launchIndex and make util class Mat...Jason Sams2009-06-181-1/+1
* Implement default programs and implement defaults and parents for imports.Jason Sams2009-06-172-14/+2
* Switch fountain to use ProgramVertex rather than hard coded camers in scripts...Jason Sams2009-06-166-32/+53
* Bug fixes. TriangleMesh now ref-counts, implement missing element formats, a...Jason Sams2009-06-1511-13/+763
* Split FountainView into View and RS parts. Beging adding ProgramVertex to th...Jason Sams2009-06-114-108/+211
* Fix bug with bad conversion of java strings to C strings for object names. U...Jason Sams2009-06-102-5/+3
* Split renderscript java code from test apps. Update makefiles.Jason Sams2009-06-106-12/+44