summaryrefslogtreecommitdiff
path: root/rsScriptC.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix crash in tracing code.Stephen Hines2016-06-141-11/+5
* Delete simple reduction implementation.David Gross2016-06-101-25/+5
* Merge "Derive the bcc optimization level from the input bitcode."Stephen Hines2016-01-301-0/+5
|\
| * Derive the bcc optimization level from the input bitcode.Stephen McGroarty2015-09-021-0/+5
* | Support for general reduction kernels.David Gross2016-01-191-1/+22
* | Switch to a local BitcodeTranslator.Stephen Hines2015-12-031-19/+5
|/
* Add a basic implementation of the reduce kernel API to the CPUMatt Wala2015-08-141-1/+31
* Handle older structure sizes by zeroing new fieldsPirama Arumuga Nainar2015-04-281-0/+9
* Fix issue with older structure sizesStephen Hines2015-04-141-0/+4
* Add fatal error checkJason Sams2015-03-181-0/+3
* Revert "Replaced android::Vector with std::vector."Yang Ni2015-02-151-10/+11
* Add a dumpBitcode() method to facilitate debugging.Stephen Hines2014-12-231-0/+44
* Replace NULL macros with nullptr literals.Chris Wailes2014-08-201-7/+7
* Replace android::String8 with std::stringChris Wailes2014-08-201-13/+41
* Replaced android::Vector with std::vector.Chris Wailes2014-08-181-9/+10
* Collapse code paths for single- and multi-input kernels.Chris Wailes2014-08-151-32/+14
* Revert "Collapse code paths for single- and multi-input kernels."Stephen Hines2014-08-131-14/+32
* Collapse code paths for single- and multi-input kernels.Chris Wailes2014-08-121-32/+14
* Adds support for multi-input kernels to Frameworks/RS.Chris Wailes2014-07-081-0/+32
* Remove FAKE_ARM64_BUILD now that we have 64 build working.Jean-Luc Brouillet2014-06-101-7/+3
* Remove the obsolete ScriptCState. Simplify cascading #ifdefs.Jean-Luc Brouillet2014-03-251-52/+3
* Make RS compile on ARM64.Tim Murray2014-03-131-1/+11
* Fix up master issues with tracing/logging and the compatibility library.Stephen Hines2013-07-111-2/+1
* resolved conflicts for merge of 5376c9bf to masterStephen Hines2013-07-111-2/+1
|\
| * Remove libutils and fix rsDebug for RS support library.Stephen Hines2013-07-101-2/+1
* | Add the name of the forEach functions to the tracing outputTobias Grosser2013-06-171-2/+17
* | Enable very basic tracing support.Tim Murray2013-05-231-1/+5
|/
* Add x86 server support.Tim Murray2013-03-191-2/+7
* Cleanup diff with compat.Jason Sams2012-12-191-0/+17
* Move to smart pointers for refcounting RS contextsTim Murray2012-11-051-1/+7
* Ensure that the cache directory exists before calling compiler.Tim Murray2012-10-011-0/+44
* Move memory layout to driver.Jason Sams2012-07-251-22/+1
* Support running ForEach on non-root functions.Stephen Hines2012-02-221-2/+3
* Properly recover from failed compilation.Stephen Hines2012-02-021-1/+1
* Remove wrapper version check assert.Stephen Hines2012-02-011-1/+0
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-12/+12
* Merge "Add support for handling a bitcode wrapper to librs."Stephen Hines2011-11-231-1/+19
|\
| * Add support for handling a bitcode wrapper to librs.Stephen Hines2011-11-221-1/+19
* | Fix script init error handling.Jason Sams2011-11-221-3/+8
|/
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-3/+3
* Fix remaining .rs.dtor() issue for RS.Stephen Hines2011-09-011-0/+1
* Start using bcinfo components within librs.Stephen Hines2011-08-031-0/+29
* Add slot number to forEach hal.Jason Sams2011-07-131-1/+1
* More work to make libRS buildable on the host.Alex Sakhartchouk2011-06-031-7/+2
* Modifying libRS internal communication to handle network rendering.Alex Sakhartchouk2011-04-251-3/+4
* Create runtime stubs for compute driver.Jason Sams2011-04-201-3/+5
* Seperate GL from RS program store.Jason Sams2011-04-041-1/+1
* Migrate thread launch to driver.Jason Sams2011-03-171-201/+3
* Start seperating out RS compute implementation. Create halJason Sams2011-03-171-234/+66
* Moving dependency includes out of librs headers.Alex Sakhartchouk2011-02-251-0/+2