commit | 85e6337027b82c5aefdca1cdefe897db6728df66 | [log] [tgz] |
---|---|---|
author | Sunny Sachanandani <sunnyps@chromium.org> | Fri Sep 23 00:52:56 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 23 00:52:56 2022 +0000 |
tree | 0e650b85e0654ecc366cf5a6458b4ee215f38e13 | |
parent | 5a0f8d32a21f2aa4fd8330cbbef753e01c0673ef [diff] |
d3d12: Move NextSerial out of ExecuteCommandList Reverts to the code flow before fences were implemented. NextSerial is now the reponsibility of the caller of ExecutePendingCommandContext like it was before. We now use GetPendingCommandSerial to store the signal fence value instead of GetLastSubmittedCommandSerial and check that the signal fence value was submitted in EndAccess. Bug: dawn:576 Change-Id: I616840a0932ec17f77fcab38058773006dfae32f Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/103501 Commit-Queue: Sunny Sachanandani <sunnyps@chromium.org> Auto-Submit: Sunny Sachanandani <sunnyps@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.