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
/
rsScript.h
Age
Commit message (
Expand
)
Author
2011-08-31
Call .rs.dtor() when tearing down Scripts.
Stephen Hines
2011-06-03
More work to make libRS buildable on the host.
Alex Sakhartchouk
2011-04-20
Create runtime stubs for compute driver.
Jason Sams
2011-03-17
Start seperating out RS compute implementation. Create hal
Jason Sams
2010-11-16
Fix ref counting for globals when set from java code.
Jason Sams
2010-11-10
Code cleanup to make formatting consistent
Alex Sakhartchouk
2010-10-08
Removing fixed size arrays.
Alex Sakhartchouk
2010-08-12
Thread launch strategies.
Jason Sams
2010-07-28
Cleanup sendToClient and add rsGetDt().
Jason Sams
2010-07-15
1st cut of ForEach and test.
Jason Sams
2010-05-28
Rough implemetation of ForEach.
Jason Sams
2010-05-19
Begin naming cleanup for renderscript runtime.
Jason Sams
2010-05-13
Rename ProgramFragmentStore to ProgramStore.
Jason Sams
2010-05-11
Convert renderscript from using ACC to LLVM for its compiler.
Jason Sams
2009-12-09
Throttle low priority RS threads by sleeping once per frame to avoid starving...
Jason Sams
2009-11-03
Fix RS bugs. We were holding a pointer to the script text from the java vm. ...
Jason Sams
2009-09-28
Fix but processing raster state pragma.
Jason Sams
2009-09-25
Improve renderscript context teardown. Track object in the system and then f...
Jason Sams
2009-09-24
Fix invokables to make sure script pointers are setup before invoking functio...
Jason Sams
2009-09-16
Implement renderscript Invokables.
Jason Sams
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-07-30
First pass at implementing the Grass live wallpaper in RenderScript.
Romain Guy
2009-06-16
Switch fountain to use ProgramVertex rather than hard coded camers in scripts...
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
Move placement of script enviroment data to base.
Jason Sams
2009-06-04
Add support for scripts to return an animation flag. This allows them to ind...
Jason Sams
2009-05-22
Add the Renderscript library. (Not in the build by default yet.)
Jason Sams