summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>2023-05-10 10:49:14 -0400
committerMarge Bot <emma+marge@anholt.net>2023-05-10 15:14:02 +0000
commit9af6f2574165bdba5eeea8179842723efcc6fae3 (patch)
tree5fed1d18befe5b27f9c0a3247ba36f01f11cd077
parentb2d636b275b058e8539b94bcb9f1217fe9dab918 (diff)
zink: disable always zs feedback loop on radv
this shouldn't have been enabled Fixes: 56fb2580642 ("zink: replace mixed_zs with zs feedback loops") Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22946>
-rw-r--r--src/gallium/drivers/zink/zink_screen.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/zink/zink_screen.c b/src/gallium/drivers/zink/zink_screen.c
index d19b82bb673..85ba61a1946 100644
--- a/src/gallium/drivers/zink/zink_screen.c
+++ b/src/gallium/drivers/zink/zink_screen.c
@@ -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: