da50cb84a4
We add a new flushAndSubmit() to replace the current flush() call. In the future all other flush(GrFlushInfo) type calls will not do a submission of work to the GPU. Instead an explicit submit call will have to be made. flushAndSubmit will do a flush and submit. Also adds a no-op submit call. This allows us to stage the flush submit changes by updating all clients that use non simple flushes to add a submit call immediately after each flush. Then we can change the logic of where the submission happens from flush to submit without breaking folks. Bug: skia:10118 Change-Id: I4f02189a21912d52b888597c7734b4ca0baee792 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/289478 Commit-Queue: Greg Daniel <egdaniel@google.com> Reviewed-by: Brian Salomon <bsalomon@google.com> |
||
---|---|---|
.. | ||
android | ||
atlastext | ||
c | ||
codec | ||
config | ||
core | ||
docs | ||
effects | ||
encode | ||
gpu | ||
pathops | ||
ports | ||
private | ||
svg | ||
third_party | ||
utils |