[Piglit] [PATCH] Add interface blocks that make sure unsized arrays are not allowed.

2013-06-08 Thread Kenneth Graunke
This is explicitly forbidden: Geometry shader input blocks [...]. All other input and output block arrays must specify an array size. The vertex and fragment shader tests pass on Mesa. The GS test has not been tested. Cc: Jordan Justen jljus...@gmail.com Signed-off-by: Kenneth Graunke

Re: [Piglit] [PATCH] Add interface blocks that make sure unsized arrays are not allowed.

2013-06-08 Thread Fabian Bieler
On Sat, Jun 8, 2013, at 08:28 AM, Kenneth Graunke wrote: This is explicitly forbidden: Geometry shader input blocks [...]. All other input and output block arrays must specify an array size. The vertex and fragment shader tests pass on Mesa. The GS test has not been tested. Cc: Jordan

Re: [Piglit] [PATCH] Add interface blocks that make sure unsized arrays are not allowed.

2013-06-08 Thread Kenneth Graunke
On 06/08/2013 03:21 AM, Fabian Bieler wrote: On Sat, Jun 8, 2013, at 08:28 AM, Kenneth Graunke wrote: This is explicitly forbidden: Geometry shader input blocks [...]. All other input and output block arrays must specify an array size. The vertex and fragment shader tests pass on Mesa. The