From: Francisco Jerez Date: Sun, 16 Aug 2015 22:38:00 +0000 (+0300) Subject: glsl: Accept atomic_uint type in GLSL ES 3.1. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9d0bb6be097080e2568b7b6cc18f2bf800fed1b1;p=mesa.git glsl: Accept atomic_uint type in GLSL ES 3.1. Reviewed-by: Tapani Pälli --- diff --git a/src/glsl/builtin_types.cpp b/src/glsl/builtin_types.cpp index c777f6eca1d..9cf198fd127 100644 --- a/src/glsl/builtin_types.cpp +++ b/src/glsl/builtin_types.cpp @@ -253,7 +253,7 @@ const static struct builtin_type_versions { T(uimage2DMS, 420, 999) T(uimage2DMSArray, 420, 999) - T(atomic_uint, 420, 999) + T(atomic_uint, 420, 310) }; static const glsl_type *const deprecated_types[] = {