commit | 97d957d1db657f8bbcec3db5fdddd5868ab9512e | [log] [tgz] |
---|---|---|
author | Brian Osman <brianosman@google.com> | Fri Mar 22 16:44:36 2019 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Sat Mar 23 23:11:00 2019 +0000 |
tree | 4b0629bdb8b01b179192146d6bd6eaaaaf69cf42 | |
parent | 4c0b5c4b79dd14bee32d8a527aeaa3c26c72d3a1 [diff] |
Remove GrDrawAtlasOp The base device turns drawAtlas into drawVertices, which ends up being *faster* (in my tests) than our specialized code. It's certainly possible to write a custom version that's better, but for now, it seems better to just do this. Bug: skia: Change-Id: I247f0c0a24fb21c8206f4e3ea9fecac85679ba73 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/203163 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Brian Osman <brianosman@google.com>