commit | e8819bcc179fc48f0d9644ec701f80fec838c6bf | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Fri Aug 08 10:04:31 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Aug 08 10:04:31 2025 -0700 |
tree | 6e929564a78a6be6e4a882534edf866ba978e583 | |
parent | 08a5058f4ea1236eff4170fae5438ee206464165 [diff] |
Remove the syntax tree printer. With the conversion to IR, there are really only two places we have AST at this point, coming out of the parser and into the IR and coming out of IR for WGSL printing. With the removal of transformations on the AST the syntax tree parser has much less utility. Removing it. Change-Id: I1a324f783a44fe4e5f60558f3f176221ad4678c7 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/256694 Reviewed-by: James Price <jrprice@google.com> Commit-Queue: 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.