| commit | 32b9dbde1d776abce8445bb227f231d44efaaf00 | [log] [tgz] |
|---|---|---|
| author | Stephen White <senorblanco@chromium.org> | Tue Oct 07 00:39:16 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 07 00:39:16 2025 |
| tree | 4f1cebdf058b1885560474f6881371f59c8cb528 | |
| parent | 78703412d68e241f22882cc6ea9b474598490c23 [diff] |
Implement a simple fix for EGL context creation. Instead of creating the wrapper EGL context when --use-webgpu-adapter=opengles is set, create it when the GL implementation is EGLGLES2 (ie., non-ANGLE). Only the legacy command decoder has an issue with EGL context tracking, since it is unaware of the per-device EGL contexts created by Dawn. Bug: 442801647 Change-Id: I7b7769d96d55dec92a91aad1c62f7db75ddd9483 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7008433 Reviewed-by: Geoff Lang <geofflang@chromium.org> Commit-Queue: Stephen White <senorblanco@chromium.org> Cr-Commit-Position: refs/heads/main@{#1525945}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.