commit | aaae3ffadafafe1fea4fa141420b939bc82e2934 | [log] [tgz] |
---|---|---|
author | Austin Eng <enga@chromium.org> | Mon Mar 06 22:09:26 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 06 22:09:26 2023 +0000 |
tree | 1a6aad7298a9c2fb5e8b71aed286dbf04fbf788a | |
parent | 8525ff29da6b005381abe94023a303edc0f39c44 [diff] |
Vulkan: make mappableBuffersForEagerTransition ref buffers There are some scenarios where buffers can be used in pending commands that are not retained by a command buffer. They must be retained in the set of mappable buffers for eager transition to prevent a use-after-free violation. Fixed: chromium:1421170 Change-Id: I452d80b2513a7726a003d44e2a7850292d798bb1 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/122580 Auto-Submit: Austin Eng <enga@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Austin Eng <enga@chromium.org> Reviewed-by: Loko Kung <lokokung@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: 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.