forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
aw: Multiple AwVulkanContextProvider
VulkanContextProvider currently owns things such as GrVkSecondaryCBDrawContext that is per-webview rather than (assumed) global. Factor out a AwVulkanContextProvider::Global that provides of sharing things that are (assumed) global, and create new instances of AwVulkanContextProvider for each draw functor instance. Need to pass the right instance of AwVulkanContextProvider into viz. Only hook this up for the viz code path. Bug: 1141683 Change-Id: Ia98a2e9edb74ccdda56f75944a3257e64efc79fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2485778 Reviewed-by: Vasiliy Telezhnikov <vasilyt@chromium.org> Commit-Queue: Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#820438}
- Loading branch information
Bo Liu
authored and
Commit Bot
committed
Oct 23, 2020
1 parent
1d558f2
commit 4df06a5
Showing
12 changed files
with
155 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.