commit | fe64d2cb060105b60c46e1504fb4d0939aef8c4f | [log] [tgz] |
---|---|---|
author | Austin Eng <enga@chromium.org> | Wed Feb 14 22:04:45 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 14 22:04:45 2024 +0000 |
tree | 12896570f867603528edf78dc6193b960fb58390 | |
parent | 554184fa16425daed82d6c66f85b8da6cf5e4d80 [diff] |
Revert "Allow WaitAny to wait with multiple threads on the same handle/fd" This reverts commit 1b0f28ec95a4f384ed758ddb01024fe3235454a6. Reason for revert: https://crbug.com/dawn/2413 Original change's description: > Allow WaitAny to wait with multiple threads on the same handle/fd > > Internally, separate events may refer to the same SystemEvent. Waiting > on this event from multiple threads turns out to be OK. This allows > futures to use a fewer total number of handles/fds. > > Add tests that this works correctly. > > Bug: dawn:1987 > Change-Id: I2bff252c120d75aadcc338a74d8e3ff158a826eb > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/173847 > Reviewed-by: Loko Kung <lokokung@google.com> > Reviewed-by: Kai Ninomiya <kainino@chromium.org> > Kokoro: Kokoro <noreply+kokoro@google.com> > Commit-Queue: Austin Eng <enga@chromium.org> TBR=kainino@chromium.org,enga@chromium.org,noreply+kokoro@google.com,dawn-scoped@luci-project-accounts.iam.gserviceaccount.com,lokokung@google.com Bug: dawn:1987, dawn:2413 Change-Id: Ida0c5009840aa0756e3653dcb3a46e7c7cff3673 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/175002 Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> Auto-Submit: Austin Eng <enga@chromium.org> Commit-Queue: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> Reviewed-by: Loko Kung <lokokung@google.com> Kokoro: Austin Eng <enga@chromium.org> Kokoro: Kokoro <noreply+kokoro@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.