summaryrefslogtreecommitdiff
path: root/graphics/java/android/renderscript/ScriptC.java
AgeCommit message (Expand)Author
2013-12-17Move RenderScript from graphics/ to new fw/base subdirectory rs.Tim Murray
2013-11-20Remove unused imports from frameworks/base.John Spurlock
2013-06-05Improve RS documentation.Tim Murray
2013-05-09Remove extraneous logging.Tim Murray
2013-04-14Revert GC thread changesJason Sams
2013-04-10Defer RS cache creation until a ScriptC is built.Stephen Hines
2013-04-09Implement RS GC worker thread.Tim Murray
2012-05-07Revert "Deprecate"Stephen Hines
2012-04-19DeprecateAlex Sakhartchouk
2012-02-24Do RS caching the same way HardwareRenderer does.Jason Sams
2011-07-11Use resource entry name instead of mangled name.Logan Chien
2011-03-17Start seperating out RS compute implementation. Create halJason Sams
2011-01-19Check and propogate errors from llvm.Jason Sams
2011-01-16unhide functions used by reflected files for SDK.Jason Sams
2011-01-09Hide and delete some code that should not be public.Jason Sams
2011-01-04unhide renderscriptJason Sams
2010-12-20Stale cache management to address a P1 bug # 3296131.Shih-wei Liao
2010-12-141. Add Context to a RenderScript or RenderScriptGL instance.Shih-wei Liao
2010-11-18Add caching support of BCC binaries.Shih-wei Liao
2010-11-09Continue error check improvements and write some docs.Jason Sams
2010-11-03Update ScriptC constructor to remove depricated param.Jason Sams
2010-10-29Balls test app.Jason Sams
2010-05-17Remove more pieces of setRoot. Add pointer to allocation lookup for scripts.Jason Sams
2010-05-11Convert renderscript from using ACC to LLVM for its compiler.Jason Sams
2010-03-26Update Script java classes and llvm samples.Jason Sams
2009-08-10Add two addDefines methods to ScriptC.Builder. They add #defines from the fi...Joe Onorato
2009-08-09Let java put #defines into renderscriptJoe Onorato
2009-08-04Split ScriptC from RenderScript.java. Implement state caching in the Builder...Jason Sams