forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow --enable-vulkan with viz_unittests
This will use GPU because we do not have vulkan software rasterization. Main changes: 1) Have SkiaOutputSurfaceImplOnGpu create an offscreen render surface when there is no AcceleratedWidget to render to. 2) Have unittests create a VulkanInstance when making their own GpuServiceImpl. Bug: 930740 Change-Id: Ie5b837bac1bcc5576913c8b1019d34196949d6de Reviewed-on: https://chromium-review.googlesource.com/c/1464652 Commit-Queue: Jonathan Backer <backer@chromium.org> Reviewed-by: kylechar <kylechar@chromium.org> Reviewed-by: Peng Huang <penghuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#631936}
- Loading branch information
Jonathan Backer
authored and
Commit Bot
committed
Feb 13, 2019
1 parent
de75013
commit 316ac19
Showing
8 changed files
with
335 additions
and
145 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
Oops, something went wrong.