Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tiled rendering #138

Closed
pcwalton opened this issue Oct 21, 2012 · 1 comment
Closed

Tiled rendering #138

pcwalton opened this issue Oct 21, 2012 · 1 comment

Comments

@pcwalton
Copy link
Contributor

@pcwalton pcwalton commented Oct 21, 2012

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.

@burg
Copy link

@burg burg commented Nov 19, 2012

Done! (a while ago)

@burg burg closed this Nov 19, 2012
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
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.