summaryrefslogtreecommitdiff
path: root/rsScriptC.h
AgeCommit message (Expand)Author
2014-12-23Add a dumpBitcode() method to facilitate debugging.Stephen Hines
2014-08-20Replace NULL macros with nullptr literals.Chris Wailes
2014-08-15Collapse code paths for single- and multi-input kernels.Chris Wailes
2014-08-13Revert "Collapse code paths for single- and multi-input kernels."Stephen Hines
2014-08-12Collapse code paths for single- and multi-input kernels.Chris Wailes
2014-07-08Adds support for multi-input kernels to Frameworks/RS.Chris Wailes
2014-06-10Remove FAKE_ARM64_BUILD now that we have 64 build working.Jean-Luc Brouillet
2014-03-25Remove the obsolete ScriptCState. Simplify cascading #ifdefs.Jean-Luc Brouillet
2014-03-13Make RS compile on ARM64.Tim Murray
2012-12-19Cleanup diff with compat.Jason Sams
2012-11-19Separate CPU driver impl from reference driver.Jason Sams
2012-10-01Ensure that the cache directory exists before calling compiler.Tim Murray
2012-07-25Move memory layout to driver.Jason Sams
2012-07-24Plumb context through for serialization.Jason Sams
2012-02-23Merge "Support running ForEach on non-root functions."Stephen Hines
2012-02-22Support running ForEach on non-root functions.Stephen Hines
2012-02-16Rename three header files to free namespace for api.Jason Sams
2011-08-03Start using bcinfo components within librs.Stephen Hines
2011-06-03More work to make libRS buildable on the host.Alex Sakhartchouk
2011-04-20Create runtime stubs for compute driver.Jason Sams
2011-03-17Migrate thread launch to driver.Jason Sams
2011-03-17Start seperating out RS compute implementation. Create halJason Sams
2011-02-25Moving dependency includes out of librs headers.Alex Sakhartchouk
2011-01-27Correctly free resouces bound to scripts when the scripts are deleted.Jason Sams
2011-01-23Cleanup script init to fix bogus log printing andJason Sams
2011-01-19Check and propogate errors from llvm.Jason Sams
2011-01-14bcc interface fixed.Shih-wei Liao
2011-01-071. LOG 4 fatal error paths (TODO: These 4 places should signal Java exceptions.)Shih-wei Liao
2011-01-03Rename bcc::BCCscript -> bcc::Script. Ideally, should do:Shih-wei Liao
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-29Fix 'BCCscript' build break.Iain Merrick
2010-11-18Add caching support of BCC binaries.Shih-wei Liao
2010-11-10Code cleanup to make formatting consistentAlex Sakhartchouk
2010-11-01Add code to mark functions rather than whole files as threadable.Jason Sams
2010-10-08Removing fixed size arrays.Alex Sakhartchouk
2010-09-29Fix clear() operation for rsScriptC.Stephen Hines
2010-07-151st cut of ForEach and test.Jason Sams
2010-06-04Creating the jni and java layer to integrate a3dAlex Sakhartchouk
2010-05-28Rough implemetation of ForEach.Jason Sams
2010-05-21Removed unnecessary change based on comments.Alex Sakhartchouk
2010-05-19Begin naming cleanup for renderscript runtime.Jason Sams
2010-05-18Split ScriptC Lib into CL, GL, and basic.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
2009-12-09Throttle low priority RS threads by sleeping once per frame to avoid starving...Jason Sams
2009-11-03Fix RS bugs. We were holding a pointer to the script text from the java vm. ...Jason Sams
2009-09-25Reduce debugging spew and add props to selectivly re-enable it.Jason Sams
2009-09-25Improve renderscript context teardown. Track object in the system and then f...Jason Sams
2009-09-24Fix invokables to make sure script pointers are setup before invoking functio...Jason Sams