glsl: recognize GLSL 4.60

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
This commit is contained in:
Samuel Pitoiset
2017-08-01 12:26:29 +02:00
parent 185ef06fd2
commit 1f4ceb8be1
3 changed files with 5 additions and 3 deletions

View File

@@ -354,7 +354,7 @@ struct _mesa_glsl_parse_state {
unsigned ver;
uint8_t gl_ver;
bool es;
} supported_versions[16];
} supported_versions[17];
bool es_shader;
bool compat_shader;