summaryrefslogtreecommitdiff
path: root/rsScriptC.h
Commit message (Expand)AuthorAgeFilesLines
* Delete simple reduction implementation.David Gross2016-06-101-5/+2
* Support for general reduction kernels.David Gross2016-01-191-12/+16
* Switch to a local BitcodeTranslator.Stephen Hines2015-12-031-8/+0
* Add a basic implementation of the reduce kernel API to the CPUMatt Wala2015-08-141-0/+3
* Add a dumpBitcode() method to facilitate debugging.Stephen Hines2014-12-231-4/+4
* Replace NULL macros with nullptr literals.Chris Wailes2014-08-201-2/+2
* Collapse code paths for single- and multi-input kernels.Chris Wailes2014-08-151-8/+0
* Revert "Collapse code paths for single- and multi-input kernels."Stephen Hines2014-08-131-0/+8
* Collapse code paths for single- and multi-input kernels.Chris Wailes2014-08-121-8/+0
* Adds support for multi-input kernels to Frameworks/RS.Chris Wailes2014-07-081-0/+9
* Remove FAKE_ARM64_BUILD now that we have 64 build working.Jean-Luc Brouillet2014-06-101-3/+3
* Remove the obsolete ScriptCState. Simplify cascading #ifdefs.Jean-Luc Brouillet2014-03-251-30/+5
* Make RS compile on ARM64.Tim Murray2014-03-131-0/+4
* Cleanup diff with compat.Jason Sams2012-12-191-0/+5
* Separate CPU driver impl from reference driver.Jason Sams2012-11-191-2/+1
* Ensure that the cache directory exists before calling compiler.Tim Murray2012-10-011-0/+1
* Move memory layout to driver.Jason Sams2012-07-251-4/+0
* Plumb context through for serialization.Jason Sams2012-07-241-1/+1
* Merge "Support running ForEach on non-root functions."Stephen Hines2012-02-231-1/+2
|\
| * Support running ForEach on non-root functions.Stephen Hines2012-02-221-1/+2
* | Rename three header files to free namespace for api.Jason Sams2012-02-161-1/+1
|/
* Start using bcinfo components within librs.Stephen Hines2011-08-031-0/+7
* More work to make libRS buildable on the host.Alex Sakhartchouk2011-06-031-1/+1
* Create runtime stubs for compute driver.Jason Sams2011-04-201-0/+1
* Migrate thread launch to driver.Jason Sams2011-03-171-1/+1
* Start seperating out RS compute implementation. Create halJason Sams2011-03-171-18/+3
* Moving dependency includes out of librs headers.Alex Sakhartchouk2011-02-251-2/+2
* Correctly free resouces bound to scripts when the scripts are deleted.Jason Sams2011-01-271-0/+4
* Cleanup script init to fix bogus log printing andJason Sams2011-01-231-5/+2
* Check and propogate errors from llvm.Jason Sams2011-01-191-1/+1
* bcc interface fixed.Shih-wei Liao2011-01-141-4/+2
* 1. LOG 4 fatal error paths (TODO: These 4 places should signal Java exceptions.)Shih-wei Liao2011-01-071-1/+1
* Rename bcc::BCCscript -> bcc::Script. Ideally, should do:Shih-wei Liao2011-01-031-2/+2
* Stale cache management to address a P1 bug # 3296131.Shih-wei Liao2010-12-201-1/+1
* 1. Add Context to a RenderScript or RenderScriptGL instance.Shih-wei Liao2010-12-141-1/+1
* Fix 'BCCscript' build break.Iain Merrick2010-11-291-2/+4
* Add caching support of BCC binaries.Shih-wei Liao2010-11-181-4/+1
* Code cleanup to make formatting consistentAlex Sakhartchouk2010-11-101-5/+2
* Add code to mark functions rather than whole files as threadable.Jason Sams2010-11-011-0/+1
* Removing fixed size arrays.Alex Sakhartchouk2010-10-081-5/+0
* Fix clear() operation for rsScriptC.Stephen Hines2010-09-291-2/+4
* 1st cut of ForEach and test.Jason Sams2010-07-151-3/+5
* Creating the jni and java layer to integrate a3dAlex Sakhartchouk2010-06-041-2/+1
* Rough implemetation of ForEach.Jason Sams2010-05-281-5/+12
* Removed unnecessary change based on comments.Alex Sakhartchouk2010-05-211-2/+4
* Begin naming cleanup for renderscript runtime.Jason Sams2010-05-191-0/+5
* Split ScriptC Lib into CL, GL, and basic.Jason Sams2010-05-181-1/+3
* Remove more pieces of setRoot. Add pointer to allocation lookup for scripts.Jason Sams2010-05-171-0/+2
* Convert renderscript from using ACC to LLVM for its compiler.Jason Sams2010-05-111-16/+6
* Throttle low priority RS threads by sleeping once per frame to avoid starving...Jason Sams2009-12-091-1/+1