mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
webgpu: Update to wgpu 0.20 (#32173)
* Update wgpu to 0.20 * good expectations * Throw TypeError in configure on unsupported format instead of panic * Expect * `into_command_buffer_id`,`into_command_encoder_id`
This commit is contained in:
parent
5298ccb0eb
commit
c4f8599404
21 changed files with 1552 additions and 852 deletions
File diff suppressed because it is too large
Load diff
|
@ -1,2 +1,6 @@
|
|||
[canvas_clear.https.html]
|
||||
expected: CRASH
|
||||
expected:
|
||||
if os == "win": CRASH
|
||||
if os == "linux" and debug: CRASH
|
||||
if os == "linux" and not debug: TIMEOUT
|
||||
if os == "mac": CRASH
|
||||
|
|
|
@ -1,2 +1,6 @@
|
|||
[canvas_colorspace_rgba16float.https.html]
|
||||
expected: CRASH
|
||||
expected:
|
||||
if os == "win": CRASH
|
||||
if os == "linux" and debug: CRASH
|
||||
if os == "linux" and not debug: TIMEOUT
|
||||
if os == "mac": CRASH
|
||||
|
|
|
@ -1,2 +1,6 @@
|
|||
[canvas_complex_rgba16float_copy.https.html]
|
||||
expected: CRASH
|
||||
expected:
|
||||
if os == "win": CRASH
|
||||
if os == "linux" and debug: CRASH
|
||||
if os == "linux" and not debug: TIMEOUT
|
||||
if os == "mac": CRASH
|
||||
|
|
|
@ -1,2 +1,6 @@
|
|||
[canvas_complex_rgba16float_draw.https.html]
|
||||
expected: CRASH
|
||||
expected:
|
||||
if os == "win": CRASH
|
||||
if os == "linux" and debug: CRASH
|
||||
if os == "linux" and not debug: TIMEOUT
|
||||
if os == "mac": CRASH
|
||||
|
|
|
@ -1,2 +1,6 @@
|
|||
[canvas_complex_rgba16float_store.https.html]
|
||||
expected: CRASH
|
||||
expected:
|
||||
if os == "win": CRASH
|
||||
if os == "linux" and debug: CRASH
|
||||
if os == "linux" and not debug: TIMEOUT
|
||||
if os == "mac": CRASH
|
||||
|
|
|
@ -1,2 +1,6 @@
|
|||
[canvas_composite_alpha_rgba16float_opaque_copy.https.html]
|
||||
expected: CRASH
|
||||
expected:
|
||||
if os == "win": CRASH
|
||||
if os == "linux" and debug: CRASH
|
||||
if os == "linux" and not debug: TIMEOUT
|
||||
if os == "mac": CRASH
|
||||
|
|
|
@ -1,2 +1,6 @@
|
|||
[canvas_composite_alpha_rgba16float_opaque_draw.https.html]
|
||||
expected: CRASH
|
||||
expected:
|
||||
if os == "win": CRASH
|
||||
if os == "linux" and debug: CRASH
|
||||
if os == "linux" and not debug: TIMEOUT
|
||||
if os == "mac": CRASH
|
||||
|
|
|
@ -1,2 +1,6 @@
|
|||
[canvas_composite_alpha_rgba16float_premultiplied_copy.https.html]
|
||||
expected: CRASH
|
||||
expected:
|
||||
if os == "win": CRASH
|
||||
if os == "linux" and debug: CRASH
|
||||
if os == "linux" and not debug: TIMEOUT
|
||||
if os == "mac": CRASH
|
||||
|
|
|
@ -1,2 +1,6 @@
|
|||
[canvas_composite_alpha_rgba16float_premultiplied_draw.https.html]
|
||||
expected: CRASH
|
||||
expected:
|
||||
if os == "win": CRASH
|
||||
if os == "linux" and debug: CRASH
|
||||
if os == "linux" and not debug: TIMEOUT
|
||||
if os == "mac": CRASH
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue