diff options
author | Glenn Watson <github@intuitionlibrary.com> | 2017-05-26 15:01:22 +1000 |
---|---|---|
committer | Glenn Watson <github@intuitionlibrary.com> | 2017-05-26 15:01:22 +1000 |
commit | bcb0e58963b911f94f7be85a74c9a5f40f955fef (patch) | |
tree | dc731ad480efb91f6348781caebcc66e1dbc5883 | |
parent | 764da7ba39c0ccbaf807c6131418761f70584322 (diff) | |
download | servo-bcb0e58963b911f94f7be85a74c9a5f40f955fef.tar.gz servo-bcb0e58963b911f94f7be85a74c9a5f40f955fef.zip |
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.
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 5daa62f0539..0f83075df18 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3312,7 +3312,7 @@ dependencies = [ [[package]] name = "webrender" version = "0.39.0" -source = "git+https://github.com/servo/webrender#c003d553bdd856e1e78d213375582a1f2b091a06" +source = "git+https://github.com/servo/webrender#9cc838b719508c9a8107ade3ea04edd6e621e4d1" dependencies = [ "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)", @@ -3341,7 +3341,7 @@ dependencies = [ [[package]] name = "webrender_traits" version = "0.39.0" -source = "git+https://github.com/servo/webrender#c003d553bdd856e1e78d213375582a1f2b091a06" +source = "git+https://github.com/servo/webrender#9cc838b719508c9a8107ade3ea04edd6e621e4d1" dependencies = [ "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)", |