aboutsummaryrefslogtreecommitdiffhomepage
path: root/expectations
diff options
context:
space:
mode:
authorGravatar cdalton <cdalton@nvidia.com>2014-11-13 11:54:20 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2014-11-13 11:54:20 -0800
commit3fc6a2fdb260aa85ad724d575afede2c00db111b (patch)
tree918a46d1b3f2914cf9d94998a239389321b26c24 /expectations
parentf4905ccb6c987781d3c50cb23bfaad740182cd8a (diff)
Combine similar DrawPaths calls in GrInOrderDrawBuffer
Combines adjacent DrawPaths commands into one single call when a conservative set of conditions are met. The end result is that whole paragraphs can be drawn with a single call to gliStencilThenCoverFillPathInstancedNV(), rather than one call for each line. BUG=skia: Review URL: https://codereview.chromium.org/712223002
Diffstat (limited to 'expectations')
-rw-r--r--expectations/gm/ignored-tests.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/expectations/gm/ignored-tests.txt b/expectations/gm/ignored-tests.txt
index 68db6961f8..00b1ac36d7 100644
--- a/expectations/gm/ignored-tests.txt
+++ b/expectations/gm/ignored-tests.txt
@@ -50,3 +50,7 @@ imagemagnifier
#reed
modecolorfilters
+
+# cdalton https://codereview.chromium.org/712223002
+# Pixels off by one from covering gradient fills with different bounding boxes
+textblobshader