mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 10:50:10 +01:00
zink: enable renderpass optimizing on lavapipe
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21340>
This commit is contained in:
parent
5f3f415770
commit
4b5b5bb73c
1 changed files with 1 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue