zink: remove the workaround for depth_clip_enable on turnip
authorHyunjun Ko <zzoon@igalia.com>
Mon, 27 Jun 2022 08:06:34 +0000 (17:06 +0900)
committerMarge Bot <emma+marge@anholt.net>
Thu, 30 Jun 2022 01:08:17 +0000 (01:08 +0000)
Signed-off-by: Hyunjun Ko <zzoon@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17248>

src/gallium/drivers/zink/zink_screen.c

index 1dfd22a..9f18309 100644 (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;
    }
 }