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 #3768
Merged
Conversation
and others
added 5 commits
Oct 2, 2019
…r=nical Once this patch lands, all content drawn by WebRender is drawn into a picture cache surface. This will incur some extra GPU memory overhead since there are extra GPU texture buffers. Much of this can be reduced by adding a couple of simple optimizations in future to detect tiles that are solid colors only. With this change, we'll now be able to provide exact dirty rects for the entire screen without any hacks, and start the work to draw into OS compositor surfaces directly. Differential Revision: https://phabricator.services.mozilla.com/D47395 [wrupdater] From https://hg.mozilla.org/mozilla-central/rev/9b42bdc4889fe7782df9b2a0aa990ed5e62cb04c
…n requests. r=jrmuizel Differential Revision: https://phabricator.services.mozilla.com/D47084 [wrupdater] From https://hg.mozilla.org/mozilla-central/rev/485eee83a4f329782a0694c1d0e8ae5aed6b8d5a
… visible area. r=jrmuizel In addition, make sure the descriptor size stays in sync with the visible rect's size. The descriptor's size stored in the resource cache is pretty much obsolete now, we should be able to clean it up and remove it. Differential Revision: https://phabricator.services.mozilla.com/D46803 [wrupdater] From https://hg.mozilla.org/mozilla-central/rev/e24d2e6811b0bd5bdbf83b6f85600ef97172a1bd
Differential Revision: https://phabricator.services.mozilla.com/D47790 [wrupdater] From https://hg.mozilla.org/mozilla-central/rev/daad734d5665c464adf28e68251a63fbc556f39a
Backed out changeset daad734d5665 (bug 1580922) Backed out changeset e24d2e6811b0 (bug 1580922) Backed out changeset 485eee83a4f3 (bug 1580922) [wrupdater] From https://hg.mozilla.org/mozilla-central/rev/36847c53be73d10f49fe45891c37104291e389b9
|
@bors-servo r+ |
|
|
bors-servo
added a commit
that referenced
this pull request
Oct 2, 2019
Sync changes from mozilla-central
|
|
…n requests. r=jrmuizel Differential Revision: https://phabricator.services.mozilla.com/D47084 [wrupdater] From https://hg.mozilla.org/mozilla-central/rev/0ea135d4a5c80cd1623c4b956f86f66fcd6d1858
… visible area. r=jrmuizel In addition, make sure the descriptor size stays in sync with the visible rect's size. The descriptor's size stored in the resource cache is pretty much obsolete now, we should be able to clean it up and remove it. Differential Revision: https://phabricator.services.mozilla.com/D46803 [wrupdater] From https://hg.mozilla.org/mozilla-central/rev/867a209cdbde05030ab68aefc6578d464e63eba8
Differential Revision: https://phabricator.services.mozilla.com/D47790 [wrupdater] From https://hg.mozilla.org/mozilla-central/rev/341f2bf17d9e98803bdca0eff133db16b247f964
|
@bors-servo r+ |
|
|
|
bors-servo
added a commit
that referenced
this pull request
Oct 2, 2019
Sync changes from mozilla-central <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/webrender/3768) <!-- Reviewable:end -->
|
|
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 2, 2019
•
edited by larsbergstrom
This change is