summaryrefslogtreecommitdiffstats
path: root/graphics/java/android/renderscript/ScriptC.java
Commit message (Expand)AuthorAgeFilesLines
* Use resource entry name instead of mangled name.Logan Chien2011-07-111-1/+1
* Start seperating out RS compute implementation. Create halJason Sams2011-03-171-5/+2
* Check and propogate errors from llvm.Jason Sams2011-01-191-0/+3
* unhide functions used by reflected files for SDK.Jason Sams2011-01-161-4/+0
* Hide and delete some code that should not be public.Jason Sams2011-01-091-0/+18
* unhide renderscriptJason Sams2011-01-041-1/+1
* Stale cache management to address a P1 bug # 3296131.Shih-wei Liao2010-12-201-2/+8
* 1. Add Context to a RenderScript or RenderScriptGL instance.Shih-wei Liao2010-12-141-1/+4
* Add caching support of BCC binaries.Shih-wei Liao2010-11-181-2/+2
* Continue error check improvements and write some docs.Jason Sams2010-11-091-1/+2
* Update ScriptC constructor to remove depricated param.Jason Sams2010-11-031-2/+2
* Balls test app.Jason Sams2010-10-291-73/+0
* Remove more pieces of setRoot. Add pointer to allocation lookup for scripts.Jason Sams2010-05-171-3/+2
* Convert renderscript from using ACC to LLVM for its compiler.Jason Sams2010-05-111-54/+6
* Update Script java classes and llvm samples.Jason Sams2010-03-261-0/+41
* Add two addDefines methods to ScriptC.Builder. They add #defines from the fi...Joe Onorato2009-08-101-0/+40
* Let java put #defines into renderscriptJoe Onorato2009-08-091-9/+24
* Split ScriptC from RenderScript.java. Implement state caching in the Builder...Jason Sams2009-08-041-0/+106