zink: remove ANV depth clip control workaround

this was fixed a while ago and I forgot

Acked-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16861>
This commit is contained in:
Mike Blumenkrantz 2022-06-03 16:39:07 -04:00 committed by Marge Bot
parent 06859ba69c
commit 9683de9bc4

View file

@ -2070,10 +2070,6 @@ init_driver_workarounds(struct zink_screen *screen)
if (screen->info.driver_props.driverID == VK_DRIVER_ID_AMD_PROPRIETARY) if (screen->info.driver_props.driverID == VK_DRIVER_ID_AMD_PROPRIETARY)
/* this completely breaks xfb somehow */ /* this completely breaks xfb somehow */
screen->info.have_EXT_extended_dynamic_state2 = false; screen->info.have_EXT_extended_dynamic_state2 = false;
if (screen->info.driver_props.driverID == VK_DRIVER_ID_INTEL_OPEN_SOURCE_MESA) {
/* #6186 */
screen->driver_workarounds.depth_clip_control_missing = true;
}
} }
static struct zink_screen * static struct zink_screen *