Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(761)

Unified Diff: gyp/opts.gyp

Issue 99933004: Implement a NEON version of the RGBA gaussian blur. This shows a 9-15% speedup on Nexus-10. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Moar vector comments Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/opts/SkBlurImage_opts_neon.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/opts.gyp
diff --git a/gyp/opts.gyp b/gyp/opts.gyp
index dc8f18b2699c049231fc50c0118c794ad132de33..d260220e527a8dfbc9cf6cdee6e2446df04e82aa 100644
--- a/gyp/opts.gyp
+++ b/gyp/opts.gyp
@@ -79,7 +79,6 @@
'../src/opts/SkBlitMask_opts_arm.cpp',
'../src/opts/SkBlitRow_opts_arm.cpp',
'../src/opts/SkBlitRow_opts_arm.h',
- '../src/opts/SkBlurImage_opts_none.cpp',
'../src/opts/SkXfermode_opts_arm.cpp',
],
'conditions': [
@@ -179,6 +178,7 @@
'../src/opts/SkBitmapProcState_matrix_repeat_neon.h',
'../src/opts/SkBlitMask_opts_arm_neon.cpp',
'../src/opts/SkBlitRow_opts_arm_neon.cpp',
+ '../src/opts/SkBlurImage_opts_neon.cpp',
'../src/opts/SkMorphology_opts_neon.cpp',
'../src/opts/SkXfermode_opts_arm_neon.cpp',
],
« no previous file with comments | « no previous file | src/opts/SkBlurImage_opts_neon.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698