summaryrefslogtreecommitdiffstats
path: root/cpu_ref/rsCpuScript.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid overwriting shared library file that is openYang Ni2015-06-291-7/+4
* Skip the checksum if we have precompiled code on the /system/ partition.Stephen Hines2015-06-231-8/+15
* Update RS driver to support extraction of global variable properties.Stephen Hines2015-05-221-0/+4
* Don't use TEMP_FAILURE_RETRY on close in frameworks/rs.Elliott Hughes2015-05-151-1/+1
* Add RSGlobalInfoPass information to RS driver.Stephen Hines2015-05-071-2/+35
* Add a way to link against different driver names.Jason Sams2015-05-071-1/+2
* SetError if forEachMtlsSetup fails sanity checkPirama Arumuga Nainar2015-04-291-7/+35
* Code cleanup: Remove unused typedefs and declarations.Logan Chien2015-04-211-2/+0
* Merge "Dedup checksum calculation routines"Yang Ni2015-04-161-49/+45
|\
| * Dedup checksum calculation routinesYang Ni2015-04-161-49/+45
* | Fix allocation-less launches.Jason Sams2015-04-161-0/+4
|/
* Compute checksum for script group generated codeYang Ni2015-04-141-28/+30
* Wrap TEMP_FAILURE_RETRY around system callsPirama Arumuga Nainar2015-03-251-47/+14
* Runtime support for Script Group as single moduleYang Ni2015-03-101-0/+4
* Add build fingerprint and ensure match on .so loadPirama Arumuga Nainar2015-03-031-21/+132
* Moved class ScriptExecutable to its own moduleYang Ni2015-02-201-562/+4
* Remove STL references from header filesYang Ni2015-02-191-1/+1
* Move bcc::getCommandLine to fw/rsPirama Arumuga Nainar2015-02-191-3/+13
* Runtime support for invocables in ScriptGroupsYang Ni2015-02-041-0/+1
* Merge "Make rsContext be able to have info about the path of native libs for ...Miao Wang2015-02-051-7/+11
|\
| * Make rsContext be able to have info about the path of native libsMiao Wang2015-02-031-7/+11
* | Runtime support for compiler kernel fusion.Yang Ni2015-02-021-10/+9
* | Remove STL references from header filesYang Ni2015-02-021-55/+106
|/
* Mark scripts as threadable or notPirama Arumuga Nainar2015-01-281-2/+30
* add array launch support.Jason Sams2015-01-261-37/+62
* Merge "Read pragma keys and values from .rs.info"Pirama Arumuga Nainar2015-01-261-4/+62
|\
| * Read pragma keys and values from .rs.infoPirama Arumuga Nainar2015-01-261-4/+62
* | Always recompile a script when using the debug context.Tim Murray2015-01-231-1/+1
|/
* Made shared lib routines public.Yang Ni2015-01-221-117/+115
* Created a new class to represent executable.Yang Ni2015-01-211-172/+112
* Do not check for .so in /system in native modePirama Arumuga Nainar2015-01-201-0/+2
* Remove linkloader from frameworks/rs.Stephen Hines2015-01-201-277/+24
* Cleanup of ForEachParams in cpu refJason Sams2015-01-201-53/+29
* Turn on .so path by defaultPirama Arumuga Nainar2015-01-161-20/+2
* Skip linkloader, use shared object filesPirama Arumuga Nainar2015-01-141-289/+533
* Enable autovectorization in CPU driver.Tim Murray2015-01-081-0/+2
* Merge "Align ScriptInvokeV parameters to 16 bytes for x86_64"Jason Sams2015-01-061-2/+22
|\
| * Align ScriptInvokeV parameters to 16 bytes for x86_64Yong Chen2014-12-121-2/+22
* | BCCContext is actually dead code.Stephen Hines2014-12-161-12/+0
* | Enable A53 erratum workaround in bcc.Tim Murray2014-12-091-0/+5
|/
* Fix script instancing issue for RS compatibility library.Stephen Hines2014-10-011-9/+35
* Replace NULL macros with nullptr literals.Chris Wailes2014-08-201-67/+71
* Replace android::String8 with std::stringChris Wailes2014-08-201-11/+13
* Replaced android::Vector with std::vector.Chris Wailes2014-08-181-1/+1
* Adjust to handle the change to std::vector in libbcc.Chris Wailes2014-08-181-4/+4
* 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