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

Author: Erik Faye-Lund <[email protected]>
Date:   Mon Feb  3 17:41:46 2020 +0100

zink: expose GLSL 1.30

Reviewed-By: Mike Blumenkrantz <[email protected]>
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:

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to