summaryrefslogtreecommitdiff
path: root/cpu_ref/rsCpuScript.cpp
AgeCommit message (Expand)Author
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
2013-10-03Remove references/use of ARCH_X86_HAVE_* in frameworks/rs.Stephen Hines
2013-09-09Fix ScriptGroup performance regressionJason Sams
2013-08-07Refactor hal to remove cpuConsumer from driversJason Sams
2013-07-19Fix Script instancing issue for support library.Stephen Hines
2013-07-11resolved conflicts for merge of 5376c9bf to masterStephen Hines
2013-07-10Remove libutils and fix rsDebug for RS support library.android-4.3_r2.3android-4.3_r2.2android-4.3_r2.1jb-mr2.0-releasejb-mr2-devStephen Hines
2013-06-25Provide path to execute standalone bcc compiler.Stephen Hines
2013-06-17Add the name of the forEach functions to the tracing outputTobias Grosser