commit | 6e5b08054755dc92f1559b46620d4a9635205c0a | [log] [tgz] |
---|---|---|
author | Li Hao <hao.x.li@intel.com> | Tue Jul 27 01:22:29 2021 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jul 27 01:22:29 2021 +0000 |
tree | d56536a391f0157d1497489e1259c77d22553fde | |
parent | 3b6af4ff53f511df9c14486d50263b83b96d3393 [diff] |
Improve buffer zero-initialization in resolveQuerySet on Vulkan Simplify the buffer clear logic, and tolerate clear twice when resolving unavailable queries if the destination buffer is not initialized and not fully written. Bug: dawn:973 Change-Id: Iaaf16acfd789787cb2f3eb18cd324c60d5f720b1 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/59680 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Hao Li <hao.x.li@intel.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.