summaryrefslogtreecommitdiff
path: root/cpu_ref/rsCpuScript.cpp
AgeCommit message (Expand)Author
2017-05-04Use different .so names in a debug contextYang Ni
2017-03-15Remove libutils.so dependency from libRSDriver, libRSCpuRef, and mostMiao Wang
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
2017-02-09frameworks/rs: fix typos and clang-tidy warningsRahul Chaudhry
2016-10-28Support x86+arm modeVictor Khimenko
2016-06-27Fixed unsafe use of stringstream.str()Yang Ni
2016-06-14Delete simple reduction implementation.David Gross
2016-05-04Avoid breaking on dead launch optionsYang Ni
2016-04-15Multithreaded execution of certain general reduction kernels; reduction test ...David Gross
2016-04-06Avoid accessing TLS in rsClearObject()Yang Ni
2016-03-18Fixed intrinsics inside a script groupYang Ni
2016-02-26Better handle error log and nullptr reference.Miao Wang
2016-02-10Merge "Add a new libclcore_g library which contains debug info."Stephen Hines
2016-01-19Support for general reduction kernels.David Gross
2015-12-18Add a new libclcore_g library which contains debug info.Verena Beckham
2015-08-14Add a basic implementation of the reduce kernel API to the CPUMatt Wala
2015-07-17Add a flag to the API to specify -O0 on the bcc command line.verena beckham
2015-06-29Avoid overwriting shared library file that is openYang Ni
2015-06-22Skip the checksum if we have precompiled code on the /system/ partition.Stephen Hines
2015-05-29Merge "Remove dead uses of RSCompilerDriver and of compiler callbacks."David Gross
2015-05-29Remove dead uses of RSCompilerDriver and of compiler callbacks.David Gross
2015-05-27Fix memory leak when rs invoke functionYong Chen
2015-05-22Merge changes from topic 'global_info'android-m-previewStephen Hines
2015-05-22Update RS driver to support extraction of global variable properties.Stephen Hines
2015-05-15Don't use TEMP_FAILURE_RETRY on close in frameworks/rs.Elliott Hughes
2015-05-11Merge "Add RSGlobalInfoPass information to RS driver."Jason Sams
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-28SetError if forEachMtlsSetup fails sanity checkPirama Arumuga Nainar
2015-04-21Code cleanup: Remove unused typedefs and declarations.Logan Chien
2015-04-16Merge "Dedup checksum calculation routines"Yang Ni
2015-04-16Dedup checksum calculation routinesYang Ni
2015-04-16Fix allocation-less launches.Jason Sams
2015-04-14Compute checksum for script group generated codeYang Ni
2015-03-25Wrap TEMP_FAILURE_RETRY around system callsPirama 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
2015-02-19Remove STL references from header filesYang Ni
2015-02-19Move bcc::getCommandLine to fw/rsPirama Arumuga Nainar
2015-02-04Runtime support for invocables in ScriptGroupsYang Ni
2015-02-05Merge "Make rsContext be able to have info about the path of native libs for ...Miao Wang
2015-02-03Make rsContext be able to have info about the path of native libsMiao Wang
2015-02-02Runtime support for compiler kernel fusion.Yang Ni
2015-02-02Remove STL references from header filesYang Ni
2015-01-28Mark scripts as threadable or notPirama Arumuga Nainar
2015-01-26add array launch support.Jason Sams
2015-01-26Merge "Read pragma keys and values from .rs.info"Pirama Arumuga Nainar