Re: [Mesa-dev] [PATCH] glsl: fix interface block error message

2016-01-18 Thread Ilia Mirkin
Reviewed-by: Ilia Mirkin On Mon, Jan 18, 2016 at 10:41 PM, Timothy Arceri wrote: > Print the stream value not the pointer to the expression, > also use the unsigned format specifier. > > Cc: 11.1 > --- > src/glsl/ast_to_hir.cpp | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff -

[Mesa-dev] [PATCH] glsl: fix interface block error message

2016-01-18 Thread Timothy Arceri
Print the stream value not the pointer to the expression, also use the unsigned format specifier. Cc: 11.1 --- src/glsl/ast_to_hir.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/glsl/ast_to_hir.cpp b/src/glsl/ast_to_hir.cpp index 38b2fef..d03cbcc 100644 --- a/src/gls