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 upExtract Linear and Radial Gradients. #3392
Conversation
webrender/src/prim_store/mod.rs, line 591 at r1 (raw file):
PointKey is (or will be) used by many types, so let's keep it in mod.rs. webrender/src/prim_store/mod.rs, line 3796 at r1 (raw file):
Woohoo, this should hopefully be a small-ish talos win. |
|
Just one minor change, and we should do a try / talos run to verify, but otherwise looks good! @bors-servo delegate+ |
|
|
webrender/src/prim_store/mod.rs, line 591 at r1 (raw file): Previously, gw3583 (Glenn Watson) wrote…
Done. |
|
Try looks good - a couple of expected failures from the recent blur shader change, and a couple of unrelated known intermittent failures. Talos looks like a small win (no regression at least). @bors-servo r+ |
|
|
Extract Linear and Radial Gradients. In support of #3385, extract gradients into separate interned stores. <!-- 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/3392) <!-- Reviewable:end -->
|
|
…66da96e0a64c (WR PR #3392). r=kats servo/webrender#3392 Differential Revision: https://phabricator.services.mozilla.com/D13978 --HG-- extra : moz-landing-system : lando
…66da96e0a64c (WR PR #3392). r=kats servo/webrender#3392 Differential Revision: https://phabricator.services.mozilla.com/D13978
Separate interning Image & YuvImage In support of #3385, extract Image and YUVImage. This patch is based up PR #3392 and requires that to land first. <!-- 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/3393) <!-- Reviewable:end -->
…66da96e0a64c (WR PR #3392). r=kats servo/webrender#3392 Differential Revision: https://phabricator.services.mozilla.com/D13978 UltraBlame original commit: 61571452b0fc8cd26ff55b31e05a76d069883123
…66da96e0a64c (WR PR #3392). r=kats servo/webrender#3392 Differential Revision: https://phabricator.services.mozilla.com/D13978 UltraBlame original commit: 61571452b0fc8cd26ff55b31e05a76d069883123
…66da96e0a64c (WR PR #3392). r=kats servo/webrender#3392 Differential Revision: https://phabricator.services.mozilla.com/D13978 UltraBlame original commit: 61571452b0fc8cd26ff55b31e05a76d069883123
djg commentedDec 7, 2018
•
edited by larsbergstrom
In support of #3385, extract gradients into separate interned stores.
This change is