Skip to content

Commit

Permalink
Update WR (AA improvements, many optimizations)
Browse files Browse the repository at this point in the history
  • Loading branch information
gw3583 committed Dec 7, 2017
1 parent 6a6da9c commit 9c11369
Show file tree
Hide file tree
Showing 10 changed files with 86 additions and 85 deletions.
145 changes: 76 additions & 69 deletions Cargo.lock

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion components/layout/webrender_helpers.rs
Expand Up @@ -264,7 +264,6 @@ impl WebRenderDisplayItemConverter for DisplayItem {
// TODO(gw): Make use of the WR backface visibility functionality.
is_backface_visible: true,
tag,
edge_aa_segment_mask: webrender_api::EdgeAaSegmentMask::empty(),
}
}

Expand Down
1 change: 1 addition & 0 deletions servo-tidy.toml
Expand Up @@ -41,6 +41,7 @@ packages = [
"semver",
"toml",
"unicase",
"smallvec",
]
# Files that are ignored for all tidy and lint checks.
files = [
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

@@ -0,0 +1,4 @@
[mix-blend-mode-intermediate-element-overflow-hidden-and-border-radius.html]
type: reftest
expected: FAIL
bug: https://github.com/servo/webrender/issues/1776
5 changes: 5 additions & 0 deletions tests/wpt/metadata/css/css-ui/outline-014.html.ini
@@ -0,0 +1,5 @@
[outline-014.html]
type: reftest
expected: FAIL
bug: https://github.com/servo/servo/issues/19508

0 comments on commit 9c11369

Please sign in to comment.