summaryrefslogtreecommitdiff
path: root/cpu_ref/rsCpuExecutable.cpp
AgeCommit message (Expand)Author
2020-04-13Include what you use: <fcntl.h>Tom Cherry
2020-04-10Fix VNDK pathJooyung Han
2019-09-10Let RS support lib to load shared object without absolute path.Miao Wang
2018-12-10simplify renderscript .so duplicate handlingNick Kralevich
2017-12-19Fix createFromSharedObject in sanitized builds.Ivan Lozano
2017-12-12Use versioned VNDK directoriesJustin Yun
2017-10-26Mark RS libs as VNDK-SPJiyong Park
2017-06-21ld.mc uses libcompier_rt and libRSDriver from the vndk-sp directoryJiyong Park
2017-05-04Use different .so names in a debug contextYang Ni
2017-04-21Merge "Fix clang-analyzer-security warnings for RenderScript" into oc-devMichael Butler
2017-04-20Fix clang-analyzer-security warnings for RenderScriptMichael Butler
2017-04-13Add .rs.info versionInfo parser to the cpu_ref driverLuke Drummond
2017-03-15resolve merge conflicts of 902d1ab7 to masterMiao Wang
2017-03-15Remove libutils.so dependency from libRSDriver, libRSCpuRef, and mostMiao Wang
2017-03-03fallout of cleaning-up libutils includesMathias Agopian
2017-02-28Remove libcutils dependency.Miao Wang
2017-02-28Remove RS_SERVER macros and references to unused headers.Miao Wang
2017-02-16Fix path for the flattened libbcc directory.Jean-Luc Brouillet
2016-11-23Fix error handling problemsTing-Yuan Huang
2016-06-10Delete simple reduction implementation.nougat-devDavid Gross
2016-04-29Fix potential security vulnerability in rsCpuExecutable.cppMiao Wang
2016-04-21Remove unnecessary logcat messageYang Ni
2016-04-06Avoid accessing TLS in rsClearObject()Yang Ni
2016-03-29Multithreaded execution of certain general reduction kernels; reduction test ...David Gross
2016-01-19Support for general reduction kernels.David Gross
2016-01-15Expect to see "exportReduceNewCount: 0" in metadata.David Gross
2015-08-14Add a basic implementation of the reduce kernel API to the CPUMatt Wala
2015-06-29Avoid overwriting shared library file that is openYang Ni
2015-05-22Update RS driver to support extraction of global variable properties.Stephen Hines
2015-05-11Merge "Add /system/vendor/{lib|lib64} to linker args"Pirama Arumuga Nainar
2015-05-11Merge "Add RSGlobalInfoPass information to RS driver."Jason Sams
2015-05-07Add /system/vendor/{lib|lib64} to linker argsPirama Arumuga Nainar
2015-05-06Add a way to link against different driver names.Stephen Hines
2015-05-05Add RSGlobalInfoPass information to RS driver.Stephen Hines
2015-04-22Merge "Tweak arguments to ld.mc"Pirama Arumuga Nainar
2015-04-21Tweak arguments to ld.mcPirama Arumuga Nainar
2015-04-16Dedup checksum calculation routinesYang Ni
2015-03-25Wrap TEMP_FAILURE_RETRY around system callsPirama Arumuga Nainar
2015-03-23Remove unnecessary include of RSInfo.hPirama Arumuga Nainar
2015-03-10Runtime support for Script Group as single moduleYang Ni
2015-03-03Add build fingerprint and ensure match on .so loadPirama Arumuga Nainar
2015-02-20Moved class ScriptExecutable to its own moduleYang Ni