Roll chromium-targets Adds the chromium-targets Starlark package to the list of things synced by the Chromium -> Dawn autoroll script. This requires a fair bit of refactoring to share code with the existing logic for the chromium-luci syncing. This also includes a drive-by improvement to the script runtime. It turns out `git ls-remote ... HEAD` is much slower for Chromium than `git ls-remote --branches ... main`, but the two are functionally equivalent for what we need here. Bug: 485816035 Change-Id: I37628f9146716b0f45365f54ec7b3a0a5e12f499 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/292197 Reviewed-by: Jonathan Lee <jonathanjlee@google.com> Commit-Queue: Brian Sheedy <bsheedy@google.com> Auto-Submit: Brian Sheedy <bsheedy@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.