summaryrefslogtreecommitdiff
path: root/cpu_ref/rsCpuScript.h
Commit message (Expand)AuthorAgeFilesLines
* Delete simple reduction implementation.David Gross2016-06-101-15/+4
* Support for general reduction kernels.David Gross2016-01-191-2/+13
* Add a basic implementation of the reduce kernel API to the CPUMatt Wala2015-08-141-16/+18
* Skip the checksum if we have precompiled code on the /system/ partition.Stephen Hines2015-06-221-3/+3
* Remove dead uses of RSCompilerDriver and of compiler callbacks.David Gross2015-05-291-7/+0
* Update RS driver to support extraction of global variable properties.Stephen Hines2015-05-221-0/+1
* Use "override" instead of "virtual" when replacing methods.Stephen Hines2015-05-221-22/+23
* Merge "Add /system/vendor/{lib|lib64} to linker args"Pirama Arumuga Nainar2015-05-111-0/+2
|\
| * Add /system/vendor/{lib|lib64} to linker argsPirama Arumuga Nainar2015-05-071-0/+2
* | Add RSGlobalInfoPass information to RS driver.Stephen Hines2015-05-051-0/+5
|/
* Dedup checksum calculation routinesYang Ni2015-04-161-2/+4
* Compute checksum for script group generated codeYang Ni2015-04-141-0/+2
* Pass RsExpandKernelDriverInfo not RsExpandKernelParams.David Gross2015-03-161-1/+1
* Runtime support for Script Group as single moduleYang Ni2015-03-101-0/+1
* Add build fingerprint and ensure match on .so loadPirama Arumuga Nainar2015-03-031-0/+2
* Moved class ScriptExecutable to its own moduleYang Ni2015-02-201-117/+6
* Remove STL references from header filesYang Ni2015-02-191-4/+2
* Merge "Make rsContext be able to have info about the path of native libs for ...Miao Wang2015-02-051-1/+5
|\
| * Make rsContext be able to have info about the path of native libsMiao Wang2015-02-031-1/+5
* | Runtime support for compiler kernel fusion.Yang Ni2015-02-021-2/+13
* | Remove STL references from header filesYang Ni2015-02-021-31/+45
|/
* Mark scripts as threadable or notPirama Arumuga Nainar2015-01-281-3/+9
* add array launch support.Jason Sams2015-01-261-1/+1
* Read pragma keys and values from .rs.infoPirama Arumuga Nainar2015-01-261-1/+16
* Made shared lib routines public.Yang Ni2015-01-221-0/+24
* Created a new class to represent executable.Yang Ni2015-01-211-11/+53
* Remove linkloader from frameworks/rs.Stephen Hines2015-01-201-31/+2
* Skip linkloader, use shared object filesPirama Arumuga Nainar2015-01-141-6/+17
* BCCContext is actually dead code.Stephen Hines2014-12-161-1/+0
* Replace NULL macros with nullptr literals.Chris Wailes2014-08-201-1/+1
* Remove the instep parameter.Chris Wailes2014-08-181-1/+1
* Collapse code paths for single- and multi-input kernels.Chris Wailes2014-08-151-22/+14
* Revert "Collapse code paths for single- and multi-input kernels."Stephen Hines2014-08-131-14/+22
* Collapse code paths for single- and multi-input kernels.Chris Wailes2014-08-121-22/+14
* Split the RsForEachStubParamStruct in two.Chris Wailes2014-07-151-1/+1
* Adds support for multi-input kernels to Frameworks/RS.Chris Wailes2014-07-081-0/+13
* Use build fingerprint and compile command for caching.Jean-Luc Brouillet2014-06-261-3/+2
* Switch the dimensions array to use uint32_t instead of size_t.Stephen Hines2014-06-251-1/+1
* Move the lib paths out of RSInfo.Jean-Luc Brouillet2014-06-191-0/+6
* Remove FAKE_ARM64_BUILD now that we have 64 build working.Jean-Luc Brouillet2014-06-101-6/+0
* Modify script loading behavior.Tim Murray2014-06-021-0/+4
* Switch to the separate RS loading path.Stephen Hines2014-05-211-0/+8
* Configure standalone bcc compiler to work with plugin libraries.Stephen Hines2014-04-301-1/+2
* Make RS compile on ARM64.Tim Murray2014-03-131-0/+6
* Fix ScriptGroup performance regressionJason Sams2013-09-091-0/+6
* Add support for synchronous get().Tim Murray2013-04-111-0/+1
* Reduce diffs with compat lib.Jason Sams2013-03-151-0/+26
* Sync with compat lib.Jason Sams2013-03-061-0/+2
* Support LinkRuntimeCallback() with RS compiler.Stephen Hines2013-02-141-0/+1
* Separate CPU driver impl from reference driver.Jason Sams2012-11-191-0/+112