mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
zink: disable HIC without resizable BAR
this otherwise ooms the system Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24775>
This commit is contained in:
parent
f95134468a
commit
9ff5026100
1 changed files with 2 additions and 0 deletions
|
|
@ -2835,6 +2835,8 @@ init_driver_workarounds(struct zink_screen *screen)
|
|||
screen->driver_workarounds.disable_optimized_compile = true;
|
||||
break;
|
||||
}
|
||||
if (!screen->resizable_bar)
|
||||
screen->info.have_EXT_host_image_copy = false;
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue