commit | 31b379409da6838f48e1574c83748c12c58b4371 | [log] [tgz] |
---|---|---|
author | Austin Eng <enga@chromium.org> | Mon May 16 21:12:01 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 16 21:12:01 2022 +0000 |
tree | 39dfa35395b2f69075065386ae570c298ea00de9 | |
parent | 6ae608cb03840d1f8b075289f4445f149ab33f0a [diff] |
Zero initialize the serial in dawn::wire::client::RequestTracker Caught by MSAN on Webkit Linux MSAN: https://ci.chromium.org/ui/p/chromium/builders/ci/WebKit%20Linux%20MSAN/14833/overview Bug: chromium:1315260 Change-Id: Ie3e07f7ef7a0c9fa77199c7058e87a7fd312b58e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/90462 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Loko Kung <lokokung@google.com> Commit-Queue: Austin Eng <enga@chromium.org> Commit-Queue: Loko Kung <lokokung@google.com> Auto-Submit: 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.