Mesa (main): zink: enable compat contexts

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Aug 17 22:00:19 UTC 2021


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

Author: Mike Blumenkrantz <michael.blumenkrantz at gmail.com>
Date:   Fri Feb 12 10:23:54 2021 -0500

zink: enable compat contexts

Reviewed-by: Dave Airlie <airlied at redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12423>

---

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

diff --git a/src/gallium/drivers/zink/zink_screen.c b/src/gallium/drivers/zink/zink_screen.c
index c6434fa5682..855e28271fe 100644
--- a/src/gallium/drivers/zink/zink_screen.c
+++ b/src/gallium/drivers/zink/zink_screen.c
@@ -479,7 +479,6 @@ zink_get_param(struct pipe_screen *pscreen, enum pipe_cap param)
      return screen->info.have_EXT_conditional_rendering;
 
    case PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITY:
-      return 130;
    case PIPE_CAP_GLSL_FEATURE_LEVEL:
       return 460;
 



More information about the mesa-commit mailing list