Revert "Move FencedDeleter Tick into a SerialTask" This reverts commit a3335349674d8e6538e35ae0f43ed84767b9f539. Reason for revert: Most likely CL in regression range for https://crbug.com/443110641 Bug: 430452846 Original change's description: > Move FencedDeleter Tick into a SerialTask > > Moves all of the deletions done by FencedDeleter into a SerialTask, > rather than requiring that Tick be called manually. Tasks are scheduled > when DeleteWhenUnused is called. > > To prevent an excessive amount of tasks from being created and to > preserve deletion ordering for dependent resources (such as Swapchains > and Surfaces) all deletions sharing a serial will share a task. > > Bug: 430452846 > Change-Id: Ie26bfad14087430f53e73f5c41a3897eb9f1e403 > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/252314 > Reviewed-by: Loko Kung <lokokung@google.com> > Commit-Queue: Brandon Jones <bajones@chromium.org> # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 443110641 Bug: 430452846 Change-Id: I6e14abc1b27495cc88eb51c8cb9b60f3dc1c9eaf Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/260894 Auto-Submit: Kai Ninomiya <kainino@chromium.org> Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> Reviewed-by: 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.