commit | 6d5b5455743414ddb11d2b8c1fe9d7959f2b853d | [log] [tgz] |
---|---|---|
author | robertphillips <robertphillips@google.com> | Wed Oct 29 08:05:21 2014 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed Oct 29 08:05:21 2014 -0700 |
tree | d93832b6b22fd657e5c1a18ffcb768c75a421e7c | |
parent | 5abfa688b7beafaecbfbdbc76677344f78394f4b [diff] |
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. Review URL: https://codereview.chromium.org/678403002