aboutsummaryrefslogtreecommitdiffhomepage
path: root/expectations/gm/ignored-tests.txt
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-10-04 01:20:09 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-10-04 01:20:09 +0000
commit5fd7d5c20a15094da3fb6dc1d59955fd8f3217d7 (patch)
tree33fc3ba421781458e52d5ff0244d109e52e1c830 /expectations/gm/ignored-tests.txt
parent57a3b763cac9c90a32d3e78e95464f3e099ba7f4 (diff)
Allow gradient optimization with perspective
Before, gradients would only interpolate the linear portion of the quadratic equation if there was no perspective. This updates them to do so even in the case that there is perspective. The rearrangement of math causes noise differences in the following gm tests: gradients_no_texture_gpu gradients_view_perspective_gpu gradients_local_perspective_gpu gradients_gpu R=bsalomon@google.com Author: cdalton@nvidia.com Review URL: https://codereview.chromium.org/25645006 git-svn-id: http://skia.googlecode.com/svn/trunk@11595 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'expectations/gm/ignored-tests.txt')
-rw-r--r--expectations/gm/ignored-tests.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/expectations/gm/ignored-tests.txt b/expectations/gm/ignored-tests.txt
index 0cc2bbabd0..c83b9b9928 100644
--- a/expectations/gm/ignored-tests.txt
+++ b/expectations/gm/ignored-tests.txt
@@ -21,3 +21,8 @@
## Added by edisonn as part of https://codereview.chromium.org/23851037/
#gradients
+# Added by cdalton as part of https://codereview.chromium.org/25645006/
+gradients_no_texture
+gradients_view_perspective
+gradients_local_perspective
+gradients