DescriptionMore natural way to serialize GPU tasks and tests.
This basically takes out the Windows-only hacks and promotes them to
cross-platform behavior driven by --gpu_threading.
- When --gpu_threading is false (the default), this puts GPU tasks and tests
together in the same GPU enclave. They all run serially.
- When --gpu_threading is true, both the tests and the tasks run totally
independently, just like the thread-safe CPU-bound work.
BUG=skia:3255
Committed: https://skia.googlesource.com/skia/+/55e88b226ccb85d2c712a9e3e9e1f5bdcaac05ac
Patch Set 1 #Patch Set 2 : rebase #
Total comments: 1
Patch Set 3 : always stack-scope GrContextFactories #
Messages
Total messages: 10 (4 generated)
|