Re: [Mesa-dev] [PATCH] glsl: make *sampler2DMSArray available in ESSL 3.20

2016-04-04 Thread Matt Turner
Reviewed-by: Matt Turner ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [PATCH] glsl: make *sampler2DMSArray available in ESSL 3.20

2016-04-02 Thread Ilia Mirkin
Also avoid double-adding the *sampler2DMS types when the array ext is enabled. Signed-off-by: Ilia Mirkin --- src/compiler/glsl/builtin_types.cpp | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/compiler/glsl/builtin_types.cpp b/src/compiler/glsl/builtin_type