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> |
||
---|---|---|
animations | ||
bench | ||
bin | ||
build/fuchsia | ||
build_overrides | ||
client_utils/android | ||
dm | ||
docker | ||
docs/examples | ||
example | ||
experimental | ||
fuzz | ||
gm | ||
gn | ||
include | ||
infra | ||
modules | ||
platform_tools | ||
resources | ||
samplecode | ||
site | ||
specs | ||
src | ||
tests | ||
third_party | ||
tools | ||
.clang-format | ||
.clang-tidy | ||
.gitignore | ||
.gn | ||
AUTHORS | ||
BUILD.gn | ||
codereview.settings | ||
CONTRIBUTING | ||
CQ_COMMITTERS | ||
DEPS | ||
go.mod | ||
go.sum | ||
LICENSE | ||
OWNERS | ||
PRESUBMIT.py | ||
public.bzl | ||
README | ||
README.chromium | ||
RELEASE_NOTES.txt | ||
whitespace.txt |
Skia is a complete 2D graphic library for drawing Text, Geometries, and Images. See full details, and build instructions, at https://skia.org.