summaryrefslogtreecommitdiff
path: root/cpu_ref/rsCpuExecutable.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix error handling problemsTing-Yuan Huang2017-02-071-3/+12
* Delete simple reduction implementation.David Gross2016-06-101-59/+18
* Fix potential security vulnerability in rsCpuExecutable.cppMiao Wang2016-04-291-8/+12
* Remove unnecessary logcat messageYang Ni2016-04-211-2/+0
* Avoid accessing TLS in rsClearObject()Yang Ni2016-04-061-2/+2
* Multithreaded execution of certain general reduction kernels; reduction test ...David Gross2016-03-291-2/+15
* Support for general reduction kernels.David Gross2016-01-191-3/+85
* Expect to see "exportReduceNewCount: 0" in metadata.David Gross2016-01-151-1/+16
* Add a basic implementation of the reduce kernel API to the CPUMatt Wala2015-08-141-1/+42
* Avoid overwriting shared library file that is openYang Ni2015-06-291-25/+32
* Update RS driver to support extraction of global variable properties.Stephen Hines2015-05-221-7/+18
* Merge "Add /system/vendor/{lib|lib64} to linker args"Pirama Arumuga Nainar2015-05-111-1/+2
|\
| * Add /system/vendor/{lib|lib64} to linker argsPirama Arumuga Nainar2015-05-071-1/+2
* | Merge "Add RSGlobalInfoPass information to RS driver."Jason Sams2015-05-111-0/+28
|\ \ | |/ |/|
| * Add RSGlobalInfoPass information to RS driver.Stephen Hines2015-05-051-0/+28
* | Add a way to link against different driver names.Stephen Hines2015-05-061-2/+10
|/
* Merge "Tweak arguments to ld.mc"Pirama Arumuga Nainar2015-04-221-3/+4
|\
| * Tweak arguments to ld.mcPirama Arumuga Nainar2015-04-211-3/+4
* | Dedup checksum calculation routinesYang Ni2015-04-161-14/+9
|/
* Wrap TEMP_FAILURE_RETRY around system callsPirama Arumuga Nainar2015-03-251-36/+1
* Remove unnecessary include of RSInfo.hPirama Arumuga Nainar2015-03-231-1/+0
* Runtime support for Script Group as single moduleYang Ni2015-03-101-5/+29
* Add build fingerprint and ensure match on .so loadPirama Arumuga Nainar2015-03-031-1/+25
* Moved class ScriptExecutable to its own moduleYang Ni2015-02-201-0/+578