Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync changes from mozilla-central #3788

Merged
merged 3 commits into from Nov 1, 2019
Merged

Sync changes from mozilla-central #3788

merged 3 commits into from Nov 1, 2019

Conversation

@moz-gfx
Copy link

moz-gfx commented Oct 31, 2019

No description provided.

…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
@moz-gfx
Copy link
Author

moz-gfx commented Oct 31, 2019

@bors-servo
Copy link
Contributor

bors-servo commented Oct 31, 2019

📌 Commit d478514 has been approved by moz-gfx

bors-servo added a commit that referenced this pull request Oct 31, 2019
Sync changes from mozilla-central
@bors-servo
Copy link
Contributor

bors-servo commented Oct 31, 2019

Testing commit d478514 with merge d3ea620...

@bors-servo
Copy link
Contributor

bors-servo commented Oct 31, 2019

💔 Test failed - status-appveyor

Glenn Watson added 2 commits Nov 1, 2019
…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
@moz-gfx
Copy link
Author

moz-gfx commented Nov 1, 2019

@bors-servo
Copy link
Contributor

bors-servo commented Nov 1, 2019

📌 Commit 36b99d7 has been approved by moz-gfx

@bors-servo
Copy link
Contributor

bors-servo commented Nov 1, 2019

Testing commit 36b99d7 with merge 7cd9274...

bors-servo added a commit that referenced this pull request Nov 1, 2019
Sync changes from mozilla-central
@bors-servo
Copy link
Contributor

bors-servo commented Nov 1, 2019

☀️ Test successful - status-appveyor, status-taskcluster
Approved by: moz-gfx
Pushing 7cd9274 to master...

@bors-servo bors-servo merged commit 36b99d7 into servo:master Nov 1, 2019
3 checks passed
3 checks passed
Taskcluster (pull_request) TaskGroup: success
Details
continuous-integration/appveyor/pr AppVeyor build succeeded
Details
homu Test successful
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.