commit | 8fde75b8993703ca185dcd2d9e65e4664bbceb8a | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Wed Dec 13 20:35:25 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Dec 13 20:35:25 2023 +0000 |
tree | c78495c74027fa7ca41fbe67e15a19a4418b1d5e | |
parent | 67da374c2b1f35f2af894a92ac9b6dab25c0321c [diff] |
Revert "D3D12: Move ExecutionQueue logic to the Queue." This reverts commit a3dc7f4aff1c0c06046697a3531d175c63040067. Reason for revert: Fails in CI only test suites. Original change's description: > D3D12: Move ExecutionQueue logic to the Queue. > > No functional changes intended but the Queue methods have been made to > do slightly more than the equivalent methods on the device (for example > checking if we actually need to do a wait or a submission). > > Bug: dawn:1413 > Change-Id: I56e1f3b996487e79aceeccb78aa5a2f676902f47 > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/140401 > Kokoro: Kokoro <noreply+kokoro@google.com> > Reviewed-by: Austin Eng <enga@chromium.org> > Commit-Queue: Corentin Wallez <cwallez@chromium.org> > Reviewed-by: Loko Kung <lokokung@google.com> TBR=cwallez@chromium.org,enga@chromium.org,noreply+kokoro@google.com,dawn-scoped@luci-project-accounts.iam.gserviceaccount.com,lokokung@google.com Change-Id: I2c1dde3bb098b2fa710adb0db84554b10ccaa2c6 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: dawn:1413 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/165660 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Austin Eng <enga@chromium.org> Kokoro: Austin Eng <enga@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.