Re: [Mesa-dev] [PATCH 3/6] glsl: return the number of uniform blocks in error message

2015-09-28 Thread Samuel Iglesias Gonsálvez
On 27/09/15 23:05, Timothy Arceri wrote: > On Fri, 2015-09-25 at 10:24 +0200, Samuel Iglesias Gonsalvez wrote: >> Signed-off-by: Samuel Iglesias Gonsalvez > > Maybe change the commit message to something like: > > glsl: use correct number of uniform blocks in error

Re: [Mesa-dev] [PATCH 3/6] glsl: return the number of uniform blocks in error message

2015-09-27 Thread Timothy Arceri
On Fri, 2015-09-25 at 10:24 +0200, Samuel Iglesias Gonsalvez wrote: > Signed-off-by: Samuel Iglesias Gonsalvez Maybe change the commit message to something like: glsl: use correct number of uniform blocks in error message Otherwise: Reviewed-by: Timothy Arceri

[Mesa-dev] [PATCH 3/6] glsl: return the number of uniform blocks in error message

2015-09-25 Thread Samuel Iglesias Gonsalvez
Signed-off-by: Samuel Iglesias Gonsalvez --- src/glsl/linker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/glsl/linker.cpp b/src/glsl/linker.cpp index d6a62bf..be04f5b 100644 --- a/src/glsl/linker.cpp +++ b/src/glsl/linker.cpp @@ -2836,7