commit | 9f36b8719b5fab2e3d7f25c5299438f954d06052 | [log] [tgz] |
---|---|---|
author | robertphillips <robertphillips@google.com> | Wed Oct 29 08:17:35 2014 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed Oct 29 08:17:36 2014 -0700 |
tree | b382e49f55d8527f919686a0b468091d88cfce45 | |
parent | bf8dc343df4fbdcb8af546eb68b640e011a33489 [diff] |
Revert of Discard atlas after every MultiPictureDraw::draw (patchset #4 id:60001 of https://codereview.chromium.org/678403002/) Reason for revert: Breaking bots Original issue's description: > Discard atlas after every MultiPictureDraw::draw > > This is intended to prevent ghosting on tiled architectures. > > This CL also defers creation of the atlas (and its texture) until it is actually needed. > > Committed: https://skia.googlesource.com/skia/+/6d5b5455743414ddb11d2b8c1fe9d7959f2b853d TBR=bsalomon@google.com NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/687233002