summaryrefslogtreecommitdiff
path: root/cpu_ref/rsCpuIntrinsicColorMatrix.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use "override" instead of "virtual" when replacing methods.Stephen Hines2015-05-221-6/+6
* Pass RsExpandKernelDriverInfo not RsExpandKernelParams.David Gross2015-03-161-9/+9
* Remove linkloader from frameworks/rs.Stephen Hines2015-01-201-3/+1
* Enable 64 bit asm for int->int ColorMatrixJason Sams2014-11-101-8/+12
* am c214fe59: Fix incorrect error check for mmapJason Sams2014-10-091-1/+2
|\
| * Fix incorrect error check for mmapJason Sams2014-10-081-1/+2
* | am da2f0714: Merge "Fix x86 build for SSSE3."Dan Albert2014-08-221-3/+3
|\ \
| * | Fix x86 build for SSSE3.Dan Albert2014-08-221-3/+3
* | | resolved conflicts for merge of 81cfa2c5 to lmp-dev-plus-aospStephen Hines2014-08-211-11/+11
|\| |
| * | Replace NULL macros with nullptr literals.Chris Wailes2014-08-201-11/+11
* | | Fix build break from bad merge.Jason Sams2014-08-211-1/+1
* | | resolved conflicts for merge of adbc54f3 to lmp-dev-plus-aospJason Sams2014-08-211-3/+2
|\ \ \ | |/ / |/| / | |/
| * Fix two intrinsic clipping bugs.Jason Sams2014-08-201-2/+2
| * Bugfixes for AArch64.Tim Murray2014-08-111-7/+5
| * Arbitrary sub-rectangle handling for ColorMatrix.Simon Hosie2014-07-231-15/+22
* | Remove the instep parameter.Chris Wailes2014-08-181-4/+3
* | Collapse code paths for single- and multi-input kernels.Chris Wailes2014-08-151-18/+20
* | Revert "Collapse code paths for single- and multi-input kernels."Stephen Hines2014-08-131-20/+18
* | Collapse code paths for single- and multi-input kernels.Chris Wailes2014-08-121-18/+20
* | Bugfixes for AArch64.Tim Murray2014-08-121-7/+5
* | Merge "Split the RsForEachStubParamStruct in two."Stephen Hines2014-07-241-3/+3
|\ \
| * | Split the RsForEachStubParamStruct in two.Chris Wailes2014-07-151-3/+3
| |/
* / Arbitrary sub-rectangle handling for ColorMatrix.Simon Hosie2014-06-031-15/+22
|/
* Enable ARM64 intrinsics.Jason Sams2014-05-221-6/+6
* Fix some empty matrix cases in ColorMatrix.Simon Hosie2014-05-061-3/+13
* Add comments for fast-path RS kernelJason Sams2014-04-291-0/+4
* Fix performance regression in color matrix.Jason Sams2014-04-291-1/+1
* Improve RS intrinsics performance.Rose, James2014-04-221-0/+34
* Fix color matrix bug.Jason Sams2014-04-071-0/+1
* Add AArch64 assembly for ColorMatrix.Simon Hosie2014-03-251-25/+87
* Merge "Move renderscript over to __clear_cache (compiler-rt)."Narayan Kamath2014-03-191-1/+2
|\
| * Move renderscript over to __clear_cache (compiler-rt).Narayan Kamath2014-03-121-1/+2
* | Make RS compile on ARM64.Tim Murray2014-03-131-2/+2
|/
* Fix issues with U8->U8 when mixed with add or lane conversionJason Sams2013-09-111-15/+26
* Fix ColorMatrix performance and correctness issues.Jason Sams2013-09-111-22/+46
* Fix ScriptGroup performance regressionJason Sams2013-09-091-24/+31
* Float color matrix fixesJason Sams2013-08-291-51/+124
* color matrix bugsJason Sams2013-08-211-6/+7
* Float color matrix support.Jason Sams2013-08-091-216/+440
* Merge commit 'b10a68c3' into manualmergeJason Sams2013-08-081-1/+0
|\
| * Neon detection for RS SDK compat lib.Jason Sams2013-08-061-21/+27
* | Color Matrix improvements.Jason Sams2013-07-291-81/+443
|/
* Cleanup pass + implement blur ucharJason Sams2012-11-261-5/+6
* Separate CPU driver impl from reference driver.Jason Sams2012-11-191-0/+219