[Mesa-dev] [PATCH 1/2] glsl: Generate an error for array-of-array declarations

Kenneth Graunke kenneth at whitecape.org
Fri Oct 28 13:13:58 PDT 2011


On 10/26/2011 02:46 PM, Ian Romanick wrote:
> From: Ian Romanick <ian.d.romanick at intel.com>
> 
> Other parts of the code already caught things like 'float x[4][2]'.
> However, nothing caught 'float [4] x[2]'.
> 
> Fixes piglit test array-multidimensional-new-syntax.vert.
> 
> Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>

For the series:
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>



More information about the mesa-dev mailing list