commit | b74c20456e233d6c663f320559b7bb6df51113f9 | [log] [tgz] |
---|---|---|
author | Peter McNeeley <petermcneeley@chromium.org> | Fri Jan 12 17:06:28 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jan 12 17:06:28 2024 |
tree | 0d1a4afd566f28a2bdefb9b2ded9c550225b7459 | |
parent | 23adc37753a7d41f620829c31fb5c3ed2fd70812 [diff] |
Move drm vulkan usage from extension to core. The extension "VK_KHR_external_fence_capabilities" has been moved into core but implementations might not exist as an alias without the extension being enabled. By moving to core we avoid this potential issue that arises when using the flag 'VulkanFromAngle' which does not respect the 'required_extensions' parameters. Low-Coverage-Reason: HARD_TO_TEST Bug: b/317209177 Change-Id: Ifb953f754acb41fb2bc6c61ac7b948271be5d7e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5190327 Reviewed-by: Vasiliy Telezhnikov <vasilyt@chromium.org> Commit-Queue: Peter McNeeley <petermcneeley@chromium.org> Cr-Commit-Position: refs/heads/main@{#1246501}
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.