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 #3791
Merged
Conversation
added 2 commits
Nov 5, 2019
… tiles. r=nical During the visibility pass, picture caches register themselves as occluders, if they have a valid opaque region. During the primitive preparation pass, each tile queries if it is occluded. If so, it skips rasterization and compositing of itself for this frame. In this way, tiles that are always occluded never end up allocating GPU memory for a surface. Also add support during primitive dependency generation for opaque images to be considered as part of the opaque backdrop region. Differential Revision: https://phabricator.services.mozilla.com/D51555 [wrupdater] From https://hg.mozilla.org/mozilla-central/rev/5a3b621d152d45ffc5b1f85e0129ef32ad8681b4
…vark For content that comes from the parent process (e.g. about:support) the shape of the display list is slightly different. In these cases ensure that we setup picture caching slice markers on the root stacking context. Differential Revision: https://phabricator.services.mozilla.com/D51540 [wrupdater] From https://hg.mozilla.org/mozilla-central/rev/23882236aac3275d2b4bfcda939866c5f64b5478
|
@bors-servo r+ |
|
|
bors-servo
added a commit
that referenced
this pull request
Nov 5, 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 commentedNov 5, 2019
No description provided.