glsl: Disable textureOffset(sampler2DArrayShadow, ...) in GLSL ES.
authorKenneth Graunke <kenneth@whitecape.org>
Sat, 15 Oct 2016 21:47:31 +0000 (14:47 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Sun, 16 Oct 2016 22:05:00 +0000 (15:05 -0700)
commitf30f48476fd2f441c7aaf001bd8456fe2d5432bf
tree09e475d46683cc5a6b2b442eaeb9028ad7b8887c
parent9baf4505fb31d3fbd2d18ca8b5e732079ef4af66
glsl: Disable textureOffset(sampler2DArrayShadow, ...) in GLSL ES.

This has apparently never existed in GLSL ES.

Fixes dEQP-GLES3.functional.shaders.texture_functions.invalid
.textureoffset_sampler2darrayshadow_vec4_ivec2_vertex and
.textureoffset_sampler2darrayshadow_vec4_ivec2_fragment

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=98244
Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
src/compiler/glsl/builtin_functions.cpp