| commit | 5b79c40edda6502c36f9ee174c7e561667851457 | [log] [tgz] |
|---|---|---|
| author | Stephen White <senorblanco@chromium.org> | Thu Oct 16 09:32:58 2025 -0700 |
| committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 16 09:32:58 2025 -0700 |
| tree | a57339707f2c2d339a9132a3b6d75f5add00cee2 | |
| parent | 9b009b8e392ca9f84b2f333057b45205bc356c4b [diff] |
EGL: workaround an EGL 1.5 bug in PowerVR drivers. PowerVR drivers claim to support EGL 1.5, but don't support the EGL_CONTEXT_OPENGL_ROBUST_ACCESS enum in the promoted feature. Use the EGL_CONTEXT_OPENGL_ROBUST_ACCESS_EXT enum instead. Bug: 441938383 Change-Id: I38878abe1aeaef5de04cd2346f955d251b74a9b3 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/266714 Reviewed-by: Geoff Lang <geofflang@chromium.org> Commit-Queue: Stephen White <senorblanco@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.