commit | 30e8f3c65d1708b5bfec3a6290c2b58a792d1899 | [log] [tgz] |
---|---|---|
author | Le Hoang Quyen <lehoangquyen@chromium.org> | Sun May 25 15:03:49 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sun May 25 15:03:49 2025 -0700 |
tree | 0b21baa53e0e184768fe4a44405ab23b68b47691 | |
parent | ec871f2da1702386bfb22c52f29fd527dad70b76 [diff] |
D3D11: ignore Debug layer's CreateTexture2D errors. Chrome's video decoder sometimes attempts to create a multiplanar texture with non-even dimensions. D3D11 doesn't support that and the debug layer will throw an error message. However, the error will be handled gracefully by Chrome. We shouldn't treat this as a fatal error in Dawn. Bug: chromium:406269712 Change-Id: I854606f3198f31e27d659a4533748ece513a7ba2 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/243594 Reviewed-by: Geoff Lang <geofflang@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Quyen Le <lehoangquyen@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.