zink: bump GLSL to 3.30

somehow all these tests Just Pass™

Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7190>
This commit is contained in:
Mike Blumenkrantz 2020-07-10 15:02:24 -04:00
parent 44baddf1fe
commit 80c66642cc
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,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 150;
return 330;
#if 0 /* TODO: Enable me */
case PIPE_CAP_COMPUTE: