commit | 2b0536f37aa8915b6f58dae0b88b18023cb04d17 | [log] [tgz] |
---|---|---|
author | robertphillips <robertphillips@google.com> | Fri Nov 06 14:10:42 2015 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Fri Nov 06 14:10:42 2015 -0800 |
tree | 252d8700ebb5321b5160bd45415e1d98775c65d8 | |
parent | 16d7e96f3700fd60d58d5903bf4d89816b411841 [diff] |
Clean up GrBatchAtlas a bit The main thrust of this CL is to remove knowledge of the atlas' backing texture from the BatchPlot. It also reduces the API surface of the BatchPlot and shrinks the amount of fields in the BatchAtlas. Review URL: https://codereview.chromium.org/1413403009