Re: [Mesa-dev] [PATCH] glsl: Take sampler2DRect and sampler2DRectShadow as reserved

2018-07-09 Thread Eric Anholt
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

Re: [Mesa-dev] [PATCH] glsl: Take sampler2DRect and sampler2DRectShadow as reserved

2018-06-22 Thread Eric Anholt
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

[Mesa-dev] [PATCH] glsl: Take sampler2DRect and sampler2DRectShadow as reserved

2018-06-13 Thread zhaowei yuan
"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/