summaryrefslogtreecommitdiff
path: root/libs/rs/rsScriptC.cpp
AgeCommit message (Collapse)Author
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.
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 ↵Jason Sams
bitmap loading to not be scaled.
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
plaque to rollo and leave it disabled due to ugly appearance.
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 ↵Jason Sams
should be included everywhere and contain rs global defines.
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 ↵Jason Sams
scripts. Remove camera code from scripts.
2009-06-10Fix bug with bad conversion of java strings to C strings for object names. ↵Jason Sams
Update test app to test object defines.
2009-06-10Add named objects and implement support for ProgramFragmentStore and ↵Jason Sams
ProgramFragment to be used by name in scripts.
2009-06-09checkpoint pragma support. Includes more cleanup of script enviroment ↵Jason Sams
storage to keep the env settings in the base and only the per language state in ScriptC.
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 ↵Jason Sams
indicate they are generating changing content and the rs thread to sleep if the content is static.
2009-05-28Delete the acc script when deleting the Renderscript rsScriptC object.Jack Palevich
Previously we had been leaking the ACCscript object.
2009-05-27Implement first pass bitmap to allocation support. The Java bindings can ↵Jason Sams
create a 2D allocation by passing in a Bitmap object.
2009-05-26Fix Fountain test app so that it actually builds.Jack Palevich
Also check in first part of an libACC implementation.
2009-05-22Add the Renderscript library. (Not in the build by default yet.)Jason Sams
This library can be used to create animated 3D User Interfaces. This library is currently under heavy development, so it's not part of the build by default. In order to build this library, you must define BUILD_RENDERSCRIPT=true in your build environment. You will also have to manually edit build/core/prelink-linux-arm.map And add libRS and libRS_jni at the end like this (exact address may change.) libRS.so 0x9A100000 libRS_jni.so 0x9A000000