commit | aae22bdd5489ba0f58e33655861f854dfc623d79 | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Tue Apr 09 12:02:15 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 09 12:02:15 2024 +0000 |
tree | 052daa73cb59ab8c7c934a7434d8a70966117d92 | |
parent | 0ff76160a647b3feb4b97123a0a9dc9aac51e140 [diff] |
Revert "[wgpu-headers] Align device lost callbacks with webgpu.h and futures." This reverts commit d9355b1923d23b66e3d1afb532d4e00612eff253. Reason for revert: Breaks compilation of MLDrift in Chrome Original change's description: > [wgpu-headers] Align device lost callbacks with webgpu.h and futures. > > - Overrides wire::ObjectBase::Release logic for Device. This was > necessary because the DeviceLostEvent holds a ref to the Device. > - Introduces non-progressing SystemEvents. This is needed because we > want to make sure that polling doesn't happen as long as a device > lost event exists. > > Bug: dawn:2021 > Change-Id: I120ca3c1e4b2bfd00b43bb9f26d91cb5c3f2e4d6 > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/165527 > Reviewed-by: Corentin Wallez <cwallez@chromium.org> > Reviewed-by: Austin Eng <enga@chromium.org> > Reviewed-by: Kai Ninomiya <kainino@chromium.org> > Commit-Queue: Loko Kung <lokokung@google.com> TBR=cwallez@chromium.org,kainino@chromium.org,enga@chromium.org,noreply+kokoro@google.com,dawn-scoped@luci-project-accounts.iam.gserviceaccount.com,lokokung@google.com Change-Id: I4681d9100f31f7a98fce86400ae0bae2a5190d85 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: dawn:2021 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/183080 Auto-Submit: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: 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.