From 08f6d86f8e6aa19f6f2702b106fcfaa89d760869 Mon Sep 17 00:00:00 2001 From: "commit-bot@chromium.org" Date: Mon, 24 Mar 2014 02:49:48 +0000 Subject: update bitmapshader to avoid potential rendering error for kA8_Config A local matrix is set to the shader, which will show the potential error for SkCanvas::drawBitmap when the bitmap is kA8_Config, as well as the potential error for drawing a geometry with a bitmapshader who's bitmap is kA8_Config. A simple case is also added for SkCanvas::drawBitmap when the bitmap is kA8_Config, but there is not shader. Then the drawing area will be colorized by the solid color set in SkPaint. BUG=skia:2278 BUG=skia:2293 R=reed@google.com, bsalomon@google.com Author: yunchao.he@intel.com Review URL: https://codereview.chromium.org/204143004 git-svn-id: http://skia.googlecode.com/svn/trunk@13904 2bbb7eff-a529-9590-31e7-b0007b416f81 --- expectations/gm/ignored-tests.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'expectations') diff --git a/expectations/gm/ignored-tests.txt b/expectations/gm/ignored-tests.txt index 607f218439..c20ebb2eff 100644 --- a/expectations/gm/ignored-tests.txt +++ b/expectations/gm/ignored-tests.txt @@ -59,3 +59,7 @@ canvas-layer-state # sugoi: https://codereview.chromium.org/208303002/ # This path fixes a double offset with the resize filter and adds a gm case to test it resizeimagefilter + +# yunchao: https://codereview.chromium.org/204143004/ +# This change add some cases to bitmapshader to avoid potential drawing error for kA8_Config +bitmapshaders -- cgit v1.2.3