zink: enable renderpass optimizing on lavapipe

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21340>
This commit is contained in:
Mike Blumenkrantz 2023-02-15 11:12:42 -05:00 committed by Marge Bot
parent 5f3f415770
commit 4b5b5bb73c

View file

@ -2521,8 +2521,7 @@ init_driver_workarounds(struct zink_screen *screen)
/* these drivers benefit from renderpass optimization */
switch (screen->info.driver_props.driverID) {
//* llvmpipe is broken: #7489
// case VK_DRIVER_ID_MESA_LLVMPIPE:
case VK_DRIVER_ID_MESA_LLVMPIPE:
case VK_DRIVER_ID_MESA_TURNIP:
case VK_DRIVER_ID_MESA_PANVK:
case VK_DRIVER_ID_MESA_VENUS: