commit | fdbc31f76b30377c449c918abaac3fb74f114204 | [log] [tgz] |
---|---|---|
author | Brandon Jones <bajones@chromium.org> | Fri Sep 30 04:19:18 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 30 04:19:18 2022 +0000 |
tree | ccead2a879940afa46428d4bd5f8035d0f70f99f | |
parent | 988802525afc210297404ee173a18c85ce6623c9 [diff] |
Fix Qualcomm render pass attachment bug Works around a driver bug described in https://developer.qualcomm.com/forum/qdn-forums/software/adreno-gpu-sdk/68949 Requires the pResolveAttachments member of a VkSubpassDescription to explicitly be null if the number of color attachments is 0. Allows the removal of multiple test suppressions related to depth/stencil readback. Bug: dawn:1558 Change-Id: Ia03c74a35cbb619b5968f649d41848f53378bf35 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/104183 Reviewed-by: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Brandon Jones <bajones@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com>
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)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.