zink: remove the workaround for depth_clip_enable on turnip

Signed-off-by: Hyunjun Ko <zzoon@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17248>
This commit is contained in:
Hyunjun Ko 2022-06-27 17:06:34 +09:00 committed by Marge Bot
parent f4b72fa26d
commit 6d145df51f

View file

@ -2089,8 +2089,6 @@ 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;
/* #6732 */
screen->info.have_EXT_depth_clip_enable = false;
}
}