commit | 38d64b03b3d082b49868422edd4575bb5f6ec329 | [log] [tgz] |
---|---|---|
author | Robert Phillips <robertphillips@google.com> | Tue Sep 04 13:23:26 2018 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Tue Sep 04 18:02:56 2018 +0000 |
tree | a2dd8495c2e4ac4381538c2d62f254e76b0f0479 | |
parent | a900ad54004d18e7c6417ccdcec459d45529a9f8 [diff] |
Add notion of active opList to GrDrawingManager (take 2) With an incrementally sorted list of opLists we will no longer be able to assume that the last opList is the active one. This is pulled out of: https://skia-review.googlesource.com/c/skia/+/150614 (Begin centralizing opList DAG) and also contains some of the non-substantive changes from that CL. Change-Id: I2d122889e595f7240c9a99e4f0a2ede2d9813112 Reviewed-on: https://skia-review.googlesource.com/151371 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Robert Phillips <robertphillips@google.com>