commit | 9933cbd56d88d12cd90e2ab30dcba1f0275abb92 | [log] [tgz] |
---|---|---|
author | Colin Blundell <blundell@chromium.org> | Thu Jul 04 07:23:13 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jul 04 07:23:13 2024 +0000 |
tree | 999835549e32d8a52c6e757cddadd48d07fc5142 | |
parent | 320554e0a5c30ee17276c3898e5f344f1ad74df6 [diff] |
[YCbCr Samplers] Separate YCbCr from non-YCbCr in hashing/equality This CL takes whether a Sampler is YCbCr into account for content hashing and equality checks. We will extend these checks with checks on the full YCbCr state in followup to be able to distinguish between distinct YCbCr samplers. Change-Id: I0421d3974d3f134b6230158fd6ceb142962b4c61 Bug: 41488897 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/196795 Reviewed-by: Loko Kung <lokokung@google.com> 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.