| commit | c0f0ab761bb9b9e12cc73c124604a0a4eb334d5e | [log] [tgz] |
|---|---|---|
| author | dan sinclair <dsinclair@chromium.org> | Fri Jun 23 16:57:00 2023 +0000 |
| committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 23 16:57:00 2023 +0000 |
| tree | 8ac5503abb5ed494e728f6ba18d89707b6dc61f2 | |
| parent | 1c32bf7fee896f12027a940ad0a9e005daa9666d [diff] |
[ir] Split `TextGenerator` apart. Currently the `TextGenerator` class contains code specific to generating from the AST. This CL splits out the AST specific bits into an `ASTTextGenerator` subclass and uses that in the AST writers. Bug: tint:1718 Change-Id: Ib4b15308a065fb8f7d8915e9cf67dde9f6e6ed19 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/138680 Kokoro: Kokoro <noreply+kokoro@google.com> 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 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.