commit | 69956ffbbe35921680e9034e198448f85dfc3f2f | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Fri Jun 07 17:21:54 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 07 17:21:54 2024 +0000 |
tree | 6663bd32564734303045790ee95e030d05a02557 | |
parent | a3641da04c4209d1eb41e3b7230f7ab67b7d3448 [diff] |
Reland: GL: Rework the EGL loader to support future expansion. Reland with handling of nullptr when the driver doesn't support EGL client extensions. 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: Ic2d5168b1cbe4a5b04909d35e5ef78876ec5cb35 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/192181 Reviewed-by: Stephen White <senorblanco@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Corentin Wallez <cwallez@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.