commit | 28ab345ec3b7c3223aca43181bfb3c9a02cff828 | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Wed Jan 10 15:01:14 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 10 15:01:14 2024 +0000 |
tree | ab7e7f4fe15fcc5b93bc423f783ae64dda7029a1 | |
parent | ceaad4f020f93dc0a7a001d1aa797ea81252dbca [diff] |
Revert "[WGPUFuture] Move the EventManager in the wire to appear in the Instance." This reverts commit 6ecbeedd4e016dfa304082bc7e3639b54d179ce1. Reason for revert: Likely breaking compilation on linux-libfuzzer-asan-rel Original change's description: > [WGPUFuture] Move the EventManager in the wire to appear in the Instance. > > - Note that the EventManager only appears to be in the Instance because > it may need to outlive the Instance, and so actually lives on the > Client. > > Bug: dawn:2061 > Change-Id: I601a27cd7ee90e4dcb53fd9e45144a6059c00054 > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/167840 > Commit-Queue: Loko Kung <lokokung@google.com> > Reviewed-by: Kai Ninomiya <kainino@chromium.org> > Reviewed-by: Austin Eng <enga@chromium.org> > Kokoro: Kokoro <noreply+kokoro@google.com> TBR=kainino@chromium.org,enga@chromium.org,noreply+kokoro@google.com,dawn-scoped@luci-project-accounts.iam.gserviceaccount.com,lokokung@google.com Change-Id: If7b5143ef8d7d1ece1fac29a7a10e2dd388e2826 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: dawn:2061 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/168648 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Ben Clayton <bclayton@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.