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 #3762
Merged
Conversation
Adds a module documentation in segment.rs giving an overview of the role of primitive segments and how they interact with clipping. Also reformatted the clip.rs documentation to play well with rustdoc. Differential Revision: https://phabricator.services.mozilla.com/D46472 [wrupdater] From https://hg.mozilla.org/mozilla-central/rev/e26a0b6e6f60819faaba933f91bf35fbfd9d5c7d
…l rect. r=kvark,gw As it turns out, the difference between the snapped local rect and the unsnapped local rect was not just that the former contained snapped primitives and the latter contained unsnapped primitives, but also that the former took into account surface inflation for primitives, the entire clip chain instead of just the primitive's local clip, and removal of culled primitives. As such, the picture's rects can be wildly different, even if snapping has been taken care of earlier, and parts of WebRender have come to rely upon this more accurate representation of a picture. Differential Revision: https://phabricator.services.mozilla.com/D46605 [wrupdater] From https://hg.mozilla.org/mozilla-central/rev/96ce8d267d27ed5a0b0b9cd7e105dcf90010d78f
|
@bors-servo r+ |
|
|
bors-servo
added a commit
that referenced
this pull request
Sep 24, 2019
Sync changes from mozilla-central
ghost
commented
Sep 24, 2019
Submitting the task to Taskcluster failed. DetailsCannot read property 'length' of undefined |
|
|
ghost
commented
Sep 24, 2019
Submitting the task to Taskcluster failed. DetailsCannot read property 'length' of undefined |
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 commentedSep 24, 2019
•
edited by larsbergstrom
This change is