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 #3859
Merged
+118
−103
Conversation
Add support to the yaml reader and writer to be able to specify that a primitive should set the PREFER_COMPOSITOR_SURFACE flag. This flag is not currently used, but in future will signal the picture caching code to promote a primitive to draw on a native compositor surface where possible. Differential Revision: https://phabricator.services.mozilla.com/D62693 [ghsync] From https://hg.mozilla.org/mozilla-central/rev/1e1ffcbadfb2350ecda25b8752b3c07c2f2d0722
|
@bors-servo r=auto |
|
|
bors-servo
added a commit
that referenced
this pull request
Feb 13, 2020
Sync changes from mozilla-central gfx/wr
|
|
…=nical,Bert Simplify some of the logic related to handling multiple compositor surfaces in future, specifically: * Only rebuild the tiles map when the tile rect changes. * Remove need for tiles_to_draw array. Differential Revision: https://phabricator.services.mozilla.com/D62694 [ghsync] From https://hg.mozilla.org/mozilla-central/rev/0c0eb80974b03f6cc153616fe21c8dc229b25c3e
…hs in local space. r=lsalzman This patch makes the CPU side incorporate the raster scale when calculating the subpixel position of a glyph. It also makes the shader side not include the glyph scale factor when recalculating the glyph position (since it was not known/used when determining the subpixel position in the first place). This makes the subpixel position stable when we transition between Screen and Local(raster_scale) spaces. Differential Revision: https://phabricator.services.mozilla.com/D62812 [ghsync] From https://hg.mozilla.org/mozilla-central/rev/9bd4120bc9779fe1c42fb45246044a23f2e95d25
Differential Revision: https://phabricator.services.mozilla.com/D62851 [ghsync] From https://hg.mozilla.org/mozilla-central/rev/fc74126fedeb2bb945db4d52e54266c955e9bbe7
|
@bors-servo r=auto |
|
|
|
bors-servo
added a commit
that referenced
this pull request
Feb 14, 2020
Sync changes from mozilla-central gfx/wr
|
|
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 commentedFeb 13, 2020
No description provided.