summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsScriptC_Lib.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve RS error handling. On errors RS will now store the error and a messa...Jason Sams2010-03-031-6/+18
* Support defered generation of mipmaps. With this change we support mipmap ge...Jason Sams2010-02-231-1/+1
* Cleanup seperation of Legacy and user attribs. All user programs now use the...Jason Sams2010-01-251-4/+4
* am b3699b14: am 836e1666: Merge "add drawSpriteScreenspaceCropped to rendersc...Joe Onorato2010-01-201-0/+13
|\
| * add drawSpriteScreenspaceCropped to renderscriptJoe Onorato2010-01-141-0/+13
* | Implement type generation for user uniforms in vertex shader.Jason Sams2010-01-121-0/+10
* | More complete support for named attribs. Adds user typed attribs as availabl...Jason Sams2010-01-061-3/+1
* | Element restructuring. Add support for new basic Element types including the...Jason Sams2009-12-231-19/+19
* | Move texture bindings to base program object. Change ProgramFragment creatio...Jason Sams2009-12-171-11/+9
* | Fix live wallpaper many. Z coordinate was being ignored for draw quad call.Jason Sams2009-12-161-1/+1
* | Fix emulated glColor in es2 mode.Jason Sams2009-12-161-0/+4
* | Begin gl2 support. Renderscript still uses GL1.1 by default. However, 2.0 c...Jason Sams2009-11-251-46/+57
|/
* Don't feed the timezone to RenderScript time functions, let the library figur...Romain Guy2009-11-111-55/+18
* Add new RenderScript sample: ImageProcessing.Romain Guy2009-10-091-0/+75
* Add script to script call support. Add exception to catch out of bound index...Jason Sams2009-10-071-0/+10
* Implement data push from scripts. Fixes the problem where apps would have to...Jason Sams2009-10-061-0/+8
* Implement screen aligned bitmap drawing support.Jason Sams2009-09-301-0/+48
* absf() -> fabsf() instead of fabs()Romain Guy2009-09-291-1/+1
* Fix but processing raster state pragma.Jason Sams2009-09-281-0/+21
* Remove depricated triangleMesh.Jason Sams2009-09-231-33/+10
* Clean up some debugging and add 2 math lib routines.Jason Sams2009-09-181-0/+14
* Fix point sprites.Romain Guy2009-09-041-0/+8
* Remove "predefined" elements from Java layer. Static elements continue to ex...Jason Sams2009-09-041-6/+93
* Cleanup the Galaxy, add a few RS functions for Grass.Romain Guy2009-08-201-2/+39
* Tweak the galaxyRomain Guy2009-08-181-0/+42
* Update fountain and add writable flag to script slots.Jason Sams2009-08-171-0/+36
* Implement reflecting Java objects into the ACC enviroment.Jason Sams2009-08-121-1/+0
* Implement basic allocation readback. Add Get height, width to ScriptC_Lib.Jason Sams2009-08-101-30/+18
* Make the laves follow the ripplesRomain Guy2009-08-091-0/+9
* add three rs functions: uptimeMillis, startTimeMillis, elapsedTimeMillisJoe Onorato2009-08-091-6/+31
* Begin implementing SimpleMesh and fix some bugs with refcounting and java obj...Jason Sams2009-08-091-26/+55
* Better ripples and leavesRomain Guy2009-08-091-8/+37
* Add refraction and bettr normals computation to FallRSRomain Guy2009-08-071-23/+23
* Add lighting to animated water ripples.Romain Guy2009-08-061-0/+63
* 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 android.g...Romain Guy2009-07-311-1/+56
* 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
* 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 non-...Jason Sams2009-07-281-1/+12
* Add "boxed" bitmap uploads which simply place a non-pow2 bitmap into the smal...Jason Sams2009-07-281-30/+53
* Enable light sources and update film test app.Jason Sams2009-07-211-0/+8
* Split rsScriptC into class implemtation and library functions. Update test a...Jason Sams2009-07-201-0/+523