commit | 2b0344d84e079c334e6ca5607a4a311e3837f923 | [log] [tgz] |
---|---|---|
author | Brandon Jones <bajones@chromium.org> | Tue Jan 09 01:03:19 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 09 01:03:19 2024 |
tree | 3d5cf9ec4516384b51a02194b8a294db058bd58d | |
parent | 49727a8494ba2ea7dc93585e25946ecfb951802b [diff] |
Don't enumerate Vulkan WebGPU adapters if Vulkan is blocked On some devices we are seeing that even enumerating the available Vulkan adapters is causing crashes. But these devices are also already blocked from using Vulkan for other uses, like Skia. This CL uses the same feature check to prevent Vulkan-backed WebGPU adapters from being initialized. Bug: 1509559 Change-Id: I7d0e92fa0c6512b582a1ed911c6a514632638dc5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5125746 Commit-Queue: Brandon Jones <bajones@chromium.org> Reviewed-by: Kenneth Russell <kbr@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org> Cr-Commit-Position: refs/heads/main@{#1244389}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.