| commit | 71ab16752e3f76604a8012250a68bda2f200224e | [log] [tgz] |
|---|---|---|
| author | Corentin Wallez <cwallez@chromium.org> | Thu Oct 02 11:22:21 2025 -0700 |
| committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 02 11:22:21 2025 -0700 |
| tree | 6f569b56ffaace180753acfaa16986bcfd656dfa | |
| parent | da556b4eb39e603729869c3eedbedd8643e1518e [diff] |
Revert "[dawn][vk] Fix uses of pipeline robustness when robustness is disabled." This reverts commit 20039ea00f3139d13c5ebe85a11c58f2df21c06b. Reason for revert: breaks the roll into g3, revert before investigating. Original change's description: > [dawn][vk] Fix uses of pipeline robustness when robustness is disabled. > > When Dawn's robustness is disabled we use pipeline robustness to tell > the driver to not do any robustness if it can, so we still need to > enable the Vulkan extension in that case, to allow passing > VK_PIPELINE_ROBUSTNESS_BUFFER_BEHAVIOR_DISABLED_EXT. > > When robustness is disabled we also need to skip setting the > VulkanUse*RobustAccess2 toggles since the relevant features are not > enabled, which would cause a VVL error when they make pipeline > robustness request "robust access 2". > > Fixed: 443940959 > Change-Id: Icb91b2b316b2a543240e5522f9d631862a7cd8a8 > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/261175 > Reviewed-by: Kyle Charbonneau <kylechar@google.com> > Commit-Queue: Corentin Wallez <cwallez@chromium.org> > Reviewed-by: Brandon Jones <bajones@chromium.org> # Not skipping CQ checks because original CL landed > 1 day ago. Change-Id: Ibc9175d462fbd840f621b5350c55a0a39cf11acd Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/264694 Commit-Queue: Loko Kung <lokokung@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Loko Kung <lokokung@google.com>
Dawn is an open-source and cross-platform implementation of the WebGPU standard. More precisely it implements webgpu.h that is a one-to-one mapping with the WebGPU IDL. Dawn is meant to be integrated as part of a larger system and is the underlying implementation of WebGPU in Chromium.
Dawn provides several WebGPU building blocks:
webgpu.h version that Dawn implements.webgpu.h.Helpful links:
Developer documentation:
User documentation: (TODO, figure out what overlaps with the webgpu.h docs)
BSD 3-Clause License, please see LICENSE.
This is not an officially supported Google product.