summaryrefslogtreecommitdiff
path: root/cpu_ref/rsCpuScript.cpp
AgeCommit message (Expand)Author
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
2015-01-26Read pragma keys and values from .rs.infoPirama Arumuga Nainar
2015-01-23Always recompile a script when using the debug context.Tim Murray
2015-01-22Made shared lib routines public.Yang Ni
2015-01-21Created a new class to represent executable.Yang Ni
2015-01-20Do not check for .so in /system in native modePirama Arumuga Nainar
2015-01-20Remove linkloader from frameworks/rs.Stephen Hines
2015-01-20Cleanup of ForEachParams in cpu refJason Sams
2015-01-16Turn on .so path by defaultPirama Arumuga Nainar
2015-01-14Skip linkloader, use shared object filesPirama Arumuga Nainar
2015-01-08Enable autovectorization in CPU driver.Tim Murray
2015-01-06Merge "Align ScriptInvokeV parameters to 16 bytes for x86_64"Jason Sams
2014-12-16BCCContext is actually dead code.Stephen Hines
2014-12-12Align ScriptInvokeV parameters to 16 bytes for x86_64Yong Chen
2014-12-09Enable A53 erratum workaround in bcc.Tim Murray
2014-10-01Fix script instancing issue for RS compatibility library.Stephen Hines
2014-08-20Replace NULL macros with nullptr literals.Chris Wailes
2014-08-20Replace android::String8 with std::stringChris Wailes
2014-08-18Replaced android::Vector with std::vector.Chris Wailes
2014-08-18Adjust to handle the change to std::vector in libbcc.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-08-12Fix isObject when in 64bit mode.Jason Sams
2014-07-09Deprecate rs_fp_impreciseJean-Luc Brouillet
2014-07-08Add 64bit large object supportJason Sams
2014-07-08Adds support for multi-input kernels to Frameworks/RS.Chris Wailes
2014-06-25Merge "Use build fingerprint and compile command for caching."Jean-Luc Brouillet
2014-06-26Use build fingerprint and compile command for caching.Jean-Luc Brouillet
2014-06-26Add in a missing unlockMutex() on an error path.Stephen Hines
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-13Disable NEON libclcore for AArch64.Tim Murray
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-05-16Switch to standalone bcc compilation path (again).Stephen Hines
2014-05-07Use the proper triple when compiling with bcc.Stephen Hines
2014-05-01Revert "Switch to standalone bcc compilation path."Stephen Hines
2014-04-30Switch to standalone bcc compilation 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-11-25Create a cache directory for our symlinked files if necessary.Stephen Hines