aboutsummaryrefslogtreecommitdiffhomepage
path: root/expectations
diff options
context:
space:
mode:
authorGravatar dandov <dandov@google.com>2014-06-10 14:38:28 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-06-10 14:38:28 -0700
commit9de5b514d38c5b36066bcdc14fba2f7e5196d372 (patch)
tree8dfe270706133558dab7f076a27a0298ec38cc64 /expectations
parentce06c485a2d897eeb3e997ed6a546e77e99e47be (diff)
SkShader::asNewEffect Refactoring
The new signature is: bool asNewEffect(GrContext* context, const SkPaint& paint, GrColor* grColor, GrEffectRef** grEffect, const SkMatrix* localMatrixOrNull) const; It will fix the hack for skcolorshader by modifying the GrColor parameter in SkGr::SkPaint2GrPaintShader. BUG=skia:2646 R=jvanverth@google.com, bsalomon@google.com Author: dandov@google.com Review URL: https://codereview.chromium.org/318923005
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 9e1f39b9bb..0997c0ec37 100644
--- a/expectations/gm/ignored-tests.txt
+++ b/expectations/gm/ignored-tests.txt
@@ -66,3 +66,7 @@ coloremoji
# Added by robertphillips for https://codereview.chromium.org/316143003/
# This CL actually fixes this GM's image
distantclip
+
+# dandov: Fix for bitmap shader by taking into account if the bitmap is alpha only
+# https://codereview.chromium.org/318923005/
+bitmapshaders