summaryrefslogtreecommitdiffstats
path: root/rsScriptC.cpp
Commit message (Expand)AuthorAgeFilesLines
* Handle older structure sizes by zeroing new fieldsPirama Arumuga Nainar2015-04-291-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
* Use bccLinkFile instead of bccLinkBC. Remove hacking.Shih-wei Liao2011-02-011-6/+1
* Correctly free resouces bound to scripts when the scripts are deleted.Jason Sams2011-01-271-3/+21
* Cleanup script init to fix bogus log printing andJason Sams2011-01-231-22/+10
* Handle fatal errors from calling bccRegisterSymbolCallback (if any).Shih-wei Liao2011-01-201-1/+4
* Check and propogate errors from llvm.Jason Sams2011-01-191-10/+15
* 1. fp_mad.rs: Pass C99 check.Shih-wei Liao2011-01-191-1/+1
* Fix the build.Shih-wei Liao2011-01-181-1/+1