Re: [Mesa-dev] [PATCH 18/25] glsl: disable interface block AoA

2015-08-21 Thread Timothy Arceri
On Thu, 2015-08-20 at 11:28 -0700, Ian Romanick wrote: > On 08/19/2015 09:37 PM, Timothy Arceri wrote: > > Desktop GL supports interface block AoA however AMD and Nvidia > > dont support it in their drivers curently so we can get away > > with disabling it for now. > > --- > > src/glsl/ast_to_hir.

Re: [Mesa-dev] [PATCH 18/25] glsl: disable interface block AoA

2015-08-20 Thread Ian Romanick
On 08/19/2015 09:37 PM, Timothy Arceri wrote: > Desktop GL supports interface block AoA however AMD and Nvidia > dont support it in their drivers curently so we can get away > with disabling it for now. > --- > src/glsl/ast_to_hir.cpp | 10 ++ > 1 file changed, 6 insertions(+), 4 deletions

[Mesa-dev] [PATCH 18/25] glsl: disable interface block AoA

2015-08-19 Thread Timothy Arceri
Desktop GL supports interface block AoA however AMD and Nvidia dont support it in their drivers curently so we can get away with disabling it for now. --- src/glsl/ast_to_hir.cpp | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/glsl/ast_to_hir.cpp b/src/glsl/ast_t