rendering: preserve raster and pixel-text semantics in DrawList - #50
Open
tritao wants to merge 6 commits into
Open
rendering: preserve raster and pixel-text semantics in DrawList#50tritao wants to merge 6 commits into
tritao wants to merge 6 commits into
Conversation
tritao
force-pushed
the
stack/drawlist-raster-text
branch
from
August 12, 2026 14:15
01be0fc to
683a60e
Compare
tritao
force-pushed
the
stack/drawlist-raster-text
branch
from
August 12, 2026 14:24
683a60e to
9eafc90
Compare
tritao
force-pushed
the
stack/drawlist-raster-text
branch
2 times, most recently
from
August 12, 2026 15:20
2d82431 to
b0d162b
Compare
tritao
force-pushed
the
stack/drawlist-raster-text
branch
from
August 12, 2026 17:22
b0d162b to
3a61491
Compare
tritao
force-pushed
the
stack/drawlist-raster-text
branch
from
August 12, 2026 22:11
3a61491 to
4f271fb
Compare
tritao
force-pushed
the
stack/drawlist-raster-text
branch
2 times, most recently
from
August 13, 2026 18:48
e14dc45 to
c68149b
Compare
tritao
added a commit
that referenced
this pull request
Aug 14, 2026
tritao
force-pushed
the
stack/drawlist-raster-text
branch
from
August 14, 2026 00:00
c68149b to
46e2a24
Compare
tritao
force-pushed
the
stack/drawlist-raster-text
branch
from
August 14, 2026 00:32
46e2a24 to
8fdd4a8
Compare
tritao
added a commit
that referenced
this pull request
Aug 14, 2026
tritao
force-pushed
the
stack/drawlist-raster-text
branch
from
August 14, 2026 13:41
8fdd4a8 to
1d3b09c
Compare
tritao
added a commit
that referenced
this pull request
Aug 14, 2026
tritao
force-pushed
the
stack/drawlist-raster-text
branch
from
August 14, 2026 18:02
1d3b09c to
711b3c1
Compare
tritao
force-pushed
the
stack/drawlist-raster-text
branch
2 times, most recently
from
August 15, 2026 00:40
3d7d1ac to
4dd6784
Compare
tritao
marked this pull request as ready for review
August 15, 2026 00:50
tritao
force-pushed
the
stack/drawlist-raster-text
branch
3 times, most recently
from
August 15, 2026 09:20
838bebe to
a5eb6f4
Compare
tritao
force-pushed
the
stack/drawlist-raster-text
branch
from
August 15, 2026 14:57
a5eb6f4 to
cba455e
Compare
tritao
force-pushed
the
stack/drawlist-raster-text
branch
2 times, most recently
from
August 15, 2026 17:15
4a5a1a5 to
f027c47
Compare
tritao
force-pushed
the
stack/drawlist-raster-text
branch
from
August 15, 2026 17:30
f027c47 to
4b03e2b
Compare
tritao
force-pushed
the
stack/drawlist-raster-text
branch
from
August 15, 2026 23:32
4b03e2b to
e131ebd
Compare
tritao
force-pushed
the
stack/drawlist-raster-text
branch
from
August 15, 2026 23:53
e131ebd to
f264b00
Compare
tritao
force-pushed
the
stack/drawlist-raster-text
branch
2 times, most recently
from
August 16, 2026 00:25
2e58a55 to
d3bd05e
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.
Purpose
Preserve retained raster and screen-space image/text semantics on top of the material/lighting layer and the shared SoText2 preparation foundation.
Includes
Deliberately excluded
Material/light state capture, text layout/glyph preparation, picking/selection, and render-layer/context orchestration.
Review question
Do retained lines, points, images, and pixel text preserve Coin raster semantics without introducing profile-specific legacy behavior?
Stack
Layer 15/18, based on PR #57.