Re: [Mesa-dev] [PATCH 09/16] glsl: clean-up link uniform code

2015-07-21 Thread Timothy Arceri
On Tue, 2015-07-21 at 10:03 +0200, Samuel Iglesias Gonsálvez wrote: > On 18/07/15 03:25, Timothy Arceri wrote: > > --- > > src/glsl/link_uniforms.cpp | 16 ++-- > > 1 file changed, 6 insertions(+), 10 deletions(-) > > > > diff --git a/src/glsl/link_uniforms.cpp b/src/glsl/link_uniform

Re: [Mesa-dev] [PATCH 09/16] glsl: clean-up link uniform code

2015-07-21 Thread Samuel Iglesias Gonsálvez
On 18/07/15 03:25, Timothy Arceri wrote: > --- > src/glsl/link_uniforms.cpp | 16 ++-- > 1 file changed, 6 insertions(+), 10 deletions(-) > > diff --git a/src/glsl/link_uniforms.cpp b/src/glsl/link_uniforms.cpp > index 11ae06f..2d50b9b 100644 > --- a/src/glsl/link_uniforms.cpp > +++ b

[Mesa-dev] [PATCH 09/16] glsl: clean-up link uniform code

2015-07-17 Thread Timothy Arceri
--- src/glsl/link_uniforms.cpp | 16 ++-- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/src/glsl/link_uniforms.cpp b/src/glsl/link_uniforms.cpp index 11ae06f..2d50b9b 100644 --- a/src/glsl/link_uniforms.cpp +++ b/src/glsl/link_uniforms.cpp @@ -71,6 +71,7 @@ void progr