aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar robertphillips <robertphillips@google.com>2015-09-15 10:20:55 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-09-15 10:20:55 -0700
commit30c4cae7d3a26252e7e45adf6e5722b34adf6848 (patch)
tree51e48fb3326a2a4a76a762d932069357e3b7c56f /gyp
parentde5973b05be6ecc80309cded8541f9c305135d15 (diff)
Add special case circle blur for Ganesh
This makes the blurcircles bench go from ~33us to ~8us on Windows desktop. It will require layout test suppressions Review URL: https://codereview.chromium.org/1311583005
Diffstat (limited to 'gyp')
-rw-r--r--gyp/effects.gypi3
1 files changed, 3 insertions, 0 deletions
diff --git a/gyp/effects.gypi b/gyp/effects.gypi
index 188be80d0e..5be4370af8 100644
--- a/gyp/effects.gypi
+++ b/gyp/effects.gypi
@@ -11,6 +11,9 @@
#
{
'sources': [
+ '<(skia_src_path)/effects/GrCircleBlurFragmentProcessor.cpp',
+ '<(skia_src_path)/effects/GrCircleBlurFragmentProcessor.h',
+
'<(skia_src_path)/effects/Sk1DPathEffect.cpp',
'<(skia_src_path)/effects/Sk2DPathEffect.cpp',
'<(skia_src_path)/effects/SkAlphaThresholdFilter.cpp',