commit | d676f442721728ad0bf1ddcff54775c67100c66b | [log] [tgz] |
---|---|---|
author | Austin Eng <enga@chromium.org> | Mon Oct 19 15:59:21 2020 +0000 |
committer | Commit Bot service account <commit-bot@chromium.org> | Mon Oct 19 15:59:21 2020 +0000 |
tree | 5c74c298a2873483f767b8ff2956c53288284751 | |
parent | ae5f95044482d00f3660e155f8e6295badf9d02c [diff] |
Reland "Replace the wire serializer with a no-op impl on disconnect" This is a reland of e757c012befa5b2e7288da9ab5a27bbd4da0dd06 It changes a global noop serializer from a global static to a local function static that's constructed on first use. Original change's description: > Replace the wire serializer with a no-op impl on disconnect > > Now that the command serialization knows to no-op if > GetCmdSpace returns nullptr, when the wire is disconnected, > we can replace it with a no-op serializer that always returns > nullptr. > > Bug: chromium:951558 > Change-Id: I7363fd10f529119e515eda0e743e1a7839049b9b > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/30000 > Reviewed-by: Corentin Wallez <cwallez@chromium.org> > Reviewed-by: Stephen White <senorblanco@chromium.org> > Commit-Queue: Austin Eng <enga@chromium.org> Bug: chromium:951558 Change-Id: I827cdbd212fa585b542fd4ea1eb9654eec6002c7 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/30420 Reviewed-by: Stephen White <senorblanco@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org> 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 webgpu.h docs)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.