summaryrefslogtreecommitdiff
path: root/libs/rs/rsScriptC.cpp
AgeCommit message (Expand)Author
2010-05-13Get rid of warnings when compiled with -Wformat-security Nick Kralevich
2010-03-03Improve RS error handling. On errors RS will now store the error and a messa... Jason Sams
2010-01-04Add RS support for generic attribs as input to vertex programs. Jason Sams
2009-12-23Element restructuring. Add support for new basic Element types including the... Jason Sams
2009-12-15Continue development of es2.0 user shader support for renderscript. This cha... Jason Sams
2009-12-09Throttle low priority RS threads by sleeping once per frame to avoid starving... Jason Sams
2009-11-03Fix RS bugs. We were holding a pointer to the script text from the java vm. ... Jason Sams
2009-10-06Fix tls crash on startup if more than one RS contexts are created in one proc... Jason Sams
2009-09-28Fix but processing raster state pragma. Jason Sams
2009-09-25Improved object lifecycle tracking and fix leaks. Jason Sams
2009-09-25Reduce debugging spew and add props to selectivly re-enable it. Jason Sams
2009-09-25Improve renderscript context teardown. Track object in the system and then f... Jason Sams
2009-09-24Minor cleanup of profile and compile logging. Jason Sams
2009-09-24Fix invokables to make sure script pointers are setup before invoking functio... Jason Sams
2009-09-16Implement renderscript Invokables. Jason Sams
2009-09-04Remove "predefined" elements from Java layer. Static elements continue to ex... Jason Sams
2009-09-03Improve structure support using symbol lookup of named structures in scripts ... Jason Sams
2009-08-27Implement async data/subData. Implement TriangleMeshBuilder in SimpleMesh wh... Jason Sams
2009-08-25Remove bogus comments and logging. Jason Sams
2009-08-17Update fountain and add writable flag to script slots. Jason Sams
2009-08-13Implement named slots and convert script.addType to script.setType to remove ... Jason Sams
2009-08-12Implement reflecting Java objects into the ACC enviroment. Jason Sams
2009-08-09Let java put #defines into renderscript Joe Onorato
2009-08-09add three rs functions: uptimeMillis, startTimeMillis, elapsedTimeMillis Joe Onorato
2009-08-04Split ProgramFragment and ProgramStore from RenderScript.java. Update Elemen... Jason Sams
2009-07-30First pass at implementing the Grass live wallpaper in RenderScript. Romain Guy
2009-07-21Enable light sources and update film test app. Jason Sams
2009-07-20Split rsScriptC into class implemtation and library functions. Update test a... Jason Sams
2009-07-17Fix fountain and more rollo ui work. Jason Sams
2009-07-16More usability tweaks including turning the icons right side up. Jason Sams
2009-07-16Fix conflict with automatic DPI support on high density devices by forcing bi... Jason Sams
2009-07-16Update rollo and renderscript to the new ACC compiler interface. Jason Sams
2009-07-16Update rollo with new interactivity model. Jason Sams
2009-07-02Add support for multitexture and fix allocation ref counting bug in RS. Add ... Jason Sams
2009-07-01Update rollo with icon images. Jason Sams
2009-07-01Update rollo and support functions. Includes mockup of some new ui concepts. Jason Sams
2009-06-23Cleanup logging and fix a startup race condition that manifested on Firestone. Jason Sams
2009-06-22Cleanup includes so Log.h can use the tag. rsUtils.h is the file that should... Jason Sams
2009-06-19implement modeview matrix sliding from within scripts. Jason Sams
2009-06-19checkpoint filmstrip, implemented TLS. Jason Sams
2009-06-17Implement default programs and implement defaults and parents for imports. Jason Sams
2009-06-16Switch fountain to use ProgramVertex rather than hard coded camers in scripts... Jason Sams
2009-06-10Fix bug with bad conversion of java strings to C strings for object names. U... Jason Sams
2009-06-10Add named objects and implement support for ProgramFragmentStore and ProgramF... Jason Sams
2009-06-09checkpoint pragma support. Includes more cleanup of script enviroment storag... Jason Sams
2009-06-08Fix build issue and ref count bug with scripts. Jason Sams
2009-06-05Move call to compiler from jni to core library code. Jason Sams
2009-06-04Add support for scripts to return an animation flag. This allows them to ind... Jason Sams
2009-05-28Delete the acc script when deleting the Renderscript rsScriptC object. Jack Palevich
2009-05-27Implement first pass bitmap to allocation support. The Java bindings can cre... Jason Sams