egl: preserve caller state and support surfaceless offscreen contexts - #12
Open
tritao wants to merge 4 commits into
Open
egl: preserve caller state and support surfaceless offscreen contexts#12tritao wants to merge 4 commits into
tritao wants to merge 4 commits into
Conversation
tritao
force-pushed
the
stack/egl-offscreen
branch
from
August 8, 2026 00:17
4878add to
e9df85a
Compare
tritao
force-pushed
the
stack/egl-offscreen
branch
from
August 8, 2026 01:07
e9df85a to
bb6f227
Compare
tritao
force-pushed
the
stack/egl-offscreen
branch
2 times, most recently
from
August 8, 2026 01:30
9b41184 to
8047ff9
Compare
tritao
marked this pull request as ready for review
August 8, 2026 01:30
tritao
force-pushed
the
stack/egl-offscreen
branch
from
August 8, 2026 11:06
8047ff9 to
184b81f
Compare
tritao
force-pushed
the
stack/egl-offscreen
branch
from
August 8, 2026 11:41
184b81f to
397fd05
Compare
tritao
force-pushed
the
stack/egl-offscreen
branch
from
August 8, 2026 12:06
397fd05 to
c31eb53
Compare
tritao
force-pushed
the
stack/egl-offscreen
branch
2 times, most recently
from
August 8, 2026 20:31
a9bb1ec to
b12d484
Compare
tritao
force-pushed
the
stack/egl-offscreen
branch
3 times, most recently
from
August 9, 2026 02:34
a9181d5 to
5abded1
Compare
tritao
force-pushed
the
stack/egl-offscreen
branch
3 times, most recently
from
August 9, 2026 11:44
bae652a to
e0605fd
Compare
tritao
force-pushed
the
stack/egl-offscreen
branch
from
August 9, 2026 14:55
e0605fd to
1da471f
Compare
tritao
force-pushed
the
stack/egl-offscreen
branch
from
August 9, 2026 15:10
1da471f to
40f9511
Compare
tritao
force-pushed
the
stack/egl-offscreen
branch
4 times, most recently
from
August 10, 2026 11:57
d0e6d2b to
a7cb2be
Compare
tritao
force-pushed
the
stack/egl-offscreen
branch
2 times, most recently
from
August 11, 2026 14:05
a9c9ce6 to
ae1572b
Compare
tritao
force-pushed
the
stack/egl-offscreen
branch
from
August 15, 2026 23:32
ae1572b to
eea8241
Compare
tritao
force-pushed
the
stack/egl-offscreen
branch
2 times, most recently
from
August 17, 2026 15:52
20b09b6 to
89fd72a
Compare
tritao
force-pushed
the
stack/egl-offscreen
branch
from
August 18, 2026 14:40
4529dd4 to
75e3407
Compare
tritao
force-pushed
the
stack/egl-offscreen
branch
from
August 18, 2026 19:51
75e3407 to
910dcff
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Make Coin's offscreen EGL handling safe for applications that already own EGL state and usable in surfaceless environments.
The old Wayland/X11 display-probing fallback is intentionally not restored. Coin honors an explicit surfaceless request, reuses active EGL state when possible, and otherwise follows the normal EGL default-display path.
Stack
Layer 2/18, based on PR #11.