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 upSync changes from mozilla-central #3775
Merged
Conversation
… frame. r=nical,kvark Instead of allocating a tile surface from the texture cache during the tile post_update method, this is now deferred until the take_context method of picture. This will allow a simple CPU occlusion culling pass to run after all the tile cache dependency updates (when the visible tiles and rects are know), but before the surfaces are allocated. In this way, we will be able to skip allocating, rasterizing and compositing any tiles that are eliminated by the occlusion culling test. Differential Revision: https://phabricator.services.mozilla.com/D48795 [wrupdater] From https://hg.mozilla.org/mozilla-central/rev/1af5cb02462a3f01b83cdb48da9644da36ec7e4d
|
@bors-servo r+ |
|
|
bors-servo
added a commit
that referenced
this pull request
Oct 14, 2019
Sync changes from mozilla-central
|
|
… logic. r=jrmuizel Differential Revision: https://phabricator.services.mozilla.com/D48999 [wrupdater] From https://hg.mozilla.org/mozilla-central/rev/5506d1803e158df5504bc74a7818cb78dca6420c
|
@bors-servo r+ |
|
|
|
bors-servo
added a commit
that referenced
this pull request
Oct 16, 2019
Sync changes from mozilla-central
|
|
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.
moz-gfx commentedOct 14, 2019
No description provided.