[Piglit] [PATCH] arb_shader_image_load_store: fix location of storage qualifier

2016-01-20 Thread Timothy Arceri
In GLSL 1.50 layout qualifiers must come before the storage qualifier. A recent fix in Mesa exposed this issue. Cc: Ilia Mirkin --- tests/spec/arb_shader_image_load_store/grid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/spec/arb_shader_image_load_store/grid.c b/t

Re: [Piglit] [PATCH] arb_shader_image_load_store: fix location of storage qualifier

2016-01-20 Thread Francisco Jerez
Timothy Arceri writes: > In GLSL 1.50 layout qualifiers must come before the storage > qualifier. A recent fix in Mesa exposed this issue. > > Cc: Ilia Mirkin Reviewed-by: Francisco Jerez > --- > tests/spec/arb_shader_image_load_store/grid.c | 2 +- > 1 file changed, 1 insertion(+), 1 deleti