summaryrefslogtreecommitdiffstats
path: root/cpu_ref/rsCpuScript.cpp
Commit message (Expand)AuthorAgeFilesLines
* Collapse code paths for single- and multi-input kernels.Chris Wailes2014-08-151-165/+49
* Revert "Collapse code paths for single- and multi-input kernels."Stephen Hines2014-08-131-49/+165
* Collapse code paths for single- and multi-input kernels.Chris Wailes2014-08-121-165/+49
* Fix isObject when in 64bit mode.Jason Sams2014-08-121-5/+5
* Deprecate rs_fp_impreciseJean-Luc Brouillet2014-07-091-1/+1
* Add 64bit large object supportJason Sams2014-07-081-6/+1
* Adds support for multi-input kernels to Frameworks/RS.Chris Wailes2014-07-081-10/+182
* Merge "Use build fingerprint and compile command for caching."Jean-Luc Brouillet2014-06-251-86/+90
|\
| * Use build fingerprint and compile command for caching.Jean-Luc Brouillet2014-06-261-86/+90
* | Add in a missing unlockMutex() on an error path.Stephen Hines2014-06-261-0/+1
|/
* Switch the dimensions array to use uint32_t instead of size_t.Stephen Hines2014-06-251-3/+3
* Move the lib paths out of RSInfo.Jean-Luc Brouillet2014-06-191-34/+48
* Disable NEON libclcore for AArch64.Tim Murray2014-06-131-5/+7
* Remove FAKE_ARM64_BUILD now that we have 64 build working.Jean-Luc Brouillet2014-06-101-47/+2
* Modify script loading behavior.Tim Murray2014-06-021-13/+19
* Switch to the separate RS loading path.Stephen Hines2014-05-211-7/+9
* Switch to standalone bcc compilation path (again).Stephen Hines2014-05-161-10/+0
* Use the proper triple when compiling with bcc.Stephen Hines2014-05-071-0/+3
* Revert "Switch to standalone bcc compilation path."Stephen Hines2014-05-011-0/+10
* Switch to standalone bcc compilation path.Stephen Hines2014-04-301-10/+0
* Configure standalone bcc compiler to work with plugin libraries.Stephen Hines2014-04-301-11/+44
* Make RS compile on ARM64.Tim Murray2014-03-131-5/+49
* Create a cache directory for our symlinked files if necessary.Stephen Hines2013-11-251-2/+22
* Remove references/use of ARCH_X86_HAVE_* in frameworks/rs.Stephen Hines2013-10-031-2/+2
* Fix ScriptGroup performance regressionJason Sams2013-09-091-0/+12
* Refactor hal to remove cpuConsumer from driversJason Sams2013-08-071-2/+2
* Fix Script instancing issue for support library.Stephen Hines2013-07-191-34/+137
* resolved conflicts for merge of 5376c9bf to masterStephen Hines2013-07-111-8/+1
|\
| * Remove libutils and fix rsDebug for RS support library.Stephen Hines2013-07-101-11/+1
* | Provide path to execute standalone bcc compiler.Stephen Hines2013-06-251-9/+108
* | Add the name of the forEach functions to the tracing outputTobias Grosser2013-06-171-0/+1
* | Switch to separate build/load steps for Scripts.Stephen Hines2013-06-051-4/+47
* | Provide a mechanism for adjusting RSCompilerDriver after construction.Stephen Hines2013-04-291-0/+7
|/
* Mark use of a debug context with the RSCompilerDriver.Stephen Hines2013-04-181-0/+1
* Add support for DEBUG context type.Stephen Hines2013-04-171-0/+5
* Merge "Add support for synchronous get()." into jb-mr2-devTim Murray2013-04-121-0/+18
|\
| * Add support for synchronous get().Tim Murray2013-04-111-0/+18
* | Remove invalid logging on missing root.expand() functions.Stephen Hines2013-04-091-6/+4
|/
* Add callback to allow replacement of runtime support library.Stephen Hines2013-04-011-3/+7
* Add x86 server support.Tim Murray2013-03-191-1/+6
* Reduce diffs with compat lib.Jason Sams2013-03-151-11/+372
* Sync with compat lib.Jason Sams2013-03-061-21/+0
* Cleanup lots of things related to IO_OUTPUT and error checking.Tim Murray2013-02-251-0/+10
* Support LinkRuntimeCallback() with RS compiler.Stephen Hines2013-02-141-1/+2
* Add API entry points for clipped kernels and fix Z-dimension clipping.Tim Murray2013-02-071-0/+11
* Separate CPU driver impl from reference driver.Jason Sams2012-11-191-0/+463