mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-01 14:00:16 +01:00
zink: remove radv cwrite driver workaround
seems good fixes #6185 Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15695>
This commit is contained in:
parent
9632e6eefa
commit
33c800bf91
2 changed files with 0 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 *
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue