commit | 3f1a93291b32f7ff9d3a51b52089939238c5cf49 | [log] [tgz] |
---|---|---|
author | Austin Eng <enga@chromium.org> | Tue Jun 07 15:25:34 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 07 15:25:34 2022 +0000 |
tree | b00200912252480cb0fb8887947afe9c92c30869 | |
parent | 825b95b7c1ddaefe139c0892ecbe7f7b506b9f92 [diff] |
Fix leak of wire client default queue Previously, deleting the device in the wire implicitly released all child objects. This is no longer the case, so a leak of the client default queue caused the service-side queue to leak. Fixed: chromium:1332926 Change-Id: I1efa02e79246f985e99e1bc814d87f292ddc22bd Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/92743 Reviewed-by: Jiawei Shao <jiawei.shao@intel.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: 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.