mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 21:50:11 +01:00
ci: backport fix for gl_PointSize bug in CTS
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29076>
This commit is contained in:
parent
cbe2630f19
commit
a30e6b9afc
4 changed files with 6 additions and 6 deletions
|
|
@ -33,6 +33,9 @@ vk_cts_commits_to_backport=(
|
|||
|
||||
# Remove "unused shader stages" tests
|
||||
7dac86c6bbd15dec91d7d9a98cd6dd57c11092a7
|
||||
|
||||
# Emit point size from "many indirect draws" test
|
||||
771e56d1c4d03e073ddb7f1200ad6d57e0a0c979
|
||||
)
|
||||
|
||||
# shellcheck disable=SC2034
|
||||
|
|
|
|||
|
|
@ -26,8 +26,8 @@ variables:
|
|||
|
||||
DEBIAN_X86_64_TEST_ANDROID_TAG: "20240423-deqp"
|
||||
DEBIAN_X86_64_TEST_GL_TAG: "20240428-piglit-7a"
|
||||
DEBIAN_X86_64_TEST_VK_TAG: "20240428-piglit-7a"
|
||||
KERNEL_ROOTFS_TAG: "20240503-mold"
|
||||
DEBIAN_X86_64_TEST_VK_TAG: "20240506-pointsize"
|
||||
KERNEL_ROOTFS_TAG: "20240506-pointsize"
|
||||
|
||||
ALPINE_X86_64_BUILD_TAG: "20240412-pycparser"
|
||||
ALPINE_X86_64_LAVA_SSH_TAG: "20240401-wlproto"
|
||||
|
|
|
|||
|
|
@ -589,5 +589,3 @@ spec@arb_texture_barrier@arb_texture_barrier-blending-in-shader 512 42 8 8 8,Fai
|
|||
|
||||
# This seems to be a Vulkan Loader issue. Can be fixed by compiling the loader from the Github repo.
|
||||
dEQP-VK.api.get_device_proc_addr.non_enabled,Fail
|
||||
# This is a bug in CTS: https://gitlab.khronos.org/Tracker/vk-gl-cts/-/issues/5096
|
||||
dEQP-VK.api.command_buffers.many_indirect_draws_on_secondary,Fail
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@ dEQP-VK.query_pool.performance_query.query_compute,Fail
|
|||
dEQP-VK.query_pool.performance_query.query_compute_copy,Fail
|
||||
dEQP-VK.query_pool.performance_query.query_graphic,Fail
|
||||
dEQP-VK.query_pool.performance_query.query_graphic_copy,Fail
|
||||
|
||||
# This seems to be a Vulkan Loader issue. Can be fixed by compiling the loader from the Github repo.
|
||||
dEQP-VK.api.get_device_proc_addr.non_enabled,Fail
|
||||
# This is a bug in CTS: https://gitlab.khronos.org/Tracker/vk-gl-cts/-/issues/5096
|
||||
dEQP-VK.api.command_buffers.many_indirect_draws_on_secondary,Fail
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue