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>
(cherry picked from commit 9af6f25741)
This commit is contained in:
Mike Blumenkrantz 2023-05-10 10:49:14 -04:00 committed by Dylan Baker
parent fb60c63fb2
commit 13643adb51
2 changed files with 1 additions and 2 deletions

View file

@ -3854,7 +3854,7 @@
"description": "zink: disable always zs feedback loop on radv",
"nominated": true,
"nomination_type": 1,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": "56fb25806428506469982e35ee5076b981023c92",
"notes": null

View file

@ -2416,7 +2416,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: