summaryrefslogtreecommitdiff
path: root/cpu_ref/rsCpuScript.cpp
Commit message (Expand)AuthorAgeFilesLines
* Delete simple reduction implementation.David Gross2016-06-101-70/+11
* Avoid breaking on dead launch optionsYang Ni2016-05-061-4/+2
* Avoid accessing TLS in rsClearObject()Yang Ni2016-04-061-2/+1
* Merge "Multithreaded execution of certain general reduction kernels; reductio...David Gross2016-03-291-3/+4
|\
| * Multithreaded execution of certain general reduction kernels; reduction test ...David Gross2016-03-291-3/+4
* | Fixed intrinsics inside a script groupYang Ni2016-03-221-2/+2
|/
* Better handle error log and nullptr reference.Miao Wang2016-02-251-0/+6
* Add a new libclcore_g library which contains debug info.Verena Beckham2016-02-111-0/+4
* Support for general reduction kernels.David Gross2016-01-191-5/+101
* Add a basic implementation of the reduce kernel API to the CPUMatt Wala2015-08-141-102/+121
* Add a flag to the API to specify -O0 on the bcc command line.verena beckham2015-07-171-2/+18
* Avoid overwriting shared library file that is openYang Ni2015-06-291-4/+2
* Skip the checksum if we have precompiled code on the /system/ partition.Stephen Hines2015-06-221-8/+15
* Merge "Remove dead uses of RSCompilerDriver and of compiler callbacks."David Gross2015-05-291-30/+0
|\
| * Remove dead uses of RSCompilerDriver and of compiler callbacks.David Gross2015-05-291-30/+0
* | Fix memory leak when rs invoke functionYong Chen2015-05-271-0/+4
|/
* Merge changes from topic 'global_info'Stephen Hines2015-05-221-0/+4
|\
| * 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
|/
* Merge "Add RSGlobalInfoPass information to RS driver."Jason Sams2015-05-111-2/+35
|\
| * Add RSGlobalInfoPass information to RS driver.Stephen Hines2015-05-051-2/+35
* | Add a way to link against different driver names.Stephen Hines2015-05-061-1/+2
|/
* SetError if forEachMtlsSetup fails sanity checkPirama Arumuga Nainar2015-04-281-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