zink: GLSL 450

Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8989>
This commit is contained in:
Mike Blumenkrantz
2020-08-18 17:14:54 -04:00
parent c2e67f679c
commit 989731bbe2
2 changed files with 208 additions and 184 deletions
+1 -1
View File
@@ -276,7 +276,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 440;
return 450;
case PIPE_CAP_COMPUTE:
return 1;