Re: [Mesa-dev] [PATCH 1/8] glsl: Move is_array_or_matrix outside visitor class

2011-07-21 Thread Kenneth Graunke
On 07/18/2011 02:15 PM, Ian Romanick wrote: > From: Ian Romanick > > There's no reason for it to be there, and another class that may not > have access to the visitor will need it soon. > --- > src/glsl/lower_variable_index_to_cond_assign.cpp | 11 ++- > 1 files changed, 6 insertions(+

[Mesa-dev] [PATCH 1/8] glsl: Move is_array_or_matrix outside visitor class

2011-07-18 Thread Ian Romanick
From: Ian Romanick There's no reason for it to be there, and another class that may not have access to the visitor will need it soon. --- src/glsl/lower_variable_index_to_cond_assign.cpp | 11 ++- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/glsl/lower_variable_in