commit | c0e6108631dc226069cf9c62308629e3c5b7e813 | [log] [tgz] |
---|---|---|
author | Kai Ninomiya <kainino@chromium.org> | Fri Mar 22 23:58:42 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 22 23:58:42 2024 +0000 |
tree | be804ae1b998e0cae31fab7deeeebe44f4d599a2 | |
parent | 1fc6db312a66e9590c7e2c34fd8c65dafb895da3 [diff] |
Revert "[WGPUFuture] Implement CreateRenderPipelineAsyncF" This reverts commit d74212888b832721c2adfa47a58dec1b369e28b5. Reason for revert: Looks to be breaking Dawn->Chromium roll. This was the second CL in a stack and it may have landed without passing CQ. https://crbug.com/dawn/2474 Original change's description: > [WGPUFuture] Implement CreateRenderPipelineAsyncF > > Mostly follow the ComputePipeline pattern. > Make CreatePipelineAsyncEvent shared by compute and render pipeline. > Remove and rename the old Create*PipelineAsyncTask implementation. > > Bug: dawn:2353, dawn:1987 > Change-Id: I3afbed05dcd9c09bd61e66aac56e373a033ecf94 > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/180220 > Reviewed-by: Loko Kung <lokokung@google.com> > Kokoro: Kokoro <noreply+kokoro@google.com> TBR=enga@chromium.org,shrekshao@google.com,noreply+kokoro@google.com,lokokung@google.com Bug: dawn:2474 Change-Id: I05a9db124b9d0c3b387b30a46fee2396a0868ee2 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: dawn:2353, dawn:1987 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/180600 Kokoro: Kai Ninomiya <kainino@chromium.org> Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Kai Ninomiya <kainino@chromium.org>
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.