commit | cea7ce35be9fd35daffc67de7a25ea0677da1897 | [log] [tgz] |
---|---|---|
author | Brian Sheedy <bsheedy@google.com> | Fri Jul 01 01:20:14 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jul 01 01:20:14 2022 +0000 |
tree | 8471e522382e4472d4085f504beb17becd74ce23 | |
parent | c5b7ff0089e7d437928cbe827bddea0cb1ba4656 [diff] |
Move WebGPU worker globs Creates worker_test_globs.txt, which is a newline-delimited list of globs specifying which tests should be run in workers in addition to the usual test run. By moving the list here instead of having it in the Chromium-side test harness, Dawn contributors can make changes without needing a full Chromium checkout. Chromium-side change is crrev.com/c/3739461. Change-Id: I59e305ef24d27da7702aeed723e12b3d08847d72 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/95301 Auto-Submit: Brian Sheedy <bsheedy@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Austin Eng <enga@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@google.com> Reviewed-by: Austin Eng <enga@chromium.org>
Dawn is an open-source and cross-platform implementation of the work-in-progress 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)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.