diff options
author | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2014-01-28 01:55:24 +0000 |
---|---|---|
committer | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2014-01-28 01:55:24 +0000 |
commit | dcfa9ff57c009527e589dfc9c9fdc71483fd2f39 (patch) | |
tree | 2d35c0ea338b593891fd448ccc9b5fdb8a5daef4 /gyp | |
parent | c249088061061f46797ab756426346c74e321239 (diff) |
Revert of Fast blurred rectangles on GPU (https://codereview.chromium.org/119343003/)
Reason for revert:
Two problems:
1. broke compile on Build-Mac10.6-* bots
2. broke GM expectations on many bots
We'll need to examine the GM impact before re-landing. I can work with you to do this on Tuesday if you like; just IM or email me.
Original issue's description:
> Perform the same analytic blur calculation on the GPU that we do on the CPU. Results in significant performance gains when using Ganesh to render drop shadows in Chrome.
>
> BUG=
>
> Committed: http://code.google.com/p/skia/source/detail?r=13210
R=bsalomon@google.com, reed@google.com, humper@google.com, rmistry@google.com
TBR=bsalomon@google.com, humper@google.com, reed@google.com
NOTREECHECKS=true
NOTRY=true
BUG=
Author: epoger@google.com
Review URL: https://codereview.chromium.org/140853008
git-svn-id: http://skia.googlecode.com/svn/trunk@13213 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/effects.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gyp/effects.gypi b/gyp/effects.gypi index af869f71d1..9315c268aa 100644 --- a/gyp/effects.gypi +++ b/gyp/effects.gypi @@ -16,6 +16,7 @@ '<(skia_src_path)/effects/SkBitmapSource.cpp', '<(skia_src_path)/effects/SkBlurDrawLooper.cpp', '<(skia_src_path)/effects/SkBlurMask.cpp', + '<(skia_src_path)/effects/SkBlurMask.h', '<(skia_src_path)/effects/SkBlurImageFilter.cpp', '<(skia_src_path)/effects/SkBlurMaskFilter.cpp', '<(skia_src_path)/effects/SkColorFilters.cpp', @@ -87,7 +88,6 @@ '<(skia_include_path)/effects/SkBitmapSource.h', '<(skia_include_path)/effects/SkBlurDrawLooper.h', '<(skia_include_path)/effects/SkBlurImageFilter.h', - '<(skia_include_path)/effects/SkBlurMask.h', '<(skia_include_path)/effects/SkBlurMaskFilter.h', '<(skia_include_path)/effects/SkColorMatrix.h', '<(skia_include_path)/effects/SkColorMatrixFilter.h', |