Zink: Add NVK to the non driver_workarounds.implicit_sync list

This workarround is causing `VK_ERROR_DEVICE_LOST` to NVK when running
glmark2. And as NVK is part of mesa, it doesn't need the hand-holding
from Zink.

cc: mesa-stable

Signed-off-by: Igor Torrente <igor.torrente@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33142>
This commit is contained in:
Igor Torrente 2025-01-21 13:09:57 -03:00 committed by Marge Bot
parent e9f4458c37
commit fcb4412e9a

View file

@ -2757,6 +2757,7 @@ init_driver_workarounds(struct zink_screen *screen)
case VK_DRIVER_ID_MESA_TURNIP:
case VK_DRIVER_ID_MESA_V3DV:
case VK_DRIVER_ID_MESA_PANVK:
case VK_DRIVER_ID_MESA_NVK:
screen->driver_workarounds.implicit_sync = false;
break;
default: