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 #3767
Merged
Conversation
… r=gw Differential Revision: https://phabricator.services.mozilla.com/D47629 [wrupdater] From https://hg.mozilla.org/mozilla-central/rev/45f723cd2b694154becedb9ecc546eeb9c7416e8
|
@bors-servo r+ |
|
|
bors-servo
added a commit
that referenced
this pull request
Oct 1, 2019
Sync changes from mozilla-central
ghost
commented
Oct 1, 2019
Submitting the task to Taskcluster failed. Detailstasks field of .taskcluster.yml must be array of tasks or empty array |
|
|
and others
added 4 commits
Oct 1, 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/4f126cfd8012ff538ea8e414bfc3cc0c4e852e11
…stage CLOSED TREE [wrupdater] From https://hg.mozilla.org/mozilla-central/rev/af4f4ed1a70ce59288c24131244f6a420fb86b99
…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/3eba60b905c06bdb6b39367ac941326a8499c5ab
…stages CLOSED TREE [wrupdater] From https://hg.mozilla.org/mozilla-central/rev/d958fe844b16815800d7c5a97b05f1849a42f7e8
|
@bors-servo r+ |
|
|
|
bors-servo
added a commit
that referenced
this pull request
Oct 1, 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/3767) <!-- Reviewable:end -->
|
|
…n requests. r=jrmuizel Differential Revision: https://phabricator.services.mozilla.com/D47084 [wrupdater] From https://hg.mozilla.org/mozilla-central/rev/31d0469993bdecfcad267a2e0eaedc18e1199848
… 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/ac6bd19f200a26e204d92d442fdb662d7aefd33a
Differential Revision: https://phabricator.services.mozilla.com/D47790 [wrupdater] From https://hg.mozilla.org/mozilla-central/rev/c6552f7ec6a0febfbcfbea6800df6aac76d94968
…D TREE Backed out changeset c6552f7ec6a0 (bug 1580922) Backed out changeset ac6bd19f200a (bug 1580922) Backed out changeset 31d0469993bd (bug 1580922) [wrupdater] From https://hg.mozilla.org/mozilla-central/rev/249afaed4a5a73f5c349861eb0f3de03ded07e23
|
@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/3767) <!-- 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 1, 2019
•
edited by larsbergstrom
This change is