commit | 06131ffe86f7c7994d26d976abb29f1627d41326 | [log] [tgz] |
---|---|---|
author | Antonio Maiorano <amaiorano@google.com> | Wed Jun 21 14:22:21 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 21 14:22:21 2023 +0000 |
tree | d8d17aed38c19900c4a82f24739c1dcb2546250f | |
parent | b274678f4a243670cd5615ad801f647cf5aea283 [diff] |
Add more extension types to .gitattributes This fixes problems with presubmit checks in a Windows checkout that uses the default Chromium setup - that is, with core.autocrlf=false. Our presubmits assume these files will use LF line endings, not CRLF. For all files, CRLF will fail `CheckChangeHasNoCrAndHasOnlyOneEol`. For go template-generated files, CRLF will be introduced in the output and fail the '--check-stale' test. Change-Id: Ica0986ebaf3925032700edeac7378780839016b0 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/138220 Commit-Queue: Antonio Maiorano <amaiorano@google.com> 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.