commit | 889f0096d33e23e619a03b42597b4df803bf6b06 | [log] [tgz] |
---|---|---|
author | Loko Kung <lokokung@google.com> | Wed Jun 05 05:19:15 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 05 05:19:15 2024 +0000 |
tree | 34f198580dbce339e08db0507c03c7d6d13a1885 | |
parent | 363b24834ff62f4172a8f1b49e97a1a686a32602 [diff] |
[dawn][tests] Updates operation waiting in general. - Track last process event commands in the native EventManager to more accurately return whether there are further pending events after a ProcessEvent call. - Removes extraneous ProcessEventCmd in wire client since the wire automatically includes that call now anyways. - Adds a couple of additional entry points in wire related testing utils to allow for clearer operation waiting. - Updates test fixture waiting helpers to utilize new helpers so that we can wait until all operations are complete including re-entrant callbacks. Change-Id: Iaddb815bda4bf236bb770169c5b2c8d36967e474 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/190981 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.