summaryrefslogtreecommitdiff
path: root/cpu_ref/rsCpuCore.h
AgeCommit message (Expand)Author
2015-05-22Use "override" instead of "virtual" when replacing methods.Stephen Hines
2015-05-07Add RSGlobalInfoPass information to RS driver.Stephen Hines
2015-03-16Pass RsExpandKernelDriverInfo not RsExpandKernelParams.David Gross
2015-03-11Add new APIs rsGetDim[XYZ]() and add RSTest test cases to exercise them.David Gross
2015-02-19Remove STL references from header filesYang Ni
2015-01-26add array launch support.Jason Sams
2015-01-20Cleanup of ForEachParams in cpu refJason Sams
2015-01-14Skip linkloader, use shared object filesPirama Arumuga Nainar
2015-01-07New Script Group API: runtime and cpu driver support.Yang Ni
2014-08-20Replace NULL macros with nullptr literals.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-07-07Moved RsForEachStubParamStruct out of rs_hal.h and into rsCpuCore.h.Chris Wailes
2014-04-30Configure standalone bcc compiler to work with plugin libraries.Stephen Hines
2013-08-08Merge commit 'b10a68c3' into manualmergeJason Sams
2013-08-06Neon detection for RS SDK compat lib.Jason Sams
2013-04-29Provide a mechanism for adjusting RSCompilerDriver after construction.Stephen Hines
2013-04-01Add callback to allow replacement of runtime support library.Stephen Hines
2013-03-06Sync with compat lib.Jason Sams
2013-02-14Support LinkRuntimeCallback() with RS compiler.Stephen Hines
2012-11-28Fix uchar blur with neon offsetsJason Sams
2012-11-19Separate CPU driver impl from reference driver.Jason Sams