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 #3951
Merged
Conversation
and others
added 4 commits
May 14, 2020
…d. r=nical Previously, any time a text run was encountered that was outside the detected opaque backdrop of a picture cache, all subpixel AA would get disabled for that surface. Recently, we added support for conditional subpixel mode, where a list of excluded rects can be provided (compositor surfaces) that require a text run to disable subpixel AA. This patch extends that, adding an inclusion rect to the conditional subpixel mode. This allows subpixel AA to be enabled on any text runs that are within the bounds of the detected opaque backdrop for a picture cache. Differential Revision: https://phabricator.services.mozilla.com/D75027 [ghsync] From https://hg.mozilla.org/mozilla-central/rev/d5eab5a42b3e5a444d3f0c46b3c77c2a76d4cf77
Differential Revision: https://phabricator.services.mozilla.com/D75109 [ghsync] From https://hg.mozilla.org/mozilla-central/rev/55c506cc980116b11b7b61deccd844a3424639b4
Differential Revision: https://phabricator.services.mozilla.com/D74807 [ghsync] From https://hg.mozilla.org/mozilla-central/rev/ab3f99ed895a2842bb405e9688997812a4aca5e2
… prim_store . CLOSED TREE [ghsync] From https://hg.mozilla.org/mozilla-central/rev/52d384f924a177ffb6c377abc56bc7c47ec5b002
|
@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 commentedMay 14, 2020
No description provided.