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 upUpdate WR (bitmap font fixes, serde deserialization optimizations). #19531
Conversation
|
@bors-servo: r+ |
|
|
Update WR (bitmap font fixes, serde deserialization optimizations). <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19531) <!-- Reviewable:end -->
|
|
|
@bors-servo retry
|
|
|
|
|
Allocate 2 GPU blocks for a deferred image Fixes #2208 and supposedly servo/servo#19531 (comment) The breakage is caused by this line: https://github.com/servo/webrender/pull/2162/files#diff-f5062b694b9fe53fc1757ed483d577d9R3923 The block count in the update used to be 1, which surprised me as a mistake. TL;DR: it was always wrong (! since `fetch_image_resource` requires exactly 2 blocks), but my fix was missing a crucial bit to work, which is this PR. cc @glennw @staktrace <!-- 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/2211) <!-- Reviewable:end -->
|
Rebased and updated WR hash, which should hopefully fix the CI panics in the last run. @bors-servo r=jdm |
|
|
Update WR (bitmap font fixes, serde deserialization optimizations). <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19531) <!-- Reviewable:end -->
|
|
|
@bors-servo retry
|
|
|
|
|
glennw commentedDec 9, 2017
•
edited by SimonSapin
This change is