Auto merge of #18669 - glennw:update-wr-memory, r=jdm,emilio

Update WR (reduce GPU allocations for render targets)

<!-- 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/18669)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-10-03 17:03:55 -05:00 committed by GitHub
commit 82cc22fab4

4
Cargo.lock generated
View file

@ -3613,7 +3613,7 @@ dependencies = [
[[package]]
name = "webrender"
version = "0.52.0"
source = "git+https://github.com/servo/webrender#0fd01baa9cc1f295e983f0d9056d7c205d1ba1e4"
source = "git+https://github.com/servo/webrender#8ce0212a0d5c9b32b1ba11a6b20014e88321c605"
dependencies = [
"app_units 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
"bincode 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -3641,7 +3641,7 @@ dependencies = [
[[package]]
name = "webrender_api"
version = "0.52.0"
source = "git+https://github.com/servo/webrender#0fd01baa9cc1f295e983f0d9056d7c205d1ba1e4"
source = "git+https://github.com/servo/webrender#8ce0212a0d5c9b32b1ba11a6b20014e88321c605"
dependencies = [
"app_units 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
"bincode 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",