diff --git a/src/gallium/drivers/zink/ci/zink-radv-fails.txt b/src/gallium/drivers/zink/ci/zink-radv-fails.txt index 864215ac151..528d4582d02 100644 --- a/src/gallium/drivers/zink/ci/zink-radv-fails.txt +++ b/src/gallium/drivers/zink/ci/zink-radv-fails.txt @@ -239,7 +239,6 @@ KHR-GL46.packed_depth_stencil.blit.depth24_stencil8,Fail KHR-GL46.packed_depth_stencil.blit.depth32f_stencil8,Fail KHR-GL46.packed_depth_stencil.clear_buffer.depth24_stencil8,Fail KHR-GL46.packed_depth_stencil.clear_buffer.depth32f_stencil8,Fail -KHR-GL46.pipeline_statistics_query_tests_ARB.functional_primitives_vertices_submitted_and_clipping_input_output_primitives,Fail KHR-GL46.shader_ballot_tests.ShaderBallotFunctionRead,Fail KHR-GL46.shader_image_load_store.basic-allTargets-atomicCS,Fail KHR-GL46.shader_image_load_store.basic-allTargets-atomicGS,Fail @@ -354,7 +353,6 @@ spec@arb_gpu_shader_int64@execution@conversion@vert-conversion-explicit-vec3-u64 spec@arb_gpu_shader_int64@execution@conversion@vert-conversion-explicit-vec4-u64vec4,Fail spec@arb_gpu_shader_int64@execution@fs-ishl-then-ishr,Fail spec@arb_gpu_shader_int64@execution@fs-ishl-then-ishr-loop,Fail -spec@arb_pipeline_statistics_query@arb_pipeline_statistics_query-frag,Fail spec@arb_point_parameters@arb_point_parameters-point-attenuation@Aliased combinations,Fail spec@arb_point_parameters@arb_point_parameters-point-attenuation@Antialiased combinations,Fail spec@arb_point_parameters@arb_point_parameters-point-attenuation,Fail diff --git a/src/gallium/drivers/zink/zink_screen.c b/src/gallium/drivers/zink/zink_screen.c index 765a14b86ea..ebfbd62ef66 100644 --- a/src/gallium/drivers/zink/zink_screen.c +++ b/src/gallium/drivers/zink/zink_screen.c @@ -2089,9 +2089,6 @@ init_driver_workarounds(struct zink_screen *screen) /* #6186 */ screen->driver_workarounds.depth_clip_control_missing = true; } - /* #6185 */ - if (screen->info.driver_props.driverID == VK_DRIVER_ID_MESA_RADV) - screen->driver_workarounds.color_write_missing = true; } static struct zink_screen *