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 upFix opacity of Clear brushes #3252
Conversation
|
r+ if try is green |
|
Does this make Clear brushes go into the transparent pass? If so, that would be unfortunate: whatever is behind a Clear brush will never be visible, so ideally we should avoid drawing it. Clear is opaque in the sense that "whatever is under me will never reach the screen". It is not opaque in the sense "after I draw, alpha will be 1". |
|
Forgot to thank @mstange for hinting about the clear brushes, and now they are saying we need a different fix :) oh well. I believe the @bors-servo r=staktrace |
|
|
Fix opacity of Clear brushes Follow-up to #3233 Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1502585 Try push: https://treeherder.mozilla.org/#/jobs?repo=try&revision=2319bbf4ce04d1af7a785567c09d43884b8c3ca3 cc @staktrace r? anyone (once the try is green) <!-- 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/3252) <!-- Reviewable:end -->
|
Filed #3253 for the follow-up. |
0aee2a0
to
8816d43
|
I don't know what bors is up to, but it looks like it decided to not wait for the test merge here, and started testing 3244 instead? |
|
@staktrace I accidentally force-pushed a small update to this branch which was meant for another one, and then force-pushed the old commit back in place. Surprised that bors didn't complain at all, but it did shift the focus on another task that was in the queue, so that's normal. @bors-servo retry |
|
Once a force push occurs, I think bors might need a new r+. @bors-servo r=staktrace |
|
|
|
@gw3583 the tricky thing is when a force push is done for a commit that was already approved. Bors shouldn't require another r+ there |
Fix opacity of Clear brushes Follow-up to #3233 Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1502585 Try push: https://treeherder.mozilla.org/#/jobs?repo=try&revision=2319bbf4ce04d1af7a785567c09d43884b8c3ca3 cc @staktrace r? anyone (once the try is green) <!-- 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/3252) <!-- Reviewable:end -->
|
|
kvark commentedOct 30, 2018
•
edited by larsbergstrom
Follow-up to #3233
Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1502585
Try push: https://treeherder.mozilla.org/#/jobs?repo=try&revision=2319bbf4ce04d1af7a785567c09d43884b8c3ca3
cc @staktrace
r? anyone (once the try is green)
This change is