dependencies: Upgrade to WebRender 0.64 (#31486)

This brings the version of WebRender used in Servo up-to-date with Gecko
upstream. The big change here is that HiDPI is no longer handled via
WebRender. Instead this happens via a scale applied to the root layer in
the compositor. In addition to this change, various changes are made to
Servo to adapt to the new WebRender API.

Co-authored-by: Mukilan Thiyagarajan <mukilan@igalia.com>
This commit is contained in:
Martin Robinson 2024-03-14 18:40:54 +01:00 committed by GitHub
parent 4597aeae5f
commit ad37a54f59
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
102 changed files with 704 additions and 600 deletions

View file

@ -1,2 +0,0 @@
[mix-blend-mode-blended-element-interposed.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[mix-blend-mode-blended-element-overflow-hidden-and-border-radius.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[mix-blend-mode-blended-element-with-transparent-pixels.html]
expected: FAIL

View file

@ -1,3 +0,0 @@
[mix-blend-mode-blended-with-3D-transform.html]
type: reftest
expected: FAIL

View file

@ -1,2 +0,0 @@
[mix-blend-mode-blended-with-transform-and-perspective.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[mix-blend-mode-blending-with-sibling.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[mix-blend-mode-canvas-parent.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[mix-blend-mode-canvas-sibling.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[mix-blend-mode-iframe-parent.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[mix-blend-mode-iframe-sibling.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[mix-blend-mode-image.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[mix-blend-mode-mask.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[mix-blend-mode-overflowing-child-of-blended-element.html]
expected: FAIL

View file

@ -1,3 +0,0 @@
[mix-blend-mode-parent-element-overflow-hidden-and-border-radius.html]
type: reftest
expected: FAIL

View file

@ -1,2 +0,0 @@
[mix-blend-mode-parent-element-overflow-scroll-blended-position-fixed.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[mix-blend-mode-parent-with-3D-transform.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[mix-blend-mode-script.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[mix-blend-mode-sibling-with-3D-transform.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[mix-blend-mode-simple.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[mix-blend-mode-stacking-context-creates-isolation.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[root-element-blend-mode.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[border-image-repeat-repeat-001.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[border-image-slice-fill-001.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[border-image-slice-fill-002.html]
expected: FAIL

View file

@ -1,3 +0,0 @@
[transform-3d-rotateY-stair-above-001.xht]
type: reftest
expected: FAIL

View file

@ -1,4 +1,3 @@
[transform-3d-rotateY-stair-below-001.xht]
type: reftest
expected: FAIL
bug: https://github.com/servo/webrender/issues/1776

View file

@ -1,2 +0,0 @@
[transform-percent-008.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[transform-table-009.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[transform-table-010.html]
expected: FAIL

View file

@ -1,3 +0,0 @@
[transforms-skewX.html]
type: reftest
expected: FAIL

View file

@ -1,3 +0,0 @@
[transforms-skewY.html]
type: reftest
expected: FAIL

View file

@ -6,3 +6,5 @@
[transformed element at x,y]
expected: FAIL
[no hit target at x,y]
expected: FAIL

View file

@ -1,2 +0,0 @@
[filters-drop-shadow-003.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[mix-blend-mode-blended-element-interposed.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[mix-blend-mode-blended-element-overflow-hidden-and-border-radius.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[mix-blend-mode-blended-element-with-transparent-pixels.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[mix-blend-mode-blended-with-3D-transform.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[mix-blend-mode-blended-with-transform-and-perspective.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[mix-blend-mode-blending-with-sibling.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[mix-blend-mode-canvas-parent.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[mix-blend-mode-canvas-sibling.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[mix-blend-mode-iframe-parent.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[mix-blend-mode-iframe-sibling.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[mix-blend-mode-image.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[mix-blend-mode-intermediate-element-overflow-hidden-and-border-radius.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[mix-blend-mode-mask.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[mix-blend-mode-overflowing-child-of-blended-element.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[mix-blend-mode-parent-element-overflow-scroll-blended-position-fixed.html]
expected: FAIL

View file

@ -1,2 +1,3 @@
[mix-blend-mode-parent-with-3D-transform.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[mix-blend-mode-script.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[mix-blend-mode-sibling-with-3D-transform.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[mix-blend-mode-simple.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[mix-blend-mode-stacking-context-creates-isolation.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[root-element-blend-mode.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[background-repeat-space.xht]
expected: FAIL

View file

@ -1,2 +0,0 @@
[perspective-split-by-zero-w.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[transform-3d-rotateY-stair-above-001.xht]
expected: FAIL

View file

@ -1,2 +0,0 @@
[transform-3d-rotateY-stair-below-001.xht]
expected: FAIL

View file

@ -1,2 +0,0 @@
[transform-percent-008.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[transform-table-009.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[transform-table-010.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[transform-table-011.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[transforms-skewX.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[transforms-skewY.html]
expected: FAIL

View file

@ -4,3 +4,6 @@
[transformed element at x,y]
expected: FAIL
[no hit target at x,y]
expected: FAIL

View file

@ -0,0 +1,2 @@
[drop-shadow-clipped-001.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[filters-drop-shadow-003.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[will-change-blur-filter-under-clip.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[pixel_snapping_position_a.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[mix_blend_mode_a.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[pixel_snapping_position_a.html]
expected: FAIL