Re: [Mesa-dev] [PATCH V6 01/27] glsl: Add support for linking uniform arrays of arrays

2015-10-06 Thread Ian Romanick
On 09/28/2015 07:42 PM, Timothy Arceri wrote: > V3: Fix setting of data.location for struct AoA UBO members > > 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.

[Mesa-dev] [PATCH V6 01/27] glsl: Add support for linking uniform arrays of arrays

2015-09-28 Thread Timothy Arceri
V3: Fix setting of data.location for struct AoA UBO members 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