Auto merge of #16643 - glennw:update-wr-bits-and-pieces, r=jdm

Update WR (various bits and pieces).

* Split out positioning and clipping per display item.
* Only send scroll states for clips that actually scroll.
* NV12 texture format support.
* Make dithering a feature.
* Handle radial gradients with invalid radii.

<!-- 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/16643)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-04-28 08:52:10 -05:00 committed by GitHub
commit 86bc2c0205

4
Cargo.lock generated
View file

@ -3168,7 +3168,7 @@ dependencies = [
[[package]]
name = "webrender"
version = "0.36.0"
source = "git+https://github.com/servo/webrender#6609c796d66c68920f8596ba7c8b50ffa1490069"
source = "git+https://github.com/servo/webrender#7b499ba9b5a34f0b5f4e3a8d9993bfdbcc452c11"
dependencies = [
"app_units 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"bincode 1.0.0-alpha6 (registry+https://github.com/rust-lang/crates.io-index)",
@ -3196,7 +3196,7 @@ dependencies = [
[[package]]
name = "webrender_traits"
version = "0.36.0"
source = "git+https://github.com/servo/webrender#6609c796d66c68920f8596ba7c8b50ffa1490069"
source = "git+https://github.com/servo/webrender#7b499ba9b5a34f0b5f4e3a8d9993bfdbcc452c11"
dependencies = [
"app_units 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",