diff options
author | egdaniel <egdaniel@google.com> | 2014-07-21 11:37:28 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-07-21 11:37:28 -0700 |
commit | 02cafcc1bf6e2968c2efdf459871167970da150e (patch) | |
tree | 6407fddf603d832732c775e450c6430e0d120e55 /expectations | |
parent | 5b7c7c4ed3baf24e10db8f1b647f7c711b4420fd (diff) |
Remove gpu shader optimatization for solid white or trans black colors
Running test on the added bench which draws a grid of all white paths, all blue paths, or alternating checkered white/blue paths.
With optimization in (ms):
White Blue Checkered
Linux ~80 ~80 ~160
N7 ~800 ~1100 ~1500
Moto-e ~830 ~1100 ~2500
Without optimization in (ms):
White Blue Checkered
Linux ~80 ~80 ~80
N7 ~1100 ~1100 ~1100
Moto-e ~1100 ~1100 ~1500
BUG=skia:
Committed: https://skia.googlesource.com/skia/+/5f78d2251a440443c9eaa321dad058d7a32bfef7
R=bsalomon@google.com
Author: egdaniel@google.com
Review URL: https://codereview.chromium.org/375823005
Diffstat (limited to 'expectations')
-rw-r--r-- | expectations/gm/ignored-tests.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/expectations/gm/ignored-tests.txt b/expectations/gm/ignored-tests.txt index c97a0b9de2..d8c0476c09 100644 --- a/expectations/gm/ignored-tests.txt +++ b/expectations/gm/ignored-tests.txt @@ -33,6 +33,18 @@ ## epoger will rebaseline by 25 Dec 2013 #gradtext +# egdaniel: removing a gpu shader optimization causes some single pixel changes in gm +# cl: https://codereview.chromium.org/375823005/#ps210001 +coloremoji +complexclip2 +complexclip2_path_bw +complexclip2_rrect_bw +gradients_view_perspective +imagefiltersbase +inverse_paths +xfermodes3 +verylargebitmap + # reed: bitmapfilters changed (labels) with hide_config CL, just need rebaselines bitmapfilters |