Update WR (move glyph data to gpu cache and halve glyph alloc/uploads).

This commit is contained in:
Glenn Watson 2017-06-07 11:17:26 +10:00
parent f388c0ab1e
commit 392ed2c8db
4 changed files with 8 additions and 8 deletions

4
Cargo.lock generated
View file

@ -3350,7 +3350,7 @@ dependencies = [
[[package]]
name = "webrender"
version = "0.40.0"
source = "git+https://github.com/servo/webrender#b2614e4eb58f9dee08b8c38f96bc3bac834c837b"
source = "git+https://github.com/servo/webrender#caec344131e53c13b022feedbf9d5e04054232c3"
dependencies = [
"app_units 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
"bincode 1.0.0-alpha6 (registry+https://github.com/rust-lang/crates.io-index)",
@ -3379,7 +3379,7 @@ dependencies = [
[[package]]
name = "webrender_traits"
version = "0.40.0"
source = "git+https://github.com/servo/webrender#b2614e4eb58f9dee08b8c38f96bc3bac834c837b"
source = "git+https://github.com/servo/webrender#caec344131e53c13b022feedbf9d5e04054232c3"
dependencies = [
"app_units 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
"bincode 1.0.0-alpha6 (registry+https://github.com/rust-lang/crates.io-index)",