summaryrefslogtreecommitdiffstats
path: root/libs/rs
Commit message (Collapse)AuthorAgeFilesLines
...
* Begin splitting up RenderScript.java into seperate classes. First piece ↵Jason Sams2009-07-316-157/+45
| | | | split off Element.
* Add several math functions to rsScript_Lib.Romain Guy2009-07-311-1/+184
|
* Smoother transitions in GrassRSRomain Guy2009-07-302-10/+46
|
* First pass at implementing the Grass live wallpaper in RenderScript.Romain Guy2009-07-3014-0/+435
| | | | This change also adds second(), minute() and hour() to the RS library.
* Implement bitmap resource loaders for utility. cleanup rolloRS and checkin ↵Jason Sams2009-07-303-215/+77
| | | | maps.png which was missing.
* Simplify image loading. Use common internal format.Jason Sams2009-07-291-44/+23
|
* Filmstrip work and boxed bitmap load bugfixes.Jason Sams2009-07-297-42/+64
|
* 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 ↵Jason Sams2009-07-2819-57/+204
| | | | non-square size.
* 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 ↵Jason Sams2009-07-2815-199/+611
| | | | smallest larger pow texture. The added space is filled black.
* Unbreak build by making the build of renderscript again conditional on ↵Jason Sams2009-07-231-3/+2
| | | | BUILD_RENDERSCRIPT until we can figure out why the build servers see an error that does not reproduce locally.
* Move the java and jni renderscript files to the proper location.Jason Sams2009-07-2311-2633/+6
|
* Enable light sources and update film test app.Jason Sams2009-07-2112-86/+148
|
* Split rsScriptC into class implemtation and library functions. Update test ↵Jason Sams2009-07-208-544/+545
| | | | apps, all 3 should be working.
* Fix fountain and more rollo ui work.Jason Sams2009-07-178-120/+136
|
* 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-164-36/+29
|
* Fix conflict with automatic DPI support on high density devices by forcing ↵Jason Sams2009-07-167-75/+37
| | | | bitmap loading to not be scaled.
* Update rollo and renderscript to the new ACC compiler interface.Jason Sams2009-07-163-22/+74
|
* Update rollo with new interactivity model.Jason Sams2009-07-165-48/+331
|
* Fix master build errors post merge with master_gl branch.Jason Sams2009-07-142-0/+5
|
* More test app workJason Sams2009-07-148-4/+118
|
* 1st cut of a3d file loader.Jason Sams2009-07-109-12/+593
|
* rename libsgl/libcorecg to libskiaMike Reed2009-07-101-1/+1
|
* Merge commit 'goog/master' into merge_masterMathias Agopian2009-07-069-33/+116
|\
| * Add support for multitexture and fix allocation ref counting bug in RS. Add ↵Jason Sams2009-07-025-18/+74
| | | | | | | | plaque to rollo and leave it disabled due to ugly appearance.
| * Update rollo with icon images.Jason Sams2009-07-017-16/+43
| |
* | Merge commit 'goog/master' into merge_masterMathias Agopian2009-07-019-20/+274
|\ \ | |/
| * Update rollo and support functions. Includes mockup of some new ui concepts.Jason Sams2009-07-014-13/+124
| |
| * Begin adding meshJason Sams2009-06-305-7/+150
| |
* | merge master in master_glMathias Agopian2009-06-2435-139/+419
|\ \ | |/
| * Cleanup logging and fix a startup race condition that manifested on Firestone.Jason Sams2009-06-2316-82/+31
| |
| * Fix 3 bugs in fountain test. Correctly generate the last mip level of a ↵Jason Sams2009-06-223-9/+20
| | | | | | | | non-square mip chain. Default the background to not blended and disable dither/depth.
| * Cleanup includes so Log.h can use the tag. rsUtils.h is the file that ↵Jason Sams2009-06-2224-53/+219
| | | | | | | | should be included everywhere and contain rs global defines.
| * All light source objects.Jason Sams2009-06-228-1/+155
| |
* | update renderscript to master_gl APIsMathias Agopian2009-06-223-4/+2
|/
* implement modeview matrix sliding from within scripts.Jason Sams2009-06-195-71/+58
|
* checkpoint filmstrip, implemented TLS.Jason Sams2009-06-1914-176/+1141
|
* Fix two minor issues. Rename launchID to launchIndex and make util class ↵Jason Sams2009-06-182-2/+2
| | | | Matrix public for apps to use.
* Replace spins with proper pthread conditions.Jason Sams2009-06-185-24/+112
|
* Implement default programs and implement defaults and parents for imports.Jason Sams2009-06-1713-33/+134
|
* Switch fountain to use ProgramVertex rather than hard coded camers in ↵Jason Sams2009-06-1613-133/+66
| | | | scripts. Remove camera code from scripts.
* Bug fixes. TriangleMesh now ref-counts, implement missing element formats, ↵Jason Sams2009-06-1516-16/+803
| | | | add missing modes for program vertex. Add matrix support classes. Add test app rollo
* Split FountainView into View and RS parts. Beging adding ProgramVertex to ↵Jason Sams2009-06-115-108/+288
| | | | the java api. It was already implemented in native.
* Fix bug with bad conversion of java strings to C strings for object names. ↵Jason Sams2009-06-109-15/+47
| | | | Update test app to test object defines.
* Fix build error due to bad path generation in makefile for generated tools.Jason Sams2009-06-101-3/+5
| | | | Implemented by JoeO
* Split renderscript java code from test apps. Update makefiles.Jason Sams2009-06-109-62/+102
|
* Add named objects and implement support for ProgramFragmentStore and ↵Jason Sams2009-06-1017-137/+202
| | | | ProgramFragment to be used by name in scripts.
* checkpoint pragma support. Includes more cleanup of script enviroment ↵Jason Sams2009-06-097-13/+204
| | | | storage to keep the env settings in the base and only the per language state in ScriptC.