commit | 417acaf650dc86230d8f919b46cb3e08c584a70c | [log] [tgz] |
---|---|---|
author | Kenneth Russell <kbr@chromium.org> | Wed Sep 21 19:17:16 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Sep 21 19:17:16 2022 +0000 |
tree | 40fb31e628ba16ce6d59cf078c9978481792e432 | |
parent | f92830b6236c62d366c78d0176f2d4361615023f [diff] |
Temporarily disable dawn_use_angle on Android. It's adding dependencies on ANGLE's libEGL.so and libGLESv2.so which Chromium's linker on Android doesn't allow. Temporarily disable it (and, implicitly, WebGPU/Compat) in order to get Dawn's unit and end2end tests running on the CI bots while this is investigated. Bug: dawn:286 Bug: dawn:1545 Change-Id: Idd35c4e2b95454dca3faf9c522c028e0ff129e55 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/103300 Reviewed-by: Brandon Jones <bajones@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Kenneth Russell <kbr@google.com>
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.