commit | c3a2680a91a288f301559ea37043287073bef669 | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Thu May 16 01:08:32 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 16 01:08:32 2024 +0000 |
tree | cf23ce87f965be7fb7abb717ef7d40e15657558a | |
parent | 8c6c80307665afe6df3c9c0d7b504c5a5fb7c984 [diff] |
Reland "Remove deprecated `APIReference()`" This reverts commit f72e01bbe9737722310e7c656e7f95d0515c936c. Reason for revert: All the `APIReference()` calls have been removed from Chromium. Original change's description: > Revert "Remove deprecated `APIReference()`" > > This reverts commit cbe795822ae42b4b8751f377fe6e9044ad12dd7e. > > Reason for revert: dawn into chromium auto roller is broken > https://ci.chromium.org/ui/p/chromium/builders/try/android-arm64-rel/587482/overview > > Original change's description: > > Remove deprecated `APIReference()` > > > > This patch removes the deprecated API `APIReference()` from Dawn. > > > > Bug: dawn:2234 > > Change-Id: I238f65c5e49d0abd04ee9c66bb0c0c52e73822ea > > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/187707 > > Reviewed-by: Corentin Wallez <cwallez@chromium.org> > > Commit-Queue: Jiawei Shao <jiawei.shao@intel.com> > > TBR=cwallez@chromium.org,jiawei.shao@intel.com,enga@chromium.org,dawn-scoped@luci-project-accounts.iam.gserviceaccount.com,lokokung@google.com > > Change-Id: Iefe18730f866d30f61d13eda77a8cb42319cf2df > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: dawn:2234 > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/188060 > Auto-Submit: Peng Huang <penghuang@chromium.org> > Reviewed-by: Loko Kung <lokokung@google.com> > Reviewed-by: Jiawei Shao <jiawei.shao@intel.com> > Reviewed-by: Ryan Harrison <rharrison@chromium.org> > Commit-Queue: Jiawei Shao <jiawei.shao@intel.com> # Not skipping CQ checks because original CL landed > 1 day ago. Bug: dawn:2234 Change-Id: I45afe25b974aa4b10a34dca736b754a0643cdedc Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/188380 Commit-Queue: Jiawei Shao <jiawei.shao@intel.com> Reviewed-by: Ryan Harrison <rharrison@chromium.org> Reviewed-by: 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.