Re: [Mesa-dev] [PATCH 03/24] glsl: Add support for linking uniform arrays of arrays

2015-09-22 Thread Samuel Iglesias Gonsálvez
Reviewed-by: Samuel Iglesias Gonsálvez On 17/09/15 09:02, Timothy Arceri wrote: > V2: Handle arrays of arrays in the same way structures are handled > > The ARB_arrays_of_arrays spec doesn't give very many details on how > AoA uniforms are intended to be implemented. However in the > ARB_program

[Mesa-dev] [PATCH 03/24] glsl: Add support for linking uniform arrays of arrays

2015-09-17 Thread Timothy Arceri
V2: Handle arrays of arrays in the same way structures are handled The ARB_arrays_of_arrays spec doesn't give very many details on how AoA uniforms are intended to be implemented. However in the ARB_program_interface_query spec there are details that show AoA are intended to be handled in a simila