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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user