Re: [Mesa-dev] [PATCH] Fix assertion which fails for unsigned array indices.

2014-09-03 Thread Brian Paul
On 08/30/2014 12:30 PM, tiffany wrote: According to the GLSL 1.40 spec, section 5.7 Structure and Array Operations: "Array elements are accessed using an expression whose type is int or uint." --- src/glsl/lower_variable_index_to_cond_assign.cpp | 2 +- 1 file changed, 1 insertion(+), 1 delet

[Mesa-dev] [PATCH] Fix assertion which fails for unsigned array indices.

2014-08-30 Thread tiffany
According to the GLSL 1.40 spec, section 5.7 Structure and Array Operations: "Array elements are accessed using an expression whose type is int or uint." --- src/glsl/lower_variable_index_to_cond_assign.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/glsl/lower_variabl