mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
ci: uprev vkd3d-proton to 65b81403435576d882d9141ae3eb4a29373fba0e
For EXT DGC implementation. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31754>
This commit is contained in:
parent
bc0da4bdfc
commit
7cd7631554
5 changed files with 14 additions and 8 deletions
|
|
@ -6,7 +6,7 @@
|
|||
# KERNEL_ROOTFS_TAG
|
||||
set -ex
|
||||
|
||||
VKD3D_PROTON_COMMIT="3d46c082906c77544385d10801e4c0184f0385d9"
|
||||
VKD3D_PROTON_COMMIT="65b81403435576d882d9141ae3eb4a29373fba0e"
|
||||
|
||||
VKD3D_PROTON_DST_DIR="/vkd3d-proton-tests"
|
||||
VKD3D_PROTON_SRC_DIR="/vkd3d-proton-src"
|
||||
|
|
|
|||
|
|
@ -29,8 +29,8 @@ variables:
|
|||
|
||||
DEBIAN_TEST_ANDROID_TAG: "20241022-delete-mesa"
|
||||
DEBIAN_TEST_GL_TAG: "20241022-delete-mesa"
|
||||
DEBIAN_TEST_VK_TAG: "20241022-delete-mesa"
|
||||
KERNEL_ROOTFS_TAG: "20241022-delete-mesa"
|
||||
DEBIAN_TEST_VK_TAG: "20241022-vkd3d"
|
||||
KERNEL_ROOTFS_TAG: "20241022-vkd3d"
|
||||
|
||||
DEBIAN_PYUTILS_IMAGE: "debian/x86_64_pyutils"
|
||||
DEBIAN_PYUTILS_TAG: "20241002-pyutils"
|
||||
|
|
|
|||
|
|
@ -1 +1,4 @@
|
|||
test_vbv_stride_edge_cases,Fail
|
||||
|
||||
# vkd3d-proton bug (missing check for DGC ext)
|
||||
test_execute_indirect_state_vbo_offsets,Crash
|
||||
|
|
|
|||
|
|
@ -2,18 +2,18 @@ test_clear_depth_stencil_view,Fail
|
|||
test_copy_texture,Fail
|
||||
test_early_depth_stencil_tests,Fail
|
||||
test_index_buffer_edge_case_stream_output,Fail
|
||||
test_multisample_resolve,Fail
|
||||
test_multisample_resolve_strongly_typed,Fail
|
||||
test_primitive_restart,Fail
|
||||
test_primitive_restart_list_topology_stream_output,Fail
|
||||
test_query_pipeline_statistics,Fail
|
||||
test_sampler_rounding,Fail
|
||||
test_shader_instructions,Fail
|
||||
test_shader_sm66_quad_op_semantics,Fail
|
||||
test_suballocate_small_textures,Fail
|
||||
test_suballocate_small_textures_size,Fail
|
||||
test_vertex_id_dxbc,Fail
|
||||
test_vertex_id_dxil,Fail
|
||||
|
||||
# msm_dpu ae01000.display-controller: [drm:hangcheck_handler] *ERROR* 67.5.20.1: hangcheck detected gpu lockup rb 0!
|
||||
test_fence_wait_robustness,Crash
|
||||
|
||||
# vkd3d-proton bug (missing check for DGC ext)
|
||||
test_execute_indirect_state_vbo_offsets,Crash
|
||||
|
|
|
|||
|
|
@ -8,7 +8,10 @@ test_multisample_rendering,Crash
|
|||
test_uav_counter_null_behavior_dxbc,Crash
|
||||
test_uav_counter_null_behavior_dxil,Crash
|
||||
|
||||
test_suballocate_small_textures,Fail
|
||||
test_suballocate_small_textures_size,Fail
|
||||
test_sampler_feedback_implicit_lod,Fail
|
||||
test_sampler_feedback_implicit_lod_aniso,Fail
|
||||
|
||||
test_execute_indirect_multi_dispatch_root_constants,Crash
|
||||
test_execute_indirect_multi_dispatch_root_descriptors,Crash
|
||||
test_execute_indirect_state_predication,Crash
|
||||
test_execute_indirect_state_tier_11,Crash
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue