commit | af46ea56a9658cf0622674a75e06031e19d60ab0 | [log] [tgz] |
---|---|---|
author | Antonio Maiorano <amaiorano@google.com> | Fri May 03 19:36:58 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri May 03 19:36:58 2024 +0000 |
tree | a52cbca91ee45da791a1765dbc8d5bbc76b85786 | |
parent | adc1f813596c37cfae4bcf6485638109607d9765 [diff] |
Add sysroot DEP for standalone builds Adds sysroot DEPS entries and configures GN to use them. This will make standalone Dawn builds no longer dependent on locally installed libraries, instead relying on the sysroot's copy. NOTE: This is based on bsheedy@'s work: https://dawn-review.googlesource.com/c/dawn/+/186580 Bug: chromium:336842914 Change-Id: I2b5741630d54bd70ca5fcc539cc6131fa622112d Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/186920 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Antonio Maiorano <amaiorano@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.