summaryrefslogtreecommitdiff
path: root/graphics/java/android/renderscript/ScriptC.java
AgeCommit message (Collapse)Author
2010-05-17Remove more pieces of setRoot. Add pointer to allocation lookup for scripts.Jason Sams
Change-Id: I2c3075d2056f02bb834bfad403dc72da991f3156
2010-05-11Convert renderscript from using ACC to LLVM for its compiler.Jason Sams
This will also require application to be updated to support the new compiler and data passing models. Change-Id: If078e3a5148af395ba1b936169a407d8c3ad727f
2010-03-26Update Script java classes and llvm samples.Jason Sams
Change-Id: I05c8d63fcca095d4fea6abb1ff5736ab9d78a3e6
2009-08-10Add two addDefines methods to ScriptC.Builder. They add #defines from the ↵Joe Onorato
fileds on a class or object that you pass in.
2009-08-09Let java put #defines into renderscriptJoe Onorato
2009-08-04Split ScriptC from RenderScript.java. Implement state caching in the ↵Jason Sams
Builder objects.