mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
chore: Update vello to fix radials in vello_cpu (#38338)
This update includes a fix for https://github.com/linebender/vello/issues/1124. Testing: Existing WPT tests try run: https://github.com/sagudev/servo/actions/runs/16599834725 --------- Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
parent
815ed10b5f
commit
5c42a113bd
8 changed files with 7 additions and 28 deletions
10
Cargo.lock
generated
10
Cargo.lock
generated
|
@ -9148,7 +9148,7 @@ checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
|||
[[package]]
|
||||
name = "vello"
|
||||
version = "0.5.0"
|
||||
source = "git+https://github.com/linebender/vello?rev=daf940230a24cbb123a458b6de95721af47aef98#daf940230a24cbb123a458b6de95721af47aef98"
|
||||
source = "git+https://github.com/linebender/vello?rev=65975d7612e38c199afaa547268763e1b4b826c9#65975d7612e38c199afaa547268763e1b4b826c9"
|
||||
dependencies = [
|
||||
"bytemuck",
|
||||
"futures-intrusive",
|
||||
|
@ -9166,7 +9166,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "vello_common"
|
||||
version = "0.0.1"
|
||||
source = "git+https://github.com/linebender/vello?rev=daf940230a24cbb123a458b6de95721af47aef98#daf940230a24cbb123a458b6de95721af47aef98"
|
||||
source = "git+https://github.com/linebender/vello?rev=65975d7612e38c199afaa547268763e1b4b826c9#65975d7612e38c199afaa547268763e1b4b826c9"
|
||||
dependencies = [
|
||||
"bytemuck",
|
||||
"fearless_simd",
|
||||
|
@ -9180,7 +9180,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "vello_cpu"
|
||||
version = "0.0.1"
|
||||
source = "git+https://github.com/linebender/vello?rev=daf940230a24cbb123a458b6de95721af47aef98#daf940230a24cbb123a458b6de95721af47aef98"
|
||||
source = "git+https://github.com/linebender/vello?rev=65975d7612e38c199afaa547268763e1b4b826c9#65975d7612e38c199afaa547268763e1b4b826c9"
|
||||
dependencies = [
|
||||
"bytemuck",
|
||||
"vello_common",
|
||||
|
@ -9189,7 +9189,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "vello_encoding"
|
||||
version = "0.5.0"
|
||||
source = "git+https://github.com/linebender/vello?rev=daf940230a24cbb123a458b6de95721af47aef98#daf940230a24cbb123a458b6de95721af47aef98"
|
||||
source = "git+https://github.com/linebender/vello?rev=65975d7612e38c199afaa547268763e1b4b826c9#65975d7612e38c199afaa547268763e1b4b826c9"
|
||||
dependencies = [
|
||||
"bytemuck",
|
||||
"guillotiere",
|
||||
|
@ -9201,7 +9201,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "vello_shaders"
|
||||
version = "0.5.0"
|
||||
source = "git+https://github.com/linebender/vello?rev=daf940230a24cbb123a458b6de95721af47aef98#daf940230a24cbb123a458b6de95721af47aef98"
|
||||
source = "git+https://github.com/linebender/vello?rev=65975d7612e38c199afaa547268763e1b4b826c9#65975d7612e38c199afaa547268763e1b4b826c9"
|
||||
dependencies = [
|
||||
"bytemuck",
|
||||
"log",
|
||||
|
|
|
@ -168,8 +168,8 @@ unicode-segmentation = "1.12.0"
|
|||
url = "2.5"
|
||||
urlpattern = "0.3"
|
||||
uuid = { version = "1.12.1", features = ["v4"] }
|
||||
vello = { git = "https://github.com/linebender/vello", rev = "daf940230a24cbb123a458b6de95721af47aef98" }
|
||||
vello_cpu = { git = "https://github.com/linebender/vello", rev = "daf940230a24cbb123a458b6de95721af47aef98" }
|
||||
vello = { git = "https://github.com/linebender/vello", rev = "65975d7612e38c199afaa547268763e1b4b826c9" }
|
||||
vello_cpu = { git = "https://github.com/linebender/vello", rev = "65975d7612e38c199afaa547268763e1b4b826c9" }
|
||||
webdriver = "0.53.0"
|
||||
webgpu_traits = { path = "components/shared/webgpu" }
|
||||
webpki-roots = "1.0"
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
[2d.gradient.radial.cone.front.html]
|
||||
[Canvas test: 2d.gradient.radial.cone.front]
|
||||
expected:
|
||||
if subsuite == "vello_cpu_canvas": FAIL
|
|
@ -1,4 +0,0 @@
|
|||
[2d.gradient.radial.cone.top.html]
|
||||
[Canvas test: 2d.gradient.radial.cone.top]
|
||||
expected:
|
||||
if subsuite == "vello_cpu_canvas": FAIL
|
|
@ -1,4 +0,0 @@
|
|||
[2d.gradient.radial.inside2.html]
|
||||
[Canvas test: 2d.gradient.radial.inside2]
|
||||
expected:
|
||||
if subsuite == "vello_cpu_canvas": FAIL
|
|
@ -1,4 +0,0 @@
|
|||
[2d.gradient.radial.inside3.html]
|
||||
[Canvas test: 2d.gradient.radial.inside3]
|
||||
expected:
|
||||
if subsuite == "vello_cpu_canvas": FAIL
|
|
@ -1,4 +0,0 @@
|
|||
[2d.gradient.radial.outside1.html]
|
||||
[Canvas test: 2d.gradient.radial.outside1]
|
||||
expected:
|
||||
if subsuite == "vello_cpu_canvas": FAIL
|
|
@ -2,4 +2,3 @@
|
|||
[Canvas test: 2d.gradient.radial.outside3]
|
||||
expected:
|
||||
if subsuite == "": FAIL
|
||||
if subsuite == "vello_cpu_canvas": FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue