summaryrefslogtreecommitdiffstats
path: root/skia
diff options
context:
space:
mode:
authorsenorblanco@chromium.org <senorblanco@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-20 19:33:54 +0000
committersenorblanco@chromium.org <senorblanco@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-20 19:33:54 +0000
commit40e67ab32b12fbcbbbca4cd0764c9796918e82ae (patch)
tree9baf149f6f75c4f7b1af6a0c59bfe7d58dd0c791 /skia
parent261a71d7d8ffc820734273b1596c9b15eb9fc25f (diff)
downloadchromium_src-40e67ab32b12fbcbbbca4cd0764c9796918e82ae.zip
chromium_src-40e67ab32b12fbcbbbca4cd0764c9796918e82ae.tar.gz
chromium_src-40e67ab32b12fbcbbbca4cd0764c9796918e82ae.tar.bz2
Enable GPU-based Gaussian blur for soft shadows. This causes some tests to
time out due to Mesa slowness, some formerly-failing tests to pass, and one test failure (it's very finicky about resulting pixel values). Suppressions are added here and will be upstreamed. EDIT: I've reverted the downstream suppressions, since it turns out that the webkit_gpu_tests step doesn't look at them, either on the WebKit canaries or on the trybots (hence the red trybot runs). So I'll just land them upstream in WebKit after this CL lands. BUG=64876 TEST=layout tests Review URL: http://codereview.chromium.org/7469001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93233 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia')
-rw-r--r--skia/skia.gyp1
1 files changed, 0 insertions, 1 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp
index 4a9958f..a4b53af 100644
--- a/skia/skia.gyp
+++ b/skia/skia.gyp
@@ -719,7 +719,6 @@
'GR_AGGRESSIVE_SHADER_OPTS=1',
'SK_DISABLE_FAST_AA_STROKE_RECT',
'SK_IGNORE_CF_OPTIMIZATION',
- 'SK_DISABLE_GPU_BLUR',
],
'sources!': [
'../third_party/skia/include/core/SkTypes.h',