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 #3788
Merged
Conversation
…for pinch zoom cases. r=nical This patch allows WR to dynamically choose whether picture caching is enabled per-frame, rather than only during initialization. This will allow mobile devices to disable picture caching during pinch zoom events, where tiles will be constantly invalidated. This can also be controlled via a debug flag, which allows dynamic toggling of picture caching in both Gecko and Wrench. This is useful for profiling, to compare direct rasterization to picture caching performance. The native compositor interface relies on picture caching. So, if a native compositor is enabled, picture caching is force enabled. Differential Revision: https://phabricator.services.mozilla.com/D51211 [wrupdater] From https://hg.mozilla.org/mozilla-central/rev/ec461bb743879113bbacf991e27719725c5837bf
|
@bors-servo r+ |
|
|
bors-servo
added a commit
that referenced
this pull request
Oct 31, 2019
Sync changes from mozilla-central
|
|
added 2 commits
Nov 1, 2019
…ktaeleman,kvark Differential Revision: https://phabricator.services.mozilla.com/D51206 [wrupdater] From https://hg.mozilla.org/mozilla-central/rev/045f91f9a76f60826a5d0ddcb978a50f722321d2
…x transforms. r=kvark,nical With the recent changes to compositing in WR, the scene must either only produce produce cache tiles, or disable picture caching and rasterize directly. This patch removes the (currently broken) path where WR would attempt to disable only the picture cache slice(s) that have a complex transform. In future, we should disable creating picture cache slices with complex transforms at the API level, and remove this path completely. Differential Revision: https://phabricator.services.mozilla.com/D51228 [wrupdater] From https://hg.mozilla.org/mozilla-central/rev/2dc0263436f78b1689d5e23a2b24720181e91ea4
|
@bors-servo r+ |
|
|
bors-servo
added a commit
that referenced
this pull request
Nov 1, 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 31, 2019
No description provided.