commit | 76a9a547b74ff3c3aaf50d58586eb00173cf286d | [log] [tgz] |
---|---|---|
author | Colin Blundell <blundell@chromium.org> | Fri Jul 19 15:00:44 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jul 19 15:00:44 2024 +0000 |
tree | 8d6cd2ce0e057e710d2125b707f928b1a70a5e0a | |
parent | 235ba645cde5ee4397d9130c5fb94ad745c53530 [diff] |
[YCbCr samplers] Use YCbCr state when hashing/comparing Samplers We were incorrectly not taking YCbCr state into account when hashing or performing equality comparisons on Samplers. This CL fixes that issue and adds comprehensive testing. Bug: 41488897 Change-Id: I0c28abb86aa5bdac4ff1146aff44f36e41aa6f2c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/196534 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Colin Blundell <blundell@chromium.org>
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.