summaryrefslogtreecommitdiff
path: root/opts/SkBlurImage_opts_SSE2.cpp
AgeCommit message (Collapse)Author
2014-04-30Cleanup of SSE optimization files.commit-bot@chromium.org
General cleanup of optimization files for x86/SSEx. Renamed the opts_check_SSE2.cpp file to _x86, since it's not specific to SSE2. Commented out the ColorRect32 optimization, since it's disabled anyway, to make it more visible. Also fixed a lot of indentation, inclusion guards, spelling, copyright headers, braces, whitespace, and sorting of includes. Author: henrik.smiding@intel.com Signed-off-by: Henrik Smiding <henrik.smiding@intel.com> R=reed@google.com, mtklein@google.com, tomhudson@google.com, djsollen@google.com, joakim.landberg@intel.com Author: henrik.smiding@intel.com Review URL: https://codereview.chromium.org/264603002 git-svn-id: http://skia.googlecode.com/svn/trunk/src@14464 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-11-11Implement a speedup for Y-only blurs by transposing.senorblanco@chromium.org
R=mtklein@google.com, mtklein, reed@google.com BUG= Review URL: https://codereview.chromium.org/66413007 git-svn-id: http://skia.googlecode.com/svn/trunk/src@12227 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-11-08SSE2 implementation of RGBA box blurs. This yields ~2X perf improvement on ↵senorblanco@chromium.org
Xeon ES-2690. R=mtklein@google.com Review URL: https://codereview.chromium.org/61643011 git-svn-id: http://skia.googlecode.com/svn/trunk/src@12204 2bbb7eff-a529-9590-31e7-b0007b416f81