commit | cc7028ba3f5467ffb7edaccd7e9385c4b5cab4ba | [log] [tgz] |
---|---|---|
author | Peng Huang <penghuang@chromium.org> | Fri Apr 21 11:15:39 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Apr 21 11:15:39 2023 +0000 |
tree | db361d46845024db52e74a22630af96bc52a590d | |
parent | d1d1bf7135d4cd9092a1cf601071a53334c0b21d [diff] |
d3d11: suppress BufferMappedAtCreationTests.NonMappable* BufferBase uses a staging buffer to upload data for non-mappable buffer created with mappedAtCreation. However BufferBase doesn't unmap staging buffer before copy data from it. But d3d11 debug layer complain this illegal usage. It causes test failures. Bug: dawn:1772 Change-Id: Id1c386ac7c45f41487f9cc7ef4e431eab87ba1c2 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/128480 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Peng Huang <penghuang@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)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.