commit | ec3114d8dfea35324bcc4e76c8eb45976c2751a2 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Thu Nov 28 16:23:49 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Nov 28 16:23:49 2024 +0000 |
tree | 7350fa5f2ae192f77fb71abc6eb4ce10174102ce | |
parent | 8bf1785b9c4cc0432ae7a8d2f5c29e499d0978cf [diff] |
Enable `robustness` transform by default in `tint`. Update the `tint` command to always enable `robustness`. The `robustness` option is removed from the list of possible transforms which can be requested. A new `--disable-robustness` flag is added in order to generate code with robustness disabled. Change-Id: I8e1c5d1247738e33ffac035e5c786863f152de03 Bug: 378726537 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/216996 Commit-Queue: James Price <jrprice@google.com> Reviewed-by: James Price <jrprice@google.com> Commit-Queue: dan sinclair <dsinclair@chromium.org> Auto-Submit: dan sinclair <dsinclair@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.