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 #3943
Merged
+396
−86
Conversation
…e r=jrmuizel Differential Revision: https://phabricator.services.mozilla.com/D74462 [ghsync] From https://hg.mozilla.org/mozilla-central/rev/669ddccd1c3485afd6f492070a7e0f325f8cfe78
…uizel Differential Revision: https://phabricator.services.mozilla.com/D74187 [ghsync] From https://hg.mozilla.org/mozilla-central/rev/2d93baf318368c66117f51e1dea653dad6512af4
The fix for bug 1621390 extended the tile backdrop computation to recognize images. This patch extends that to consider gradients as potential backdrops as well. Differential Revision: https://phabricator.services.mozilla.com/D70458 [ghsync] From https://hg.mozilla.org/mozilla-central/rev/c504d0a26475ad7da98bbea3eecfd6298f05588f
When we animate text, we rasterize the glyphs in an arbitrary local space once, and scale them during the animation. Some glyphs may be pressed against the edge of the texture, resulting in artifacts due to how the sampling works in the shader. This patch fixes the sampling issues by padding glyph textures with an extra transparent pixel border. This only applies to glyphs that are rasterized in local space. This patch does not add the extra padding for Mac because it is already padding its glyphs for Mac-specific reasons, and does not appear to be as suspectible to the problem. Differential Revision: https://phabricator.services.mozilla.com/D74457 [ghsync] From https://hg.mozilla.org/mozilla-central/rev/ccc51104ad4250252a0666605fc2b8c96efdc2a0
|
@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 9, 2020
No description provided.