summaryrefslogtreecommitdiff
path: root/libs/rs/rsScriptC_Lib.cpp
AgeCommit message (Collapse)Author
2009-12-16Fix emulated glColor in es2 mode.Jason Sams
2009-11-25Begin gl2 support. Renderscript still uses GL1.1 by default. However, 2.0 ↵Jason Sams
can be enabled and will render most tests correctly.
2009-11-11Don't feed the timezone to RenderScript time functions, let the library ↵Romain Guy
figure it out. Bug #2211070. Change-Id: I5975651fd12399fb8dfe283dfdfaa17569738c7b
2009-10-09Add new RenderScript sample: ImageProcessing.Romain Guy
Change-Id: I5e482bbc34911c940a3a74258f8f8549b1939bc4
2009-10-07Add script to script call support. Add exception to catch out of bound ↵Jason Sams
index data when added to TriangleMeshBuilder.
2009-10-06Implement data push from scripts. Fixes the problem where apps would have ↵Jason Sams
to poll to monitor a scripts state. Fix bug in StoreState where state could be overridden by the default unless the script used more than one state. Change only impacts renderscript and renderscript apps.
2009-09-30Implement screen aligned bitmap drawing support.Jason Sams
2009-09-29absf() -> fabsf() instead of fabs()Romain Guy
Change-Id: I5571a635757295aa1514aeaff72e80cc3dd8752c
2009-09-28Fix but processing raster state pragma.Jason Sams
rename stateFragmentStore to stateStore
2009-09-23Remove depricated triangleMesh.Jason Sams
2009-09-18Clean up some debugging and add 2 math lib routines.Jason Sams
2009-09-04Fix point sprites.Romain Guy
Change-Id: Ic9438daaf25f3969a0dd5b634b7cceccbbbfb27b
2009-09-04Remove "predefined" elements from Java layer. Static elements continue to ↵Jason Sams
exist but are no longer treated as a special version of element.
2009-08-20Cleanup the Galaxy, add a few RS functions for Grass.Romain Guy
2009-08-18Tweak the galaxyRomain Guy
2009-08-17Update fountain and add writable flag to script slots.Jason Sams
2009-08-12Implement reflecting Java objects into the ACC enviroment.Jason Sams
2009-08-10Implement basic allocation readback. Add Get height, width to ScriptC_Lib.Jason Sams
2009-08-09Make the laves follow the ripplesRomain Guy
2009-08-09add three rs functions: uptimeMillis, startTimeMillis, elapsedTimeMillisJoe Onorato
2009-08-09Begin implementing SimpleMesh and fix some bugs with refcounting and java ↵Jason Sams
object destruction tracking.
2009-08-09Better ripples and leavesRomain Guy
2009-08-07Add refraction and bettr normals computation to FallRSRomain Guy
2009-08-06Add lighting to animated water ripples.Romain Guy
2009-08-06Use arrays in Grass RSRomain Guy
2009-08-04Add ability to load arrays in RenderScript.Romain Guy
2009-08-04Add swaying effect to the grass.Romain Guy
2009-07-31Add new utility methods to rsScriptC_Lib, android.util.MathUtil and ↵Romain Guy
android.graphics.Color. Fixes RS compilation.
2009-07-31Add several math functions to rsScript_Lib.Romain Guy
2009-07-30First pass at implementing the Grass live wallpaper in RenderScript.Romain Guy
This change also adds second(), minute() and hour() to the RS library.
2009-07-29Filmstrip work and boxed bitmap load bugfixes.Jason Sams
2009-07-28Add new icons and implement text. Fix bug with uploading 8888 bitmaps of ↵Jason Sams
non-square size.
2009-07-28Add "boxed" bitmap uploads which simply place a non-pow2 bitmap into the ↵Jason Sams
smallest larger pow texture. The added space is filled black.
2009-07-21Enable light sources and update film test app.Jason Sams
2009-07-20Split rsScriptC into class implemtation and library functions. Update test ↵Jason Sams
apps, all 3 should be working.