commit | d8f0f44b54a1c2fcd94ef40c78dcc5d577b75716 | [log] [tgz] |
---|---|---|
author | Antonio Maiorano <amaiorano@google.com> | Fri Mar 31 12:24:10 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 31 12:24:10 2023 +0000 |
tree | 4b0fbe52b09f6a321a082e130df5a8af9bb0d804 | |
parent | 2451618be95dd21469ae56ae21fc6050857d0e04 [diff] |
dawn: enable IEEE strictness for compute pipeline to match render pipeline This is the only flag we set for FXC compilation of render pipelines that we don't set for compute. This fixes a (potentially unrelated) bug I've been looking into it (tint:1887 Bug: tint:1887 Change-Id: Iaf67ebe9221cd1d6e4e20afe0bcd3e5aa6e89366 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/125820 Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Antonio Maiorano <amaiorano@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com>
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.