Module: Mesa Branch: main Commit: 2e23d8c885e07612659b913ce7432378206413a2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2e23d8c885e07612659b913ce7432378206413a2
Author: Juston Li <[email protected]> Date: Thu Jul 13 13:29:42 2023 -0700 zink: remove venus from renderpass optimizations For venus, need to query the underlying driver. See https://gitlab.freedesktop.org/mesa/mesa/-/issues/9358 Remove venus for now as it is causing crashes on top of anv/radv. Signed-off-by: Juston Li <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24147> --- src/gallium/drivers/zink/zink_screen.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gallium/drivers/zink/zink_screen.c b/src/gallium/drivers/zink/zink_screen.c index 813c032a316..f894cab8df9 100644 --- a/src/gallium/drivers/zink/zink_screen.c +++ b/src/gallium/drivers/zink/zink_screen.c @@ -2585,7 +2585,6 @@ init_driver_workarounds(struct zink_screen *screen) case VK_DRIVER_ID_MESA_LLVMPIPE: case VK_DRIVER_ID_MESA_TURNIP: case VK_DRIVER_ID_MESA_PANVK: - case VK_DRIVER_ID_MESA_VENUS: case VK_DRIVER_ID_MESA_V3DV: case VK_DRIVER_ID_IMAGINATION_PROPRIETARY: case VK_DRIVER_ID_QUALCOMM_PROPRIETARY:
