Re: [Mesa-dev] [PATCH 13/17] glsl linker: remove interface block instance names

2013-05-01 Thread Kenneth Graunke
On 04/19/2013 12:35 PM, Jordan Justen wrote: Convert interface blocks with instance names into flat interface blocks without an instance name. Signed-off-by: Jordan Justen --- src/glsl/Makefile.sources |1 + src/glsl/ir_optimization.h|1 + src/glsl/li

Re: [Mesa-dev] [PATCH 13/17] glsl linker: remove interface block instance names

2013-05-01 Thread Kenneth Graunke
On 04/19/2013 12:35 PM, Jordan Justen wrote: Convert interface blocks with instance names into flat interface blocks without an instance name. Signed-off-by: Jordan Justen --- src/glsl/Makefile.sources |1 + src/glsl/ir_optimization.h|1 + src/glsl/li

[Mesa-dev] [PATCH 13/17] glsl linker: remove interface block instance names

2013-04-19 Thread Jordan Justen
Convert interface blocks with instance names into flat interface blocks without an instance name. Signed-off-by: Jordan Justen --- src/glsl/Makefile.sources |1 + src/glsl/ir_optimization.h|1 + src/glsl/linker.cpp |6 + src/glsl/