commit | 407b34235750d95dfc13260ff434d6be29eab264 | [log] [tgz] |
---|---|---|
author | Brian Osman <brianosman@google.com> | Tue Aug 22 15:01:32 2017 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Tue Aug 22 20:50:08 2017 +0000 |
tree | e84b3ca10d0be1efa75e0c8597373662c83d6035 | |
parent | 223ec293ef3cd02bf2a2a8942d55e2490ee16d66 [diff] |
Add GrPrepareCallback, always run at the start of flush This is like an op, but only has one virtual, and always runs before any ops prepare. To be used in threaded software mask rendering (to schedule ASAP uploads). Bug: skia: Change-Id: I647482e2472d7321f3685e5bdbe49e10ac59c0b1 Reviewed-on: https://skia-review.googlesource.com/37160 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Brian Osman <brianosman@google.com>