commit | cfa1047a1fdbe917c7de9447a21563e99454ef54 | [log] [tgz] |
---|---|---|
author | Austin Eng <enga@chromium.org> | Tue Sep 05 18:02:47 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Sep 05 18:02:47 2023 +0000 |
tree | 00a6e4718a5f1712154474ff2b6a1f37606b2d5a | |
parent | 87f4ea8c097ced49f2114efaf51a01ea37924af1 [diff] |
Revert "Enable building GLES backend on Android" This reverts commit c0b187c4c80781fdbb7eefa4aa84b4999f391b5f. Reason for revert: Suspect cause of revert https://crrev.com/c/4837514 Original change's description: > Enable building GLES backend on Android > > Doing so takes a dependency on dawn_use_angle because > native GLES android drivers are buggy. dawn_use_angle > itself akes a dependency on either not being Android, > or being a component build. For testing, this is fine > for now because tests run in component builds. > Official builds are static which will disable ANGLE on > Android which will also disable the GLES backend. > > Bug: 1453445 > Change-Id: I169fdd1b66e25708e349fcc000e6adbf7cb6dbff > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/149222 > Reviewed-by: Gregg Tavares <gman@chromium.org> > Reviewed-by: Stephen White <senorblanco@chromium.org> > Commit-Queue: Austin Eng <enga@chromium.org> > Auto-Submit: Austin Eng <enga@chromium.org> > Kokoro: Kokoro <noreply+kokoro@google.com> # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1453445 Change-Id: Idee208628dac24797f56488b0fc5abc657e7abd8 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/149742 Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> Auto-Submit: Austin Eng <enga@chromium.org> Kokoro: Austin Eng <enga@chromium.org> Commit-Queue: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.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.