Descriptioncc: Move FallbackFence implementation from GLRenderer to ResourceProvider.
This allows us to use the same fallback fence for CopyResource
implementation as the GLRenderer, which means the 1-copy
rasterizer can be used even when CHROMIUM_sync_query support
is missing.
CHROMIUM_sync_query is expected to be supported everywhere
but this is useful in rare cases where it's been blacklisted.
While software compositing might be better in those cases,
having the option to use hardware compositing is valuable.
The frequency at which we check busy resources in the 1-copy
rasterizer is also reduced to make the performance penalty
of using the fallback fence less severe.
BUG=406404
Committed: https://crrev.com/9bc50696509edce28d25653b19eef51b099a3781
Cr-Commit-Position: refs/heads/master@{#301878}
Patch Set 1 #Patch Set 2 : rebase #
Messages
Total messages: 7 (2 generated)
|