zink: disable always zs feedback loop on radv

this shouldn't have been enabled

Fixes: 56fb258064 ("zink: replace mixed_zs with zs feedback loops")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22946>
This commit is contained in:
Mike Blumenkrantz 2023-05-10 10:49:14 -04:00 committed by Marge Bot
parent b2d636b275
commit 9af6f25741

View file

@ -2511,7 +2511,6 @@ init_driver_workarounds(struct zink_screen *screen)
}
/* these drivers don't use VK_PIPELINE_CREATE_DEPTH_STENCIL_ATTACHMENT_FEEDBACK_LOOP_BIT_EXT, so it can always be set */
switch (screen->info.driver_props.driverID) {
case VK_DRIVER_ID_MESA_RADV:
case VK_DRIVER_ID_MESA_LLVMPIPE:
case VK_DRIVER_ID_MESA_VENUS:
case VK_DRIVER_ID_NVIDIA_PROPRIETARY: