Re: [Mesa-dev] [PATCH] compiler/glsl: invalidate float suffixes for glsl 1.10

2016-03-28 Thread Timothy Arceri
On Sat, 2016-03-26 at 10:03 -0400, Lars Hamre wrote: > Invalidates float suffixes for glsl 1.10 > > Fixes the following piglit tests: > tests/spec/glsl-1.10/compiler/literals/invalid-float-suffix-capital- > f.vert > tests/spec/glsl-1.10/compiler/literals/invalid-float-suffix-f.vert` > > Signed-of

[Mesa-dev] [PATCH] compiler/glsl: invalidate float suffixes for glsl 1.10

2016-03-26 Thread Lars Hamre
Invalidates float suffixes for glsl 1.10 Fixes the following piglit tests: tests/spec/glsl-1.10/compiler/literals/invalid-float-suffix-capital-f.vert tests/spec/glsl-1.10/compiler/literals/invalid-float-suffix-f.vert` Signed-off-by: Lars Hamre --- src/compiler/glsl/glsl_lexer.ll | 13 +