From 3fc6a2fdb260aa85ad724d575afede2c00db111b Mon Sep 17 00:00:00 2001 From: cdalton Date: Thu, 13 Nov 2014 11:54:20 -0800 Subject: 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 --- expectations/gm/ignored-tests.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'expectations/gm') 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 -- cgit v1.2.3