commit | 3fef2abb8fbeb4d5b183b3807140a1dd703b74ab | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Tue Feb 25 14:16:46 2025 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 25 14:16:46 2025 -0800 |
tree | 5378ae1f7c1238ad5ebb17a94318061c949c0c1c | |
parent | 8bdc3b9c5a08a2c18a96e49b10cf3dbd4a1a0ea5 [diff] |
[dawn][d3d12] Remove redundant wait on SRB EndAccess The common code from SharedResourceMemory already takes care of propagating the BeginAccess fences if the resource wasn't used. This was found when auditing the uses of EnsureCommandsFlushed. Bug: 42241325, 42242066 Change-Id: I9a499b9a10597ce2e5453790f426cb621eb40b2d Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/227294 Reviewed-by: Geoff Lang <geofflang@chromium.org> Reviewed-by: Brandon1 Jones <brandon1.jones@intel.com> Commit-Queue: Corentin Wallez <cwallez@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.