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 gfx/wr #3982
Merged
Conversation
…4 to 8. r=gw This prevent frequent batch breaks with non-sub-px-aa text runs. Differential Revision: https://phabricator.services.mozilla.com/D79327 [ghsync] From https://hg.mozilla.org/mozilla-central/rev/c79c961c7bfd102341762652ca6ee800aad32089
Remove associated enum and code path that are no longer used since the removal of Push/PopClipChain display items. Differential Revision: https://phabricator.services.mozilla.com/D79406 [ghsync] From https://hg.mozilla.org/mozilla-central/rev/577b27ec184a4b9253ac01fead6e566fb21cc2ad
…imitives to batches. r=gw Differential Revision: https://phabricator.services.mozilla.com/D79277 [ghsync] From https://hg.mozilla.org/mozilla-central/rev/055e358cab6c1ba4f5b53b684680224246c6f7f0
…kvark When a transform depends on the layout size of an element, one can see visual distortions caused by the difference between the unsnapped size used in the transform, and the snapped size calculated during scene building. Ideally we could compute the transform after we snap, rather than before. This patch adds support for a computed reference frame which takes parameters to calculate the ideal transform dynamically. In a future patch, we should make videos take advantage of this same mechanism to avoid similar problems. This requires support for mirroring and rotations. Differential Revision: https://phabricator.services.mozilla.com/D77956 [ghsync] From https://hg.mozilla.org/mozilla-central/rev/da69b8391ceb0f7bd95ae543b98a41d39eab6881
This is an attempt to improve our relationship with the drivers. Currently, we work with the instance buffer limit dictated by the macOS drivers. We can consider lowering it, since it will only make the driver work eaiser. Differential Revision: https://phabricator.services.mozilla.com/D78164 [ghsync] From https://hg.mozilla.org/mozilla-central/rev/a9f33b1f23a07dab595cd91932d937dcf31afc7a
|
@bors-servo r=auto |
|
|
|
|
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 commentedJun 13, 2020
No description provided.