zink: disable customBorderColorWithoutFormat on turnip

this should "just work" now

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17189>
This commit is contained in:
Mike Blumenkrantz 2022-06-21 12:59:51 -04:00 committed by Marge Bot
parent b6f23f4144
commit 6872adda26

View file

@ -2090,6 +2090,8 @@ init_driver_workarounds(struct zink_screen *screen)
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;
}
}