commit | d84db789986510730edff7b8bf5ff0ee54193162 | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Fri Jun 28 16:41:56 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 28 16:41:56 2024 +0000 |
tree | 48557a65b2f55ae3930c223af8877dded0558c9d | |
parent | 05e8417702b32a7615f34daabd91ae6b69ae4d50 [diff] |
opengl: Add support for EGL_KHR_no_config_context. This avoids locking the created contexts from only rendering to RGBA8Unorm. In this CL supports for RGB10A2Unorm is added, but more formats could be supported in the future, like R5G6B5Unorm when Dawn gains support for that, or RGBA16Float. Bug: 344814083 Change-Id: Id008839595024227672acd7610beaf6739ce0df8 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/195915 Reviewed-by: Stephen White <senorblanco@chromium.org> Auto-Submit: Corentin Wallez <cwallez@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.