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 /gyp | |
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 'gyp')
-rw-r--r-- | gyp/gmslides.gypi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gyp/gmslides.gypi b/gyp/gmslides.gypi index 6ee6bd7d5a..80d7a247d8 100644 --- a/gyp/gmslides.gypi +++ b/gyp/gmslides.gypi @@ -40,7 +40,6 @@ '../gm/blurroundrect.cpp', '../gm/circles.cpp', '../gm/circularclips.cpp', - '../gm/clipdrawdraw.cpp', '../gm/clip_strokerect.cpp', '../gm/clippedbitmapshaders.cpp', '../gm/cgms.cpp', |