commit | a42e08fb731222cc3566f82007e7f8ea4a0c0819 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Thu Jun 06 13:16:24 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 06 13:16:24 2024 +0000 |
tree | 31e2a17a027de9a1606d5e4a2925f6c7ed47331f | |
parent | 0cdddec19511bb4353b125c4a5290ec6ff90c398 [diff] |
Revert "GL: Rework the EGL loader to support future expansion." This reverts commit ef62ef77877a5b7ba3217a8b8401d3b57a3d696f. Reason for revert: Appears to be breaking the roll into Chromium. Original change's description: > GL: Rework the EGL loader to support future expansion. > > The EGL loader only loaded the few functions we needed. Rework it to > handle extension, EGL 1.4 / EGL 1.5 as well as client extensions. > > Bug: 344814083 > Bug: 344606402 > Bug: 42241384 > Change-Id: Ic79b8f12d3a48d29ad9a41447ddc3dfe33a08bc8 > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/191141 > Reviewed-by: Stephen White <senorblanco@chromium.org> > Commit-Queue: Corentin Wallez <cwallez@chromium.org> > Reviewed-by: Austin Eng <enga@chromium.org> TBR=cwallez@chromium.org,senorblanco@chromium.org,enga@chromium.org,dawn-scoped@luci-project-accounts.iam.gserviceaccount.com Change-Id: I313c16f11d30d83e6ff2d7c9677ecd933001db43 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 344814083 Bug: 344606402 Bug: 42241384 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/192200 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: dan sinclair <dsinclair@chromium.org> Commit-Queue: dan sinclair <dsinclair@chromium.org>
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.