shaders: migrate GLSL to profile-neutral dispatch - #14
Merged
Conversation
tritao
force-pushed
the
stack/profile-neutral-shaders
branch
2 times, most recently
from
August 8, 2026 00:42
431c5ba to
f5553c1
Compare
tritao
changed the base branch from
stack/compatibility-guards
to
stack/egl-offscreen
August 8, 2026 00:42
tritao
force-pushed
the
stack/profile-neutral-shaders
branch
from
August 8, 2026 01:07
f5553c1 to
2fe3d9f
Compare
tritao
force-pushed
the
stack/profile-neutral-shaders
branch
3 times, most recently
from
August 8, 2026 01:24
9320737 to
bd05d5c
Compare
tritao
force-pushed
the
stack/profile-neutral-shaders
branch
5 times, most recently
from
August 8, 2026 02:32
786c928 to
311c0cc
Compare
tritao
marked this pull request as ready for review
August 8, 2026 02:36
tritao
force-pushed
the
stack/profile-neutral-shaders
branch
from
August 8, 2026 11:06
311c0cc to
102ea48
Compare
tritao
force-pushed
the
stack/profile-neutral-shaders
branch
from
August 8, 2026 11:41
102ea48 to
29c7357
Compare
tritao
force-pushed
the
stack/profile-neutral-shaders
branch
from
August 8, 2026 12:06
29c7357 to
4dfa8c3
Compare
tritao
force-pushed
the
stack/profile-neutral-shaders
branch
from
August 8, 2026 13:43
4dfa8c3 to
76502f8
Compare
tritao
force-pushed
the
stack/profile-neutral-shaders
branch
from
August 8, 2026 20:31
76502f8 to
242905c
Compare
tritao
force-pushed
the
stack/profile-neutral-shaders
branch
from
August 9, 2026 02:43
846a90a to
2c099ec
Compare
tritao
force-pushed
the
stack/profile-neutral-shaders
branch
3 times, most recently
from
August 9, 2026 14:55
fd9a96b to
26fcae1
Compare
tritao
force-pushed
the
stack/profile-neutral-shaders
branch
from
August 9, 2026 15:10
26fcae1 to
7b6e18b
Compare
tritao
force-pushed
the
stack/profile-neutral-shaders
branch
from
August 9, 2026 18:01
7b6e18b to
34da01e
Compare
tritao
force-pushed
the
stack/profile-neutral-shaders
branch
2 times, most recently
from
August 9, 2026 22:48
1598edc to
96b285f
Compare
tritao
force-pushed
the
stack/profile-neutral-shaders
branch
from
August 10, 2026 11:57
96b285f to
32ad268
Compare
tritao
force-pushed
the
stack/profile-neutral-shaders
branch
from
August 11, 2026 10:50
32ad268 to
6942d47
Compare
tritao
force-pushed
the
stack/profile-neutral-shaders
branch
from
August 11, 2026 14:05
6942d47 to
77bf5f2
Compare
tritao
force-pushed
the
stack/profile-neutral-shaders
branch
2 times, most recently
from
August 16, 2026 00:25
c608ce4 to
762e277
Compare
tritao
force-pushed
the
stack/profile-neutral-shaders
branch
2 times, most recently
from
August 18, 2026 00:17
c41810b to
ff1d727
Compare
tritao
force-pushed
the
stack/profile-neutral-shaders
branch
from
August 18, 2026 09:24
ff1d727 to
710503c
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
Move Coin's GLSL implementation onto profile-neutral OpenGL dispatch.
Shader diagnostics and source attribution are intentionally kept in the following layer.
Stack
Layer 3/18, based on PR #12.