mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
ci: uprev vkd3d
A new group of descriptor aliasing tests was added; let's run these in CI :)
7e829e8836...041cfa7558
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35180>
This commit is contained in:
parent
738b95a35e
commit
f12f2bcae1
3 changed files with 11 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ set -ex
|
|||
|
||||
uncollapsed_section_start vkd3d-proton "Building vkd3d-proton"
|
||||
|
||||
VKD3D_PROTON_COMMIT="7e829e88364f9429596b14d0c0ea0205e1337edc"
|
||||
VKD3D_PROTON_COMMIT="041cfa75580090c6b30af2f2721015d15493f14b"
|
||||
|
||||
VKD3D_PROTON_DST_DIR="/vkd3d-proton-tests"
|
||||
VKD3D_PROTON_SRC_DIR="/vkd3d-proton-src"
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ variables:
|
|||
DEBIAN_TEST_ANDROID_TAG: "20250524-angle-ec"
|
||||
DEBIAN_TEST_GL_TAG: "20250526-piglit-c32"
|
||||
DEBIAN_TEST_VIDEO_TAG: "20250503-fluster"
|
||||
DEBIAN_TEST_VK_TAG: "20250526-piglit-c32"
|
||||
DEBIAN_TEST_VK_TAG: "20250527-vkd3d"
|
||||
|
||||
ALPINE_X86_64_BUILD_TAG: "20250423-rootfs"
|
||||
ALPINE_X86_64_LAVA_SSH_TAG: "20250423-rootfs"
|
||||
|
|
|
|||
|
|
@ -18,3 +18,12 @@ test_sample_instructions,Fail
|
|||
test_sampler_rounding,Fail
|
||||
test_update_tile_mappings,Fail
|
||||
test_view_min_lod,Fail
|
||||
|
||||
test_rwtex1d_array_reinterpretation_dxil,Fail
|
||||
test_rwtex1d_array_reinterpretation_sm51,Fail
|
||||
test_rwtex2d_array_reinterpretation_dxil,Fail
|
||||
test_rwtex2d_array_reinterpretation_sm51,Fail
|
||||
test_tex1d_array_reinterpretation_dxil,Fail
|
||||
test_tex1d_array_reinterpretation_sm51,Fail
|
||||
test_tex2d_array_reinterpretation_dxil,Fail
|
||||
test_tex2d_array_reinterpretation_sm51,Fail
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue