commit | 97b98a26ba39f9008fb5644fedf7ff887ccd57a1 | [log] [tgz] |
---|---|---|
author | Peter McNeeley <petermcneeley@google.com> | Wed May 07 19:15:46 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 07 19:15:46 2025 -0700 |
tree | 7b13d00b22589769a3436dc1114c6f9c6a124195 | |
parent | fa1b207a36877b8e8ab279b4b00f249181bd878e [diff] |
[dawn] Polyfill vector clamp via scalarization (part 2) See original: https://dawn-review.googlesource.com/c/dawn/+/240495 This change enables and tests the polyfill. The change was first tested with the polyfill disabled to prove that the test will indeed fail on adreno bots. Bug:407109052 Change-Id: Iaec8cdf2c3688f0305571473356f870a7d8a5f2a Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/240894 Reviewed-by: dan sinclair <dsinclair@chromium.org> Commit-Queue: Peter McNeeley <petermcneeley@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.