commit | 4507cefca3aa352aa56c75110fbcee05a64a6645 | [log] [tgz] |
---|---|---|
author | Colin Blundell <blundell@chromium.org> | Fri May 17 14:47:46 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri May 17 14:47:46 2024 +0000 |
tree | 3299356d9bc1dd286742cb9c6690f290a82a5682 | |
parent | 498879afb1be2ddc6d624fdd095c2c0df0f945fb [diff] |
[Vulkan] Have YCbCrVkDescriptor::vkChromaFilter be FilterMode Skia will need to query the value of Dawn's YCbCrVkDescriptor::vkChromaFilter to determine whether linear filtering is supported. Currently this field is a uint32_t that is set to the raw Vulkan values of the VkFilter enum, meaning that Skia would need to query against that enum :\. This CL changes vkChromaFilter to be a wgpu::FilterMode instead. Change-Id: I63bbb67d2dbc95da5f3410373fe27440372f6234 Bug: dawn:2476 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/188760 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.