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

Author: Mike Blumenkrantz <[email protected]>
Date:   Wed Jul 29 20:34:41 2020 -0400

zink: GLSL 4.00

Reviewed-by: Erik Faye-Lund <[email protected]>
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:

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

Reply via email to