mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 02:38:04 +02:00
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:
parent
b6f23f4144
commit
6872adda26
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue