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 gfx/wr #3947

Merged
merged 1 commit into from May 12, 2020
Merged

Conversation

@moz-gfx
Copy link

moz-gfx commented May 12, 2020

No description provided.

Building on the work in parts 1 and 2, the Push/PopClipChain
display items are no longer required.

Instead, we can use the clip chain builder to push the clip
from any redundant stacking contexts onto the clip stack. This
ensures that primitives within the redundant stacking context
will get that clip applied to the primitive.

This also relies on being able to determine if a stacking
context is redundant during push_stacking_context. Previously
this was not feasible due to mix-blend-mode changing the
isolation mode of parent stacking context. However, this is
now known due to recent work to support blend containers.

This patch doesn't contain functional changes, but should be
a slight performance improvement during both scene building
and frame building. It also simplifies a lot of the clip
handling code related to picture caching, opening up some
more optimization opportunities in future.

Differential Revision: https://phabricator.services.mozilla.com/D74583

[ghsync] From https://hg.mozilla.org/mozilla-central/rev/b918fa03b3d9b1f14e0da9cee5f0fc152d60ebbb
@moz-gfx
Copy link
Author

moz-gfx commented May 12, 2020

@bors-servo r=auto

@bors-servo
Copy link
Contributor

bors-servo commented May 12, 2020

📌 Commit edac934 has been approved by auto

@bors-servo
Copy link
Contributor

bors-servo commented May 12, 2020

Testing commit edac934 with merge a59767b...

@bors-servo
Copy link
Contributor

bors-servo commented May 12, 2020

☀️ Test successful - status-taskcluster
Approved by: auto
Pushing a59767b to master...

@bors-servo bors-servo merged commit a59767b into servo:master May 12, 2020
2 of 3 checks passed
2 of 3 checks passed
continuous-integration/appveyor/pr AppVeyor build failed
Details
Community-TC (pull_request) TaskGroup: success
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.