On Wed, Jun 6, 2018 at 4:11 AM, Kenneth Graunke wrote:
> On Monday, June 4, 2018 2:33:59 PM PDT zhaowei yuan wrote:
>> GLSL ES 1.0.17 specifies that "double" is a keyword reserved
>>
>> Signed-off-by: zhaowei yuan
>> ---
>> src/compiler/glsl/glsl_lexer.ll | 2 +-
>> 1 file changed, 1 insertion(+
On Monday, June 4, 2018 2:33:59 PM PDT zhaowei yuan wrote:
> GLSL ES 1.0.17 specifies that "double" is a keyword reserved
>
> Signed-off-by: zhaowei yuan
> ---
> src/compiler/glsl/glsl_lexer.ll | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/compiler/glsl/glsl_lexer
Reviewed-by: Ian Romanick
On 06/04/2018 02:33 PM, zhaowei yuan wrote:
> GLSL ES 1.0.17 specifies that "double" is a keyword reserved
>
> Signed-off-by: zhaowei yuan
> ---
> src/compiler/glsl/glsl_lexer.ll | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/compiler/gl
GLSL ES 1.0.17 specifies that "double" is a keyword reserved
Signed-off-by: zhaowei yuan
---
src/compiler/glsl/glsl_lexer.ll | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/compiler/glsl/glsl_lexer.ll b/src/compiler/glsl/glsl_lexer.ll
index b7cf100..de6dc64 100644
--- a/s