Re: [Mesa-dev] [PATCH 20/32] glsl: Recurs into uniform blocks just like uniform structures

2013-01-23 Thread Paul Berry
On 23 January 2013 11:45, Ian Romanick wrote: > On 01/23/2013 01:32 PM, Carl Worth wrote: > >> Ian Romanick writes: >> >>> From: Ian Romanick >>> >> >> Misspelled "recurse" as "recurs" above. >> > > That's what I thought, but my spell checker assured me that recurse is > wrong. I think you sh

Re: [Mesa-dev] [PATCH 20/32] glsl: Recurs into uniform blocks just like uniform structures

2013-01-23 Thread Ian Romanick
On 01/23/2013 01:32 PM, Carl Worth wrote: Ian Romanick writes: From: Ian Romanick Misspelled "recurse" as "recurs" above. That's what I thought, but my spell checker assured me that recurse is wrong. -Carl PS. While I'm here, the missing "why part" of the commit message here might sim

Re: [Mesa-dev] [PATCH 20/32] glsl: Recurs into uniform blocks just like uniform structures

2013-01-23 Thread Carl Worth
Ian Romanick writes: > From: Ian Romanick Misspelled "recurse" as "recurs" above. -Carl PS. While I'm here, the missing "why part" of the commit message here might simply be: The only difference is how to access the name. This is one of the cases where there's not really much rationa

[Mesa-dev] [PATCH 20/32] glsl: Recurs into uniform blocks just like uniform structures

2013-01-22 Thread Ian Romanick
From: Ian Romanick Signed-off-by: Ian Romanick --- src/glsl/link_uniforms.cpp | 24 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/src/glsl/link_uniforms.cpp b/src/glsl/link_uniforms.cpp index bb0cd60..57793ba 100644 --- a/src/glsl/link_uniforms.cpp +++