summaryrefslogtreecommitdiff
path: root/rsScriptC_Lib.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Use arrays in Grass RSRomain Guy2009-08-061-6/+7
|
* Add ability to load arrays in RenderScript.Romain Guy2009-08-041-0/+20
|
* Add swaying effect to the grass.Romain Guy2009-08-041-0/+11
|
* Add new utility methods to rsScriptC_Lib, android.util.MathUtil and ↵Romain Guy2009-07-311-1/+56
| | | | | | android.graphics.Color. Fixes RS compilation.
* Add several math functions to rsScript_Lib.Romain Guy2009-07-311-1/+184
|
* First pass at implementing the Grass live wallpaper in RenderScript.Romain Guy2009-07-301-0/+67
| | | | This change also adds second(), minute() and hour() to the RS library.
* Filmstrip work and boxed bitmap load bugfixes.Jason Sams2009-07-291-2/+2
|
* Add new icons and implement text. Fix bug with uploading 8888 bitmaps of ↵Jason Sams2009-07-281-1/+12
| | | | non-square size.
* Add "boxed" bitmap uploads which simply place a non-pow2 bitmap into the ↵Jason Sams2009-07-281-30/+53
| | | | smallest larger pow texture. The added space is filled black.
* Enable light sources and update film test app.Jason Sams2009-07-211-0/+8
|
* Split rsScriptC into class implemtation and library functions. Update test ↵Jason Sams2009-07-201-0/+523
apps, all 3 should be working.