commit | 2f8f2518e57b59ad274fa533836897ae7f861c4e | [log] [tgz] |
---|---|---|
author | Shrek Shao <shrekshao@google.com> | Wed Sep 15 19:22:19 2021 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Sep 15 19:22:19 2021 +0000 |
tree | ab0f8856173ad3411e1c5e1d526574d428291ab9 | |
parent | 4646de90be410746bc8e7b2c3d782dc901d61345 [diff] |
Revert "Added Abseil as a third-party dependency" This reverts commit 020d69905e03b2f1d6f658775bd0993609eca1de. Reason for revert: Causing Dawn Skia roll build fails https://task-scheduler.skia.org/job/AZXXBm9h9ozj3kKiRJM5 Original change's description: > Added Abseil as a third-party dependency > > Using the version in the Chromium repo in order to make use of the .gn > files it contains. > > Doing so also appears to require us to switch where we pull googletest > from so that the directory structure matches what the Abseil build > config expects. Fortunately this doesn't seem to cause issues in our > tests. > > Bug: dawn:563 > Change-Id: I55831ad33f282b3d8b03b67826fd2776e5602d89 > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/63780 > Reviewed-by: Austin Eng <enga@chromium.org> > Reviewed-by: Corentin Wallez <cwallez@chromium.org> > Commit-Queue: Corentin Wallez <cwallez@chromium.org> > Auto-Submit: Brandon Jones <bajones@chromium.org> # Not skipping CQ checks because original CL landed > 1 day ago. Bug: dawn:563 Change-Id: I0fc4e5fc73ab9b0887591135ec01adde990edd6f Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/64361 Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Shrek Shao <shrekshao@google.com>
Dawn is an open-source and cross-platform implementation of the work-in-progress 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)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.