mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-02 18:10:17 +01:00
zink: re-enable EXT_primitives_generated_query for Turnip
https://gitlab.freedesktop.org/mesa/mesa/-/issues/6602 is resolved so the extension could be re-enabled. Signed-off-by: Danylo Piliaiev <dpiliaiev@igalia.com> Acked-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17163>
This commit is contained in:
parent
bf4c160909
commit
d9296dcbbf
1 changed files with 0 additions and 2 deletions
|
|
@ -2090,8 +2090,6 @@ init_driver_workarounds(struct zink_screen *screen)
|
|||
/* this completely breaks xfb somehow */
|
||||
screen->info.have_EXT_extended_dynamic_state2 = false;
|
||||
if (screen->info.driver_props.driverID == VK_DRIVER_ID_MESA_TURNIP) {
|
||||
/* #6602 */
|
||||
screen->info.have_EXT_primitives_generated_query = false;
|
||||
/* performance */
|
||||
screen->info.border_color_feats.customBorderColorWithoutFormat = VK_FALSE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue