From f12f2bcae100a4eb7c0c1c785ec6950b729ddad0 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Tue, 27 May 2025 14:13:32 +0200 Subject: [PATCH] ci: uprev vkd3d A new group of descriptor aliasing tests was added; let's run these in CI :) https://github.com/HansKristian-Work/vkd3d-proton/compare/7e829e88364f9429596b14d0c0ea0205e1337edc...041cfa75580090c6b30af2f2721015d15493f14b Part-of: --- .gitlab-ci/container/build-vkd3d-proton.sh | 2 +- .gitlab-ci/image-tags.yml | 2 +- src/gallium/frontends/lavapipe/ci/lvp-vkd3d-fails.txt | 9 +++++++++ 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci/container/build-vkd3d-proton.sh b/.gitlab-ci/container/build-vkd3d-proton.sh index c32d7e0c185..60c0e110198 100644 --- a/.gitlab-ci/container/build-vkd3d-proton.sh +++ b/.gitlab-ci/container/build-vkd3d-proton.sh @@ -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" diff --git a/.gitlab-ci/image-tags.yml b/.gitlab-ci/image-tags.yml index 8cf5b88d72e..c37328f4672 100644 --- a/.gitlab-ci/image-tags.yml +++ b/.gitlab-ci/image-tags.yml @@ -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" diff --git a/src/gallium/frontends/lavapipe/ci/lvp-vkd3d-fails.txt b/src/gallium/frontends/lavapipe/ci/lvp-vkd3d-fails.txt index c8a67350989..911a691f412 100644 --- a/src/gallium/frontends/lavapipe/ci/lvp-vkd3d-fails.txt +++ b/src/gallium/frontends/lavapipe/ci/lvp-vkd3d-fails.txt @@ -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