Mesa (master): zink: expose GLSL 1.30

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jun 16 09:26:22 UTC 2020


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

Author: Erik Faye-Lund <erik.faye-lund at collabora.com>
Date:   Mon Feb  3 17:41:46 2020 +0100

zink: expose GLSL 1.30

Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz at gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5479>

---

 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 fee0765bdfd..6928cdaf7db 100644
--- a/src/gallium/drivers/zink/zink_screen.c
+++ b/src/gallium/drivers/zink/zink_screen.c
@@ -165,7 +165,7 @@ zink_get_param(struct pipe_screen *pscreen, enum pipe_cap param)
 
    case PIPE_CAP_GLSL_FEATURE_LEVEL:
    case PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITY:
-      return 120;
+      return 130;
 
 #if 0 /* TODO: Enable me */
    case PIPE_CAP_COMPUTE:



More information about the mesa-commit mailing list