| commit | 9dd1580543f2545e07532ad22e7a555be56d2bad | [log] [tgz] |
|---|---|---|
| author | James Price <jrprice@google.com> | Mon Aug 18 09:07:36 2025 -0700 |
| committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Aug 18 09:07:36 2025 -0700 |
| tree | fb64bb4d66bf082ee420fd5e9c4091ad577df82d | |
| parent | 9b7eed312d15b62e6085598310c60b42e181f375 [diff] |
[spirv-reader] Switch E2E tests over to IR reader This switches our continuous testing over to the soon-to-ship path. Many expectations are updated as we generate different WGSL. Some tests are deleted as they use textures in ways that are not supported by WGSL. Add a couple of assertions to the parser to produce more useful (albeit less graceful) errors in these cases. Bug: 42250952 Change-Id: I550fd24689eabd91a949936314e5dd998f0e5956 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/256714 Auto-Submit: James Price <jrprice@google.com> 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.