summaryrefslogtreecommitdiff
path: root/cpu_ref/rsCpuScript.h
AgeCommit message (Expand)Author
2015-06-23Skip the checksum if we have precompiled code on the /system/ partition.Stephen Hines
2015-05-22Update RS driver to support extraction of global variable properties.Stephen Hines
2015-05-22Use "override" instead of "virtual" when replacing methods.Stephen Hines
2015-05-11Add /system/vendor/{lib|lib64} to linker argsPirama Arumuga Nainar
2015-05-07Add RSGlobalInfoPass information to RS driver.Stephen Hines
2015-04-16Dedup checksum calculation routinesYang Ni
2015-04-14Compute checksum for script group generated codeYang Ni
2015-03-16Pass RsExpandKernelDriverInfo not RsExpandKernelParams.David Gross
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-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-26Read pragma keys and values from .rs.infoPirama Arumuga Nainar
2015-01-22Made shared lib routines public.Yang Ni
2015-01-21Created a new class to represent executable.Yang Ni
2015-01-20Remove linkloader from frameworks/rs.Stephen Hines
2015-01-14Skip linkloader, use shared object filesPirama Arumuga Nainar
2014-12-16BCCContext is actually dead code.Stephen Hines
2014-08-20Replace NULL macros with nullptr literals.Chris Wailes
2014-08-18Remove the instep parameter.Chris Wailes
2014-08-15Collapse code paths for single- and multi-input kernels.Chris Wailes
2014-08-13Revert "Collapse code paths for single- and multi-input kernels."Stephen Hines
2014-08-12Collapse code paths for single- and multi-input kernels.Chris Wailes
2014-07-15Split the RsForEachStubParamStruct in two.Chris Wailes
2014-07-08Adds support for multi-input kernels to Frameworks/RS.Chris Wailes
2014-06-26Use build fingerprint and compile command for caching.Jean-Luc Brouillet
2014-06-25Switch the dimensions array to use uint32_t instead of size_t.Stephen Hines
2014-06-19Move the lib paths out of RSInfo.Jean-Luc Brouillet
2014-06-10Remove FAKE_ARM64_BUILD now that we have 64 build working.Jean-Luc Brouillet
2014-06-02Modify script loading behavior.Tim Murray
2014-05-21Switch to the separate RS loading path.Stephen Hines
2014-04-30Configure standalone bcc compiler to work with plugin libraries.Stephen Hines
2014-03-13Make RS compile on ARM64.Tim Murray
2013-09-09Fix ScriptGroup performance regressionJason Sams
2013-04-11Add support for synchronous get().Tim Murray
2013-03-15Reduce diffs with compat lib.Jason Sams
2013-03-06Sync with compat lib.Jason Sams
2013-02-14Support LinkRuntimeCallback() with RS compiler.Stephen Hines
2012-11-19Separate CPU driver impl from reference driver.Jason Sams