mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 20:50:09 +01:00
zink: disable EXT_primitives_generated_query on turnip
this is broken Acked-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16861>
This commit is contained in:
parent
9683de9bc4
commit
8575080990
1 changed files with 3 additions and 0 deletions
|
|
@ -2070,6 +2070,9 @@ init_driver_workarounds(struct zink_screen *screen)
|
|||
if (screen->info.driver_props.driverID == VK_DRIVER_ID_AMD_PROPRIETARY)
|
||||
/* this completely breaks xfb somehow */
|
||||
screen->info.have_EXT_extended_dynamic_state2 = false;
|
||||
/* #6602 */
|
||||
if (screen->info.driver_props.driverID == VK_DRIVER_ID_MESA_TURNIP)
|
||||
screen->info.have_EXT_primitives_generated_query = false;
|
||||
}
|
||||
|
||||
static struct zink_screen *
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue