mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
chore: Update wgpu (#33506)
* Update wgpu Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com> * use all backends at runtime Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com> * clean up some adapter stuff Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com> * Update expectations Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com> * flakes Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com> --------- Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
parent
28d28d0a0a
commit
24ad2a0526
33 changed files with 206 additions and 361 deletions
12
tests/wpt/webgpu/meta/webgpu/cts.https.html.ini
vendored
12
tests/wpt/webgpu/meta/webgpu/cts.https.html.ini
vendored
|
@ -2590,6 +2590,8 @@
|
|||
[:boundary="command-buffer";readOp="storage-read";readContext="compute-pass-encoder";writeOp="t2b-copy";writeContext="command-encoder"]
|
||||
|
||||
[:boundary="command-buffer";readOp="storage-read";readContext="render-bundle-encoder";writeOp="b2b-copy";writeContext="command-encoder"]
|
||||
expected:
|
||||
if os == "linux" and not debug: [PASS, FAIL]
|
||||
|
||||
[:boundary="command-buffer";readOp="storage-read";readContext="render-bundle-encoder";writeOp="t2b-copy";writeContext="command-encoder"]
|
||||
expected:
|
||||
|
@ -3082,6 +3084,8 @@
|
|||
if os == "linux" and not debug: [PASS, FAIL]
|
||||
|
||||
[:boundary="command-buffer";readOp="constant-uniform";readContext="render-bundle-encoder";writeOp="t2b-copy";writeContext="command-encoder"]
|
||||
expected:
|
||||
if os == "linux" and not debug: [PASS, FAIL]
|
||||
|
||||
[:boundary="command-buffer";readOp="constant-uniform";readContext="render-pass-encoder";writeOp="b2b-copy";writeContext="command-encoder"]
|
||||
expected:
|
||||
|
@ -3152,6 +3156,8 @@
|
|||
if os == "linux" and not debug: [PASS, FAIL]
|
||||
|
||||
[:boundary="command-buffer";readOp="storage-read";readContext="render-pass-encoder";writeOp="t2b-copy";writeContext="command-encoder"]
|
||||
expected:
|
||||
if os == "linux" and not debug: [PASS, FAIL]
|
||||
|
||||
[:boundary="dispatch";readOp="input-indirect-dispatch";readContext="compute-pass-encoder";writeOp="storage";writeContext="compute-pass-encoder"]
|
||||
|
||||
|
@ -46887,9 +46893,6 @@
|
|||
|
||||
|
||||
[cts.https.html?q=webgpu:api,validation,queue,submit:command_buffer,duplicate_buffers:*]
|
||||
[:]
|
||||
expected:
|
||||
if os == "linux" and not debug: FAIL
|
||||
|
||||
|
||||
[cts.https.html?q=webgpu:api,validation,queue,submit:command_buffer,invalid_submit_invalidates:*]
|
||||
|
@ -46899,9 +46902,6 @@
|
|||
|
||||
|
||||
[cts.https.html?q=webgpu:api,validation,queue,submit:command_buffer,submit_invalidates:*]
|
||||
[:]
|
||||
expected:
|
||||
if os == "linux" and not debug: FAIL
|
||||
|
||||
|
||||
[cts.https.html?q=webgpu:api,validation,queue,writeBuffer:buffer,device_mismatch:*]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue