Re: [Mesa-dev] [PATCH 12/19] glsl: Generalize processing of variable redeclarations.

2013-10-08 Thread Paul Berry
On 5 October 2013 12:25, Kenneth Graunke wrote: > On 10/02/2013 05:45 PM, Paul Berry wrote: > > This patch modifies the get_variable_being_redeclared() function so > > that it no longer relies on the ast_declaration for the variable being > > redeclared. In future patches, this will allow > > ge

Re: [Mesa-dev] [PATCH 12/19] glsl: Generalize processing of variable redeclarations.

2013-10-05 Thread Kenneth Graunke
On 10/02/2013 05:45 PM, Paul Berry wrote: > This patch modifies the get_variable_being_redeclared() function so > that it no longer relies on the ast_declaration for the variable being > redeclared. In future patches, this will allow > get_variable_being_redeclared() to be used for processing > re

[Mesa-dev] [PATCH 12/19] glsl: Generalize processing of variable redeclarations.

2013-10-02 Thread Paul Berry
This patch modifies the get_variable_being_redeclared() function so that it no longer relies on the ast_declaration for the variable being redeclared. In future patches, this will allow get_variable_being_redeclared() to be used for processing redeclarations of the built-in gl_PerVertex interface