Auto merge of #17052 - glennw:update-wr-stuff, r=jdm

Update WR (mostly optimizations).

* Correctly handle degenerate border corner radii.
* Hold glyphs and images in resource cache longer.
* Optimize the primitive instance code.
* Texture cache coalescing optimizations.
* Workarounds for a couple of driver shader parsing issues.
* Optimize vertex format sizes.

<!-- 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/17052)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-05-29 11:15:10 -05:00 committed by GitHub
commit 45d8b0f0b6

4
Cargo.lock generated
View file

@ -3280,7 +3280,7 @@ dependencies = [
[[package]] [[package]]
name = "webrender" name = "webrender"
version = "0.39.0" version = "0.39.0"
source = "git+https://github.com/servo/webrender#c003d553bdd856e1e78d213375582a1f2b091a06" source = "git+https://github.com/servo/webrender#9cc838b719508c9a8107ade3ea04edd6e621e4d1"
dependencies = [ dependencies = [
"app_units 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "app_units 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
"bincode 1.0.0-alpha6 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 1.0.0-alpha6 (registry+https://github.com/rust-lang/crates.io-index)",
@ -3309,7 +3309,7 @@ dependencies = [
[[package]] [[package]]
name = "webrender_traits" name = "webrender_traits"
version = "0.39.0" version = "0.39.0"
source = "git+https://github.com/servo/webrender#c003d553bdd856e1e78d213375582a1f2b091a06" source = "git+https://github.com/servo/webrender#9cc838b719508c9a8107ade3ea04edd6e621e4d1"
dependencies = [ dependencies = [
"app_units 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "app_units 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
"bincode 1.0.0-alpha6 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 1.0.0-alpha6 (registry+https://github.com/rust-lang/crates.io-index)",