Re: [Mesa-dev] [PATCH 09/17] glsl_symbol_table: add interface block namespaces

2013-04-22 Thread Kenneth Graunke
On 04/22/2013 08:15 AM, Jordan Justen wrote: On Sun, Apr 21, 2013 at 12:30 PM, Kenneth Graunke wrote: On 04/19/2013 12:35 PM, Jordan Justen wrote: For interface blocks, there are three separate namespaces for uniform, input and output blocks. http://knowyourmeme.com/photos/2109 There are?

Re: [Mesa-dev] [PATCH 09/17] glsl_symbol_table: add interface block namespaces

2013-04-22 Thread Jordan Justen
On Sun, Apr 21, 2013 at 12:30 PM, Kenneth Graunke wrote: > On 04/19/2013 12:35 PM, Jordan Justen wrote: >> >> For interface blocks, there are three separate namespaces for >> uniform, input and output blocks. > > > http://knowyourmeme.com/photos/2109 > > There are? > > Similarly, for your next pat

Re: [Mesa-dev] [PATCH 09/17] glsl_symbol_table: add interface block namespaces

2013-04-21 Thread Kenneth Graunke
On 04/19/2013 12:35 PM, Jordan Justen wrote: For interface blocks, there are three separate namespaces for uniform, input and output blocks. http://knowyourmeme.com/photos/2109 There are? Similarly, for your next patch: "Uniform/interface blocks are a separate namespace from types." They are

[Mesa-dev] [PATCH 09/17] glsl_symbol_table: add interface block namespaces

2013-04-19 Thread Jordan Justen
For interface blocks, there are three separate namespaces for uniform, input and output blocks. Signed-off-by: Jordan Justen --- src/glsl/glsl_symbol_table.cpp | 84 ++-- src/glsl/glsl_symbol_table.h |4 ++ 2 files changed, 85 insertions(+), 3 deletion