mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 02:48:06 +02:00
zink+turnip/ci: Add failures uncovered by new autotune
These failures turned out to be triggered by the new autotune causing rendering mode transitions (such as GMEM -> SYSMEM) which led to a new set of failures to be uncovered. They tend to work as expected under either GMEM or SYSMEM being forced for all RPs but the specific transitions caused by the autotuner leads them to fail. Signed-off-by: Dhruv Mark Collins <mark@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37802>
This commit is contained in:
parent
152b9c8db3
commit
77835f6c21
4 changed files with 19 additions and 0 deletions
|
|
@ -503,3 +503,11 @@ angle-dEQP-GLES2.functional.shaders.algorithm.rgb_to_hsl_vertex,Fail
|
|||
# ../src/freedreno/vulkan/tu_image.cc:512: VkResult tu_image_update_layout(struct tu_device *, struct tu_image *, uint64_t, const VkSubresourceLayout *) [CHIP = A6XX]: assertion "!image->force_linear_tile" failed
|
||||
ahb-dEQP-VK.api.external.memory.android_hardware_buffer.ahb_format_properties.image_formats.r8g8b8a8_unorm,Crash
|
||||
ahb-dEQP-VK.api.external.memory.android_hardware_buffer.ahb_format_properties_2.image_formats.r8g8b8a8_unorm,Crash
|
||||
|
||||
# Early-fragment multisample autotune regressions
|
||||
dEQP-VK.fragment_operations.early_fragment.sample_count_early_fragment_tests_depth_alpha_to_coverage_samples_2_maintenance5,Fail
|
||||
dEQP-VK.fragment_operations.early_fragment.sample_count_early_fragment_tests_depth_alpha_to_coverage_samples_4_maintenance5,Fail
|
||||
dEQP-VK.fragment_operations.early_fragment.sample_count_early_fragment_tests_depth_samples_2,Fail
|
||||
dEQP-VK.fragment_operations.early_fragment.sample_count_early_fragment_tests_depth_samples_2_maintenance5,Fail
|
||||
dEQP-VK.fragment_operations.early_fragment.sample_count_early_fragment_tests_depth_samples_4,Fail
|
||||
dEQP-VK.fragment_operations.early_fragment.sample_count_early_fragment_tests_depth_samples_4_maintenance5,Fail
|
||||
|
|
|
|||
|
|
@ -131,3 +131,6 @@ vkd3d-test_stress_fallback_render_target_allocation_device,Fail
|
|||
|
||||
vkd3d-test_sparse_depth_stencil_rendering,Fail
|
||||
vkd3d-test_clear_render_target_view_extreme_values,Fail
|
||||
|
||||
# Autotune regression
|
||||
vkd3d-test_multisample_resolve_formats,Fail
|
||||
|
|
|
|||
|
|
@ -19,6 +19,10 @@ dEQP-GLES3.functional.fbo.blit.rect.nearest_consistency_out_of_bounds_min_revers
|
|||
dEQP-GLES3.functional.fbo.blit.rect.nearest_consistency_out_of_bounds_min_reverse_src_y,Fail
|
||||
dEQP-GLES3.functional.fbo.blit.rect.nearest_consistency_out_of_bounds_mag,Fail
|
||||
|
||||
# Autotune regression
|
||||
dEQP-GLES3.functional.multisample.fbo_4_samples.stencil,Fail
|
||||
dEQP-GLES3.functional.multisample.fbo_max_samples.stencil,Fail
|
||||
|
||||
# EGL
|
||||
# Usual Zink failures
|
||||
wayland-dEQP-EGL.functional.resize.surface_size.grow,Fail
|
||||
|
|
|
|||
|
|
@ -14,6 +14,10 @@ dEQP-GLES3.functional.fbo.blit.rect.nearest_consistency_out_of_bounds_min_revers
|
|||
dEQP-GLES3.functional.fbo.blit.rect.nearest_consistency_out_of_bounds_min_reverse_src_x,Fail
|
||||
dEQP-GLES3.functional.fbo.blit.rect.nearest_consistency_out_of_bounds_min_reverse_src_y,Fail
|
||||
|
||||
# Autotune regression
|
||||
dEQP-GLES3.functional.multisample.fbo_4_samples.stencil,Fail
|
||||
dEQP-GLES3.functional.multisample.fbo_max_samples.stencil,Fail
|
||||
|
||||
GTF-GL46.gtf30.GL3Tests.sgis_texture_lod.sgis_texture_lod_basic_lod_selection,Fail
|
||||
|
||||
KHR-Single-GL46.arrays_of_arrays_gl.SubroutineFunctionCalls2,Crash
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue