Re: [Mesa-dev] [PATCH 1/4] glsl: add std430 layout support for AoA

2015-10-06 Thread Samuel Iglesias Gonsálvez
On 06/10/15 13:09, Timothy Arceri wrote: > On Tue, 2015-10-06 at 10:26 +0200, Samuel Iglesias Gonsalvez wrote: >> Signed-off-by: Samuel Iglesias Gonsalvez >> Cc: Timothy Arceri > > This patch is Reviewed-by: Timothy Arceri > > Feel free to push this before the rest of my patches land. > OK

Re: [Mesa-dev] [PATCH 1/4] glsl: add std430 layout support for AoA

2015-10-06 Thread Timothy Arceri
On Tue, 2015-10-06 at 10:26 +0200, Samuel Iglesias Gonsalvez wrote: > Signed-off-by: Samuel Iglesias Gonsalvez > Cc: Timothy Arceri This patch is Reviewed-by: Timothy Arceri Feel free to push this before the rest of my patches land. > --- > src/glsl/glsl_types.cpp | 12 +++- > 1 file