Update WR (remove old border path, composite fixes).

* Support border corner transitions with new path.
* Remove old border rendering code and shaders.
* Bug fix for mix-blend-mode / composite tasks.
This commit is contained in:
Glenn Watson 2017-05-05 09:28:10 +10:00
parent 896f0c49b2
commit a77ad6bdb8

4
Cargo.lock generated
View file

@ -3199,7 +3199,7 @@ dependencies = [
[[package]] [[package]]
name = "webrender" name = "webrender"
version = "0.36.0" version = "0.36.0"
source = "git+https://github.com/servo/webrender#e44a079266a181ddaae2fd27298cec1094b54b7e" source = "git+https://github.com/servo/webrender#c661afa3193b4d00c15509537a8d8fc33aa0c274"
dependencies = [ dependencies = [
"app_units 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "bincode 1.0.0-alpha6 (registry+https://github.com/rust-lang/crates.io-index)",
@ -3228,7 +3228,7 @@ dependencies = [
[[package]] [[package]]
name = "webrender_traits" name = "webrender_traits"
version = "0.36.0" version = "0.36.0"
source = "git+https://github.com/servo/webrender#e44a079266a181ddaae2fd27298cec1094b54b7e" source = "git+https://github.com/servo/webrender#c661afa3193b4d00c15509537a8d8fc33aa0c274"
dependencies = [ dependencies = [
"app_units 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "bincode 1.0.0-alpha6 (registry+https://github.com/rust-lang/crates.io-index)",