commit | 936e555875e053a28d07340727adba72c600f768 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Mon Aug 11 07:20:34 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Aug 11 07:20:34 2025 -0700 |
tree | 43d960edea6633cecb69a970c3d38ef5a6f57e92 | |
parent | 6e8db898875779956a5ab0ef66990ff0f00c81e3 [diff] |
[dawn] Switch SPIR-V ingestion to Tint IR flow Add a validation step after we have lowered to core IR to fail gracefully on things that would otherwise cause ICEs when converting to a WGSL AST. Fixed: 436823060 Change-Id: Icfd760bd9b6ac7632fc33c163665f420e6b35745 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/256515 Reviewed-by: dan sinclair <dsinclair@chromium.org> Commit-Queue: James Price <jrprice@google.com>
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.