commit | ff420217394e6e35e831b11e98b46202e37de23f | [log] [tgz] |
---|---|---|
author | robertphillips <robertphillips@google.com> | Mon Mar 30 08:09:58 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Mon Mar 30 08:09:58 2015 -0700 |
tree | 6e6fa08082b621bc6cbaafd3240bf7e65407d841 | |
parent | d3e919123d46fc98fbe5f70a23afdfa9f8d92131 [diff] |
Revert of Remove SkClipStack's manual rounding of BW clip rects (patchset #3 id:80001 of https://codereview.chromium.org/1033453003/) Reason for revert: Reverting due to performance regression: https://code.google.com/p/skia/issues/detail?id=3597 Original issue's description: > Remove SkClipStack's manual rounding of BW clip rects > > The full fix for this bug is nudging the image in device space. That is going to be a large change. This CL should address the immediate problem. > > This CL will alter the following GMs: > clipdrawdraw > convex_poly_clip > complexclip_bw_* > filltypespersp > complexclip3_simple > > > > BUG=423834 > > Committed: https://skia.googlesource.com/skia/+/e523d4f90c3368c555282a98b41ca5ee2045103e TBR=bsalomon@google.com,joshualitt@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=423834 Review URL: https://codereview.chromium.org/1045853002