diff options
author | robertphillips <robertphillips@google.com> | 2015-01-12 18:26:01 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-01-12 18:26:01 -0800 |
commit | 125ee60ed3e510b1b9cbbaae8efdef2df5542ac1 (patch) | |
tree | a9478bd775bef5568a80bdf7e51da6df8470610c /expectations | |
parent | 933a03fecb65c83f81cf65d5cf9870c69aa379ff (diff) |
Revert of Fix GPU clipped-AA vs. non-AA drawRect discrepancy (patchset #2 id:20001 of https://codereview.chromium.org/839883003/)
Reason for revert:
This CL introduces rendering conflicts with hairlines (i.e., the hairlines get overwritten). These conflicts are particularly visible on the following GMs (for the Ubuntu and Android gpu configs):
coloremoji & complexclip2_rrect_bw
Original issue's description:
> Fix GPU clipped-AA vs. non-AA drawRect discrepancy
>
> In the clip stack we were manually rounding out non-AA clip rects but leaving the hardening of non-AA drawRects up to the GPU. In some border cases the GPU can truncate rather than round out resulting in visual discrepancies.
>
> BUG=423834
>
> Committed: https://skia.googlesource.com/skia/+/933a03fecb65c83f81cf65d5cf9870c69aa379ff
TBR=bsalomon@google.com,jvanverth@google.com
NOTREECHECKS=true
NOTRY=true
BUG=423834
Review URL: https://codereview.chromium.org/847033002
Diffstat (limited to 'expectations')
-rw-r--r-- | expectations/gm/ignored-tests.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/expectations/gm/ignored-tests.txt b/expectations/gm/ignored-tests.txt index 588ec29e5c..292bd10024 100644 --- a/expectations/gm/ignored-tests.txt +++ b/expectations/gm/ignored-tests.txt @@ -41,12 +41,3 @@ blurrects dropshadowimagefilter -# robertphillips - https://codereview.chromium.org/839883003/ -complexclip_bw -complexclip_bw_invert -complexclip_bw_layer -complexclip_bw_layer_invert -complexclip3_complex -complexclip3_simple -convex_poly_clip -dftext |