commit | 9083b5409a238083f68fd446a0f62c3bcc0e68f3 | [log] [tgz] |
---|---|---|
author | Austin Eng <2154796+austinEng@users.noreply.github.com> | Wed Nov 08 17:02:13 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Nov 08 17:02:13 2023 +0000 |
tree | a2403c0b442f6aecede9e573b1cd1e8f6d1e45e0 | |
parent | f2380f4ad82b7cb9c16b2ab529189cf1eed8c246 [diff] |
Create Github Actions workflows Add initial Github workflows to: - Build and run go tests - Do the cmake build on Windows/Linux/MacOS - CMake build with GCC is skipped for now due to compiler-specific failures - Debug CMake build with MSVC is skipped for now due to issues with PDB file locking and multiple compile threads - GN build for convenience of getting build results in Github PRs; may or may not keep it long term This is an imported pull request from https://github.com/google/dawn/pull/8 GITHUB_PR_HEAD_SHA=aefd0f48e0bc119579781da17daf6c6c94a6723c ORIGINAL_AUTHOR=Austin Eng <2154796+austinEng@users.noreply.github.com> GitOrigin-RevId: c7783ee67c711fe079e37f6418561daf23b741ae Change-Id: I3a97e0afd75025c60c6dfb0bdbfe89c969c795bd Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/159021 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Kai Ninomiya <kainino@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: 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)
BSD 3-Clause License, please see LICENSE.
This is not an officially supported Google product.