rendering: add device-pixel-ratio traversal state - #43
Open
tritao wants to merge 23 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 20, 2026 21:59
27187b8 to
893e991
Compare
tritao
force-pushed
the
stack/device-pixel-ratio
branch
from
August 20, 2026 22:12
893e991 to
2e38c0c
Compare
tritao
force-pushed
the
stack/device-pixel-ratio
branch
from
August 20, 2026 22:22
2e38c0c to
301d6bf
Compare
tritao
force-pushed
the
stack/device-pixel-ratio
branch
from
August 20, 2026 22:36
301d6bf to
7512ec4
Compare
tritao
force-pushed
the
stack/device-pixel-ratio
branch
from
August 20, 2026 22:48
7512ec4 to
86d9cf4
Compare
tritao
force-pushed
the
stack/device-pixel-ratio
branch
from
August 20, 2026 22:59
86d9cf4 to
429b4f4
Compare
tritao
force-pushed
the
stack/device-pixel-ratio
branch
from
August 20, 2026 23:14
429b4f4 to
a6bbd8e
Compare
tritao
force-pushed
the
stack/device-pixel-ratio
branch
from
August 21, 2026 00:22
a6bbd8e to
0312e5b
Compare
tritao
force-pushed
the
stack/device-pixel-ratio
branch
from
August 21, 2026 00:30
0312e5b to
82928f2
Compare
tritao
force-pushed
the
stack/device-pixel-ratio
branch
from
August 21, 2026 01:03
82928f2 to
45aab3e
Compare
tritao
force-pushed
the
stack/device-pixel-ratio
branch
from
August 21, 2026 01:17
45aab3e to
db5c43d
Compare
tritao
force-pushed
the
stack/device-pixel-ratio
branch
from
August 21, 2026 11:42
db5c43d to
aff1a0c
Compare
tritao
force-pushed
the
stack/device-pixel-ratio
branch
from
August 21, 2026 11:59
aff1a0c to
8c4f9cb
Compare
tritao
force-pushed
the
stack/device-pixel-ratio
branch
from
August 21, 2026 12:26
8c4f9cb to
67b3fed
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.