commit | 923288db7989708c10e530dc6c659606e4bd2cc4 | [log] [tgz] |
---|---|---|
author | Antonio Maiorano <amaiorano@google.com> | Fri Sep 20 17:45:37 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 20 17:45:37 2024 +0000 |
tree | 08ae6ec2b18339c2c90a9d8d922e77f74411bdc2 | |
parent | 29de93eb16bebbee2bcc341df60afcb5adc59503 [diff] |
HLSL-IR: add RemoveContinueInSwitch transform Also remove the check in the transform to only apply it to loops with a break-if terminator in the continuing block. We need to always remove continues from switch to appease FXC. Bug: 368569492 Change-Id: Ic5d01b79019ca77c106f5daaa25fec0831767f1f Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/207574 Reviewed-by: James Price <jrprice@google.com> Commit-Queue: James Price <jrprice@google.com> Auto-Submit: Antonio Maiorano <amaiorano@google.com> Commit-Queue: Antonio Maiorano <amaiorano@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.