Re: [Mesa-dev] [PATCH 07/32] glsl: Refactor out processing of structure fields

2013-01-24 Thread Chad Versace
On 01/23/2013 02:01 PM, Paul Berry wrote: > On 22 January 2013 00:51, Ian Romanick wrote: > >> From: Ian Romanick >> >> This will soon also be used for processing interface block fields. >> >> Signed-off-by: Ian Romanick >> --- >> src/glsl/ast_to_hir.cpp | 42 +-

Re: [Mesa-dev] [PATCH 07/32] glsl: Refactor out processing of structure fields

2013-01-23 Thread Paul Berry
On 22 January 2013 00:51, Ian Romanick wrote: > From: Ian Romanick > > This will soon also be used for processing interface block fields. > > Signed-off-by: Ian Romanick > --- > src/glsl/ast_to_hir.cpp | 42 +- > 1 file changed, 29 insertions(+), 13 dele

[Mesa-dev] [PATCH 07/32] glsl: Refactor out processing of structure fields

2013-01-22 Thread Ian Romanick
From: Ian Romanick This will soon also be used for processing interface block fields. Signed-off-by: Ian Romanick --- src/glsl/ast_to_hir.cpp | 42 +- 1 file changed, 29 insertions(+), 13 deletions(-) diff --git a/src/glsl/ast_to_hir.cpp b/src/glsl/ast_