commit | 607f4cb6ec657f941e6a9367205ba23a4be7cdf3 | [log] [tgz] |
---|---|---|
author | Peter McNeeley <petermcneeley@google.com> | Fri Sep 06 17:07:14 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 06 17:07:14 2024 +0000 |
tree | ce426d223dfb0a770a22923a47fa7a2c012e5162 | |
parent | 9ff0274062ffa8efed52f9e78f282cc22415800d [diff] |
[tint] Fix max float as integer in conversion 'ConvF32ToIU32' A missing equals in the clamping code is causing our clamping code to miss out on the final largest integer in the conversion. Context for why this clampling exists: https://github.com/gpuweb/gpuweb/issues/3908 Original clamping bug: crbug.com/42250907 CTS test to follow Bug: 362659150 Change-Id: I01564a879e5decd5c724517f7a18c46b5f1b2f4c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/205655 Commit-Queue: Peter McNeeley <petermcneeley@google.com> Reviewed-by: 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.