Roll third_party/webgpu-cts/ 5f05d6d5e..70091fdb8 (2 commits)
Update expectations and ts_sources
5f05d6d5e6..70091fdb8d
- 70091f Draw buffer validation test for unused and overlapped cases (#1475)
- cc8668 Revise ExternalTexture Video Test Expectations (#1471)
Created with './tools/run cts roll'
Change-Id: I9d46b7b6582301daaf1f74ddbc41f2ef3bb6b31f
Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/91848
Commit-Queue: Ben Clayton <bclayton@google.com>
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
parent
d7d55e4859
commit
1b69b8ad99
2
DEPS
2
DEPS
|
@ -155,7 +155,7 @@ deps = {
|
|||
|
||||
# WebGPU CTS - not used directly by Dawn, only transitively by Chromium.
|
||||
'third_party/webgpu-cts': {
|
||||
'url': '{chromium_git}/external/github.com/gpuweb/cts@5f05d6d5e625fe6f04903335473c5638ddf94514',
|
||||
'url': '{chromium_git}/external/github.com/gpuweb/cts@70091fdb8d3d037b8f2919eb63e5a2bf6444deb7',
|
||||
'condition': 'build_with_chromium',
|
||||
},
|
||||
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
Di-3d.png
|
||||
README.md
|
||||
red-green.bt2020.vp9.webm
|
||||
red-green.bt601.vp9.webm
|
||||
red-green.bt709.vp9.webm
|
||||
red-green.mp4
|
||||
red-green.theora.ogv
|
||||
red-green.webmvp8.webm
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
# tags: [ webgpu-adapter-default webgpu-adapter-swiftshader ]
|
||||
# END TAG HEADER
|
||||
|
||||
# Last rolled: 2022-05-25 03:06:08PM
|
||||
# Last rolled: 2022-05-27 04:16:48PM
|
||||
|
||||
################################################################################
|
||||
# webgpu:shader,execution,zero_init:compute,zero_init failures on intel-0x5912
|
||||
|
|
Loading…
Reference in New Issue