commit | 2b70c1ff902f60d5580637388eae0f2d5e5f0fda | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Tue Nov 19 22:17:44 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 19 22:17:44 2024 |
tree | e790cca0a7fa08d6c1670a01bf46e16372d624db | |
parent | 16d5fda9a294a010c28c2705d39631586896532b [diff] |
WebGPU: Add 1-component GPUVertexFormats and unorm8x4-bgra This adds a runtime_enabled_feature for feature gating and performs a validation pass after conversion of the GPURenderPipelineDescriptor to the wgpu::RenderPipelineDescriptor to check if any of the new formats are used without the feature enabled. This check will be removed once the feature is safely landed. Bug: 376924407 Change-Id: Ib1b51b01cbfa72da3c20f8519cd9b06865bfc817 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6032609 Reviewed-by: Kai Ninomiya <kainino@chromium.org> Reviewed-by: Fernando Serboncini <fserb@chromium.org> Commit-Queue: Fernando Serboncini <fserb@chromium.org> Auto-Submit: Corentin Wallez <cwallez@chromium.org> Cr-Commit-Position: refs/heads/main@{#1385257}
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.