Eric Anholt writes:
> [ Unknown signature status ]
> zhaowei yuan writes:
>
>> "sampler2DRect" and "sampler2DRectShadow" are specified as
>> reserved from GLSL 1.1 and GLSL ES 1.0
>>
>> Signed-off-by: zhaowei yuan
>> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=106906
>
> It looks lik
zhaowei yuan writes:
> "sampler2DRect" and "sampler2DRectShadow" are specified as
> reserved from GLSL 1.1 and GLSL ES 1.0
>
> Signed-off-by: zhaowei yuan
> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=106906
It looks like this:
Fixes: 34f7e761bc61 ("glsl/parser: Track built-in types
"sampler2DRect" and "sampler2DRectShadow" are specified as
reserved from GLSL 1.1 and GLSL ES 1.0
Signed-off-by: zhaowei yuan
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=106906
---
src/compiler/glsl/glsl_lexer.ll | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/