Mesa (main): zink: remove the workaround for depth_clip_enable on turnip

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Jun 30 01:31:21 UTC 2022


Module: Mesa
Branch: main
Commit: 6d145df51f74b8a3fc79e07b6b5e21495a99d1df
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6d145df51f74b8a3fc79e07b6b5e21495a99d1df

Author: Hyunjun Ko <zzoon at igalia.com>
Date:   Mon Jun 27 17:06:34 2022 +0900

zink: remove the workaround for depth_clip_enable on turnip

Signed-off-by: Hyunjun Ko <zzoon at igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17248>

---

 src/gallium/drivers/zink/zink_screen.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/gallium/drivers/zink/zink_screen.c b/src/gallium/drivers/zink/zink_screen.c
index 1dfd22acb49..9f183090c32 100644
--- a/src/gallium/drivers/zink/zink_screen.c
+++ b/src/gallium/drivers/zink/zink_screen.c
@@ -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;
    }
 }
 



More information about the mesa-commit mailing list