Re: [Piglit] [PATCH] arb_shader_storage_buffer_object: test unsized vs implicit arrays.

2017-02-15 Thread Chema Casanova
These piglit tests have been helpful to find a crash regression with SSBOs unsized arrays at Mesa. It is a pity they stayed so much time on the list. Reviewed-by: Jose Maria Casanova Crespo On 25/05/16 at 05:31, Dave Airlie wrote: > From: Dave Airlie > > This tests the difference between an uns

[Piglit] [PATCH] arb_shader_storage_buffer_object: test unsized vs implicit arrays.

2016-05-24 Thread Dave Airlie
From: Dave Airlie This tests the difference between an unsized and an implicitly sized array This removes a compiler test as this will be a linker error now. The rules are you can have a [] array as long as the shader later implicitly sizes it. Signed-off-by: Dave Airlie --- .../unsized-arra