commit | 63d1ea4df9d2b2e72b4ab329f86240cb4029f9e5 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Thu Mar 06 09:25:39 2025 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 06 09:25:39 2025 -0800 |
tree | 75eb3f5095035c4544e681e212b916681955318b | |
parent | 0929932116993da6b44e5f5d7f8667617d63116c [diff] |
Revert "Vulkan: Allow setting multiple `MemoryKind` bits" This reverts commit a8f733807cbf72ebab8baecbda359ca4413d00c7. Reason for revert: Breaking CTS roll on Ci only bot. https://ci.chromium.org/ui/p/chromium/builders/try/linux-dawn-nvidia-1660-exp-rel/1157/overview Can you please add the `Include-Ci-Only-Tests: true` footer when relanding to run on the CI only bot? Original change's description: > Vulkan: Allow setting multiple `MemoryKind` bits > > This patch allows setting multiple MemoryKind bits in one MemoryKind > value and replaces MemoryKind::Opaque with MemoryKind::DeviceLocal as > a preparation of the implementation of BufferMapExtendedUsage on > Vulkan. > > Bug: 386255678 > Change-Id: I68f77de15d8267ae985d49f73497410fb08fbd49 > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/227697 > Reviewed-by: Corentin Wallez <cwallez@chromium.org> > Commit-Queue: Jiawei Shao <jiawei.shao@intel.com> # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 386255678 Change-Id: I218a6f8426bfae726c3cce6209f77068be66e5e8 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/229454 Reviewed-by: Yuly Novikov <ynovikov@chromium.org> Reviewed-by: dan sinclair <dsinclair@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
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.