commit | e3eb03f8a3133f1b1c2ddc28e48caf29c8d2edaa | [log] [tgz] |
---|---|---|
author | Peng Huang <penghuang@chromium.org> | Thu Jan 19 20:33:32 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 19 20:33:32 2023 +0000 |
tree | df38c0993e9186328b8f9fd6d6e941a0afa5fa5f | |
parent | b36e09c71a0cf948947df01c8bcbd8771f991e4c [diff] |
Add the last usage serial in Buffer Add the last usage serial in Buffer, it is used for optimizing MapAsync(), so the callback of MapAsync() is called when the last usage serial is done instead of using the current pending serial when the MapAsync() is called. Bug: b/265151060 Change-Id: Ibc95d4e41d41896f0a49b0fd1068912b46ea14e1 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/116693 Commit-Queue: Peng Huang <penghuang@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Austin Eng <enga@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.