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 #3878
Merged
+322
−38
Conversation
…r=nical This makes the picture cache debug view more represent the amount of pixels that are being rasterized and composited. It's also a bit clearer where picture cache boundaries are on some pages. Differential Revision: https://phabricator.services.mozilla.com/D65932 [ghsync] From https://hg.mozilla.org/mozilla-central/rev/ca720bdc1f1fc3c41a278d10c3c14b9016bd76e1
…h the primitive in WR r=gw Instead of trying to extract an inner rectangle from a transformed inner rectange, which by itself doesn't have an obviously "best" solution, we are going to test if the visibility rect is within the polygon of the projected inner rect. The test is more precise, could be slightly more heavy, but most importantly - it's correct. Differential Revision: https://phabricator.services.mozilla.com/D65836 [ghsync] From https://hg.mozilla.org/mozilla-central/rev/1692426a9549efd97f3241b8fc314eac0786a750
…es r=jgilbert Turn the difference checkbox into a radio that adds "heatmap"; it uses WebGL to show both images, their absolute difference, and a color-coded max difference. The quadrants split following the mouse. This helps to separate large variations (red) from small variations (green) and helps to compare the images without losing track of where they are. Differential Revision: https://phabricator.services.mozilla.com/D65841 [ghsync] From https://hg.mozilla.org/mozilla-central/rev/263ce25c220aeab11843445e3634f29b004f44dc
|
@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 commentedMar 10, 2020
No description provided.