index
:
platform/frameworks/base
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
/
rs
/
rsScriptC.cpp
Age
Commit message (
Expand
)
Author
2009-08-17
Update fountain and add writable flag to script slots.
Jason Sams
2009-08-13
Implement named slots and convert script.addType to script.setType to remove ...
Jason Sams
2009-08-12
Implement reflecting Java objects into the ACC enviroment.
Jason Sams
2009-08-09
Let java put #defines into renderscript
Joe Onorato
2009-08-09
add three rs functions: uptimeMillis, startTimeMillis, elapsedTimeMillis
Joe Onorato
2009-08-04
Split ProgramFragment and ProgramStore from RenderScript.java. Update Elemen...
Jason Sams
2009-07-30
First pass at implementing the Grass live wallpaper in RenderScript.
Romain Guy
2009-07-21
Enable light sources and update film test app.
Jason Sams
2009-07-20
Split rsScriptC into class implemtation and library functions. Update test a...
Jason Sams
2009-07-17
Fix fountain and more rollo ui work.
Jason Sams
2009-07-16
More usability tweaks including turning the icons right side up.
Jason Sams
2009-07-16
Fix conflict with automatic DPI support on high density devices by forcing bi...
Jason Sams
2009-07-16
Update rollo and renderscript to the new ACC compiler interface.
Jason Sams
2009-07-16
Update rollo with new interactivity model.
Jason Sams
2009-07-02
Add support for multitexture and fix allocation ref counting bug in RS. Add ...
Jason Sams
2009-07-01
Update rollo with icon images.
Jason Sams
2009-07-01
Update rollo and support functions. Includes mockup of some new ui concepts.
Jason Sams
2009-06-23
Cleanup logging and fix a startup race condition that manifested on Firestone.
Jason Sams
2009-06-22
Cleanup includes so Log.h can use the tag. rsUtils.h is the file that should...
Jason Sams
2009-06-19
implement modeview matrix sliding from within scripts.
Jason Sams
2009-06-19
checkpoint filmstrip, implemented TLS.
Jason Sams
2009-06-17
Implement default programs and implement defaults and parents for imports.
Jason Sams
2009-06-16
Switch fountain to use ProgramVertex rather than hard coded camers in scripts...
Jason Sams
2009-06-10
Fix bug with bad conversion of java strings to C strings for object names. U...
Jason Sams
2009-06-10
Add named objects and implement support for ProgramFragmentStore and ProgramF...
Jason Sams
2009-06-09
checkpoint pragma support. Includes more cleanup of script enviroment storag...
Jason Sams
2009-06-08
Fix build issue and ref count bug with scripts.
Jason Sams
2009-06-05
Move call to compiler from jni to core library code.
Jason Sams
2009-06-04
Add support for scripts to return an animation flag. This allows them to ind...
Jason Sams
2009-05-28
Delete the acc script when deleting the Renderscript rsScriptC object.
Jack Palevich
2009-05-27
Implement first pass bitmap to allocation support. The Java bindings can cre...
Jason Sams
2009-05-26
Fix Fountain test app so that it actually builds.
Jack Palevich
2009-05-22
Add the Renderscript library. (Not in the build by default yet.)
Jason Sams