commit | b827111c8e489e61b0971232b0da133ca63a7e44 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Fri Mar 15 16:34:40 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 15 16:34:40 2024 +0000 |
tree | a241cc26dca00f56203ceb6266054cc71f02b3f5 | |
parent | 1ed76eeed4d599c9f23737c3b3bc12a927b3fb90 [diff] |
[tint] Preserve derivatives in DemoteToHelper Avoid conditionalizing the RHS of an assignment statement when it might contain a derivative. Do this by marking derivative builtins as side-effecting (since they affect values in other invocations). Bug: tint:1638 Fixed: tint:2185 Change-Id: If9e3a0c94208e4ee4a6a93385a0777c665814ed6 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/177980 Auto-Submit: James Price <jrprice@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@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.