aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2018-03-07 00:54:10 -0500
committerGitHub <noreply@github.com>2018-03-07 00:54:10 -0500
commit46ad9f2a30a766863632aa5d24df0e691b72275c (patch)
tree010344021196b77ecf692a9e3c7ed8421cd1b654
parent9eb417528b79415a9f04f337b701187ca4ffbdfd (diff)
parenta51bad51cdf6c4bc7086f737d928a9a72229f06c (diff)
downloadservo-46ad9f2a30a766863632aa5d24df0e691b72275c.tar.gz
servo-46ad9f2a30a766863632aa5d24df0e691b72275c.zip
Auto merge of #20226 - glennw:update-wr-nv-clip, r=jdm
Update WR (nVidia/ANGLE workaround, vertex shader optimizations). <!-- 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/20226) <!-- Reviewable:end -->
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 55d2227af4e..55a553eab5b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3430,7 +3430,7 @@ dependencies = [
[[package]]
name = "webrender"
version = "0.57.0"
-source = "git+https://github.com/servo/webrender#6f6573e7d0662a553902a808d0f837f4c0491244"
+source = "git+https://github.com/servo/webrender#6611df9fdf930db4fb93a00ce2c2d3163c0bb1a1"
dependencies = [
"app_units 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
"bincode 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -3458,7 +3458,7 @@ dependencies = [
[[package]]
name = "webrender_api"
version = "0.57.0"
-source = "git+https://github.com/servo/webrender#6f6573e7d0662a553902a808d0f837f4c0491244"
+source = "git+https://github.com/servo/webrender#6611df9fdf930db4fb93a00ce2c2d3163c0bb1a1"
dependencies = [
"app_units 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
"bincode 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",