commit | cc9c7dce4922e51d90789673a86b77be30f1b6f6 | [log] [tgz] |
---|---|---|
author | Ho Cheung <hocheung@chromium.org> | Mon May 13 18:59:53 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 13 18:59:53 2024 +0000 |
tree | a97a1d5b3e685206fecc4bac1178d04a800cfc23 | |
parent | cabf62259d57b046b38d305cceac1d84893d3329 [diff] |
Reland "(3/N) Rename WGPUDeviceLostReason_Undefined to Unknown" This reverts commit a1056518c9ada17c7fcd0eb9d42d8ed03680a0b3. Reason for revert: All affected code has been modified, and we are now attempting to reland the patch. Original change's description: > Revert "(3/N) Rename WGPUDeviceLostReason_Undefined to Unknown" > > This reverts commit 98012bf2e9bdccf588624d3ba6bc045301de1658. > > Reason for revert: This breaks the Dawn->Chromium roll because not all usages have been updated yet. We need Emscripten to be updated with this change before we can update the remaining usages. > > Original change's description: > > (3/N) Rename WGPUDeviceLostReason_Undefined to Unknown > > > > Spec change was: > > https://github.com/gpuweb/gpuweb/pull/3976 > > > > Stage 3: Remove `WGPUDeviceLostReason_Undefined` > > from Dawn. > > > > Bug: chromium:42241081 > > Change-Id: I6865a9cff2494adadab4dbae898ab010401afb94 > > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/187280 > > Commit-Queue: Kai Ninomiya <kainino@chromium.org> > > Reviewed-by: Austin Eng <enga@chromium.org> > > Reviewed-by: Kai Ninomiya <kainino@chromium.org> > > TBR=kainino@chromium.org,enga@chromium.org,dawn-scoped@luci-project-accounts.iam.gserviceaccount.com,hocheung@chromium.org > > Change-Id: Iaddff04864e965a7d473a737721d52e40be72b06 > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: chromium:42241081 > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/187480 > Reviewed-by: James Price <jrprice@google.com> > Reviewed-by: Austin Eng <enga@chromium.org> > Commit-Queue: James Price <jrprice@google.com> # Not skipping CQ checks because this is a reland. Bug: chromium:42241081 Change-Id: I878465702fc70266875001e947c973555bd0f839 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/187560 Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: 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.