Mesa (master): zink: GLSL 4.00

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jan 5 14:04:19 UTC 2021


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

Author: Mike Blumenkrantz <michael.blumenkrantz at gmail.com>
Date:   Wed Jul 29 20:34:41 2020 -0400

zink: GLSL 4.00

Reviewed-by: Erik Faye-Lund <erik.faye-lund at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8329>

---

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

diff --git a/src/gallium/drivers/zink/zink_screen.c b/src/gallium/drivers/zink/zink_screen.c
index 1aebd53744a..da392e54ed8 100644
--- a/src/gallium/drivers/zink/zink_screen.c
+++ b/src/gallium/drivers/zink/zink_screen.c
@@ -197,7 +197,7 @@ zink_get_param(struct pipe_screen *pscreen, enum pipe_cap param)
    case PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITY:
       return 130;
    case PIPE_CAP_GLSL_FEATURE_LEVEL:
-      return 330;
+      return 400;
 
 #if 0 /* TODO: Enable me */
    case PIPE_CAP_COMPUTE:



More information about the mesa-commit mailing list