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 upUse a more conservative approach for inner rect calculation #2205
Conversation
This is a temporary workaround for a Gecko issue with the conservative inner rect calculation for clips. In this case we just don't calculate an inner rect when faced with a non-axis-aligned transformation.
|
Here's the Gecko try run for this change: https://treeherder.mozilla.org/#/jobs?repo=try&revision=b370376404d4d6c001a5f92c9a227b8303ac213b Once we confirm that the Talos test is passing, this should be okay to merge. |
|
Thank you! |
|
@kvark Unfortunately, it is not exactly the same, because Gecko is still using an older version of Euclid. This required me to use the original version of |
|
@mrobinson nah, it's fine. We can wait for your new try push's Talos result. |
|
@kvark Okay. I'm fairly certain the changes you made to |
|
@bors-servo r+ |
|
|
Use a more conservative approach for inner rect calculation This is a temporary workaround for a Gecko issue with the conservative inner rect calculation for clips. In this case we just don't calculate an inner rect when faced with a non-axis-aligned transformation. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/webrender/2205) <!-- Reviewable:end -->
|
|
|
@bors-servo retry |
Use a more conservative approach for inner rect calculation This is a temporary workaround for a Gecko issue with the conservative inner rect calculation for clips. In this case we just don't calculate an inner rect when faced with a non-axis-aligned transformation. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/webrender/2205) <!-- Reviewable:end -->
|
|
mrobinson commentedDec 8, 2017
•
edited by larsbergstrom
This is a temporary workaround for a Gecko issue with the conservative
inner rect calculation for clips. In this case we just don't calculate
an inner rect when faced with a non-axis-aligned transformation.
This change is