rendering: add device-pixel-ratio traversal state - #43
Open
tritao wants to merge 2 commits into
Open
Conversation
tritao
marked this pull request as ready for review
August 11, 2026 09:33
tritao
force-pushed
the
stack/device-pixel-ratio
branch
from
August 11, 2026 10:50
cbcba7d to
22ea4fb
Compare
tritao
force-pushed
the
stack/device-pixel-ratio
branch
from
August 11, 2026 13:35
22ea4fb to
9e46dcf
Compare
tritao
force-pushed
the
stack/device-pixel-ratio
branch
from
August 11, 2026 14:05
9e46dcf to
34664d9
Compare
tritao
force-pushed
the
stack/device-pixel-ratio
branch
from
August 15, 2026 23:32
34664d9 to
c14822d
Compare
tritao
force-pushed
the
stack/device-pixel-ratio
branch
from
August 16, 2026 00:25
c14822d to
f3de15e
Compare
tritao
force-pushed
the
stack/device-pixel-ratio
branch
2 times, most recently
from
August 18, 2026 00:18
c3b9e86 to
b3c0192
Compare
tritao
force-pushed
the
stack/device-pixel-ratio
branch
from
August 18, 2026 09:24
b3c0192 to
4467a94
Compare
tritao
force-pushed
the
stack/device-pixel-ratio
branch
from
August 18, 2026 14:40
4467a94 to
f492517
Compare
tritao
force-pushed
the
stack/device-pixel-ratio
branch
from
August 18, 2026 14:48
f492517 to
8394694
Compare
tritao
force-pushed
the
stack/device-pixel-ratio
branch
from
August 18, 2026 18:12
8394694 to
19dd821
Compare
tritao
force-pushed
the
stack/device-pixel-ratio
branch
2 times, most recently
from
August 18, 2026 22:54
8340656 to
23a563e
Compare
tritao
force-pushed
the
stack/device-pixel-ratio
branch
2 times, most recently
from
August 19, 2026 01:16
add725e to
8c121e9
Compare
tritao
force-pushed
the
stack/device-pixel-ratio
branch
2 times, most recently
from
August 19, 2026 02:14
eae468e to
b88c683
Compare
tritao
force-pushed
the
stack/device-pixel-ratio
branch
from
August 19, 2026 02:27
b88c683 to
c238c2b
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
Add device-pixel-ratio state as shared renderer-independent traversal state.
This layer only establishes pixel-density state; retained rendering is introduced next.
Stack
Layer 9/18, based on PR #36.