commit | 1d819e16050c87b3af9402c67d357520798d286a | [log] [tgz] |
---|---|---|
author | Sida Zhu <zhusida@bytedance.com> | Thu Nov 09 22:46:28 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Nov 09 22:46:28 2023 +0000 |
tree | 3fa76e812eec9d41326e83dde5245ff15b5ed9a5 | |
parent | e30eacb0b6e8725e79c283908b7cb0c7f219ac44 [diff] |
GPU: Add YUVA NV12A multi-plane format support If SkiaGraphite is enabled, HEVC with Alpha fails to playback on macOS, to support HEVC with Alpha decoding on macOS, we need to introduce a new plane and a new multi-plane format NV12A (R8BG8A8Triplanar420Unorm) for dawn, note that currently this format is only supported on macOS. Bug: chromium:1490807 Bug: chromium:1175525 Change-Id: Iae9215c30c6ec3cae11e8d80efc52754c1fcd7f8 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/159300 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: 朱思达 <zhusida@bytedance.com> Reviewed-by: Austin Eng <enga@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Dawn is an open-source and cross-platform implementation of the work-in-progress 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)
(TODO)
BSD 3-Clause License, please see LICENSE.
This is not an officially supported Google product.