commit | f9116da616f933fd96ea97967fa942a8f6f04ea0 | [log] [tgz] |
---|---|---|
author | Loko Kung <lokokung@google.com> | Fri Jan 12 05:49:28 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jan 12 05:49:28 2024 +0000 |
tree | 5441a6503557e42986ee5d2d0590b3f1cb5fa967 | |
parent | 31a2ade917827a19f29263d7cdab9d595f4d5885 [diff] |
Reland "[WGPUFuture] Move the EventManager in the wire to appear in the Instance." - Remove attempts to serialize the event manager handle for fuzzing. It shouldn't be important because its a value that is just passed through from the client to the server so that the client can identify the event manager later, but since the fuzz tests don't actually run a Dawn wire client, the value is unimportant. This is a reland of commit 6ecbeedd4e016dfa304082bc7e3639b54d179ce1 Original change's description: > [WGPUFuture] Move the EventManager in the wire to appear in the Instance. > > - Note that the EventManager only appears to be in the Instance because > it may need to outlive the Instance, and so actually lives on the > Client. > > Bug: dawn:2061 > Change-Id: I601a27cd7ee90e4dcb53fd9e45144a6059c00054 > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/167840 > Commit-Queue: Loko Kung <lokokung@google.com> > Reviewed-by: Kai Ninomiya <kainino@chromium.org> > Reviewed-by: Austin Eng <enga@chromium.org> > Kokoro: Kokoro <noreply+kokoro@google.com> Bug: dawn:2061 Change-Id: I7d24a9dd44057d90ecf3b0a562c0eeee5f2b308e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/169063 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Kai Ninomiya <kainino@chromium.org> Reviewed-by: Austin Eng <enga@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.