Re: [Mesa-dev] [PATCH 19/32] glsl: Handle instance array declarations

2013-01-24 Thread Kenneth Graunke
On 01/23/2013 07:53 PM, Paul Berry wrote: On 22 January 2013 00:52, Ian Romanick mailto:i...@freedesktop.org>> wrote: From: Ian Romanick mailto:ian.d.roman...@intel.com>> Signed-off-by: Ian Romanick mailto:ian.d.roman...@intel.com>> --- src/glsl/ast_to_hir.cpp | 17 +++

Re: [Mesa-dev] [PATCH 19/32] glsl: Handle instance array declarations

2013-01-23 Thread Paul Berry
On 22 January 2013 00:52, Ian Romanick wrote: > From: Ian Romanick > > Signed-off-by: Ian Romanick > --- > src/glsl/ast_to_hir.cpp | 17 ++--- > 1 file changed, 14 insertions(+), 3 deletions(-) > > diff --git a/src/glsl/ast_to_hir.cpp b/src/glsl/ast_to_hir.cpp > index d485bc8..c922

[Mesa-dev] [PATCH 19/32] glsl: Handle instance array declarations

2013-01-22 Thread Ian Romanick
From: Ian Romanick Signed-off-by: Ian Romanick --- src/glsl/ast_to_hir.cpp | 17 ++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/src/glsl/ast_to_hir.cpp b/src/glsl/ast_to_hir.cpp index d485bc8..c922a84 100644 --- a/src/glsl/ast_to_hir.cpp +++ b/src/glsl/ast_to_h