commit | 45844e3df4a435236d281d120d0b01e480057457 | [log] [tgz] |
---|---|---|
author | Dan Sinclair <dsinclair@chromium.org> | Wed Oct 26 16:01:33 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 26 16:01:33 2022 +0000 |
tree | 877abc5b8b7ce238fb863fe674a8bffbc815b44a | |
parent | b3b027d3cddb821a00112aa9cb50fde5c633c337 [diff] |
Revert "tint::transform::VertexPulling: require SingleEntryPoint" This reverts commit 63463c2f775fadb56daad93e0e92fe9153a426fd. Reason for revert: Breaks the kokoro build Original change's description: > tint::transform::VertexPulling: require SingleEntryPoint > > This change the vertex pulling transform to look for the single vertex > entry point in the module, instead of taking the entry point name in the > config. This is necessary because the renamer needs to run before > VertexPulling so that builtins like min() don't end up referring to the > input WGSL. Putting the renamer before VertexPulling makes the config > entry point name no longer match. > > Bug: dawn:1583 > Change-Id: I4c96eb83518e0d6fe8ce23b37e238f4a890eeb2f > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/107080 > Commit-Queue: Corentin Wallez <cwallez@chromium.org> > Reviewed-by: Ben Clayton <bclayton@google.com> TBR=cwallez@chromium.org,bclayton@google.com,noreply+kokoro@google.com,dawn-scoped@luci-project-accounts.iam.gserviceaccount.com Change-Id: I26f521213db6ce80cdccad20cbaa6a1c0d37b2c2 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: dawn:1583 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/107280 Reviewed-by: Dan Sinclair <dsinclair@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org>
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.