commit | 92be693039ec273ff4fdb8be32c3ec580d9fcacc | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Mon Aug 26 19:07:05 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Aug 26 19:07:05 2024 +0000 |
tree | f4c294534f4b8878512339146c08d44e6c262956 | |
parent | b07b920f309742ac46f32b2836fed3c03946d63a [diff] |
EncodingContext: Fix ASSERT when encoding on ended pass. When ValidateCanEncodeOn was processing the State::Open case, it ASSERTed that we were in the case where the top level encoder is used while locked, while this code path could also be reached when encoding on an ended pass. Adds a regression test. Bug: 361717709, 361992469 Change-Id: I7d088cb46e092b122516834e033258e7603e63ae Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/204034 Reviewed-by: Brandon Jones <bajones@google.com> Reviewed-by: Loko Kung <lokokung@google.com> Reviewed-by: Brandon Jones <bajones@chromium.org> Auto-Submit: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Loko Kung <lokokung@google.com>
Dawn is an open-source and cross-platform implementation of the 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)
BSD 3-Clause License, please see LICENSE.
This is not an officially supported Google product.