Re: [Mesa-dev] [PATCH] glsl: make linker error message more informative

2015-08-12 Thread Ilia Mirkin
Please change those to be %u, all those are GLuint's. With that fixed, Reviewed-by: Ilia Mirkin On Wed, Aug 12, 2015 at 3:03 AM, Timothy Arceri wrote: > --- > src/glsl/linker.cpp | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/src/glsl/linker.cpp b/src/glsl/linker

[Mesa-dev] [PATCH] glsl: make linker error message more informative

2015-08-12 Thread Timothy Arceri
--- src/glsl/linker.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/glsl/linker.cpp b/src/glsl/linker.cpp index d7efea5..e18754a 100644 --- a/src/glsl/linker.cpp +++ b/src/glsl/linker.cpp @@ -2880,8 +2880,9 @@ check_image_resources(struct gl_context *ctx, struct g