Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upTiled rendering #138
Closed
Tiled rendering #138
Labels
Comments
|
Done! (a while ago) |
ChrisParis
pushed a commit
to ChrisParis/servo
that referenced
this issue
Sep 7, 2014
Add a reftest for a shadow root.
glennw
added a commit
to glennw/servo
that referenced
this issue
Jan 16, 2017
Rely on the overflow rect for layer size.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need tiled rendering for competitive scrolling perf. As an added bonus, we can experiment with rendering each tile in parallel.
Probably the best thing to do is to implement this at the buffer level. For a first sequential cut, we can just clip and render the display list with a transform for each tile. When we want to render tiles in parallel, we'll need to ARC or clone the display list.