| commit | 9cbc65768ad7a7c57b1b7345aecfeeee13533b6d | [log] [tgz] |
|---|---|---|
| author | Elie Michel <elie.michel.fr@gmail.com> | Mon Jul 10 12:02:47 2023 +0000 |
| committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jul 10 12:02:47 2023 +0000 |
| tree | de8cfc3d5c26eebf1b39daf5d5619b360659efab | |
| parent | bbd0c5622571b5031b048aa1f5efb23e656964ca [diff] |
More robust shallow clone in fetch script In fetch_dawn_dependencies.py, shallow clone was adding a remote, then fetching from it. When running the script multiple times, this fails because the remote already exists. With this commit, fetch_dawn_dependencies.py should now be idempotent by fetching from the remote url without adding it as a remote to the git config. Change-Id: I50c9b380cfcee475ac9d856f51f2796f4a0b3593 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/140181 Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Kokoro: Kokoro <noreply+kokoro@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.