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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user