[Mesa-dev] [PATCH] glsl: fix linker error message context for frag shader output.

2011-11-22 Thread Dave Airlie
From: Dave Airlie airl...@redhat.com A later error prints this properly, fix this case to do the same. Signed-off-by: Dave Airlie airl...@redhat.com --- src/glsl/linker.cpp |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/glsl/linker.cpp b/src/glsl/linker.cpp

Re: [Mesa-dev] [PATCH] glsl: fix linker error message context for frag shader output.

2011-11-22 Thread Ian Romanick
On 11/22/2011 11:57 AM, Dave Airlie wrote: From: Dave Airlieairl...@redhat.com A later error prints this properly, fix this case to do the same. Signed-off-by: Dave Airlieairl...@redhat.com Other than the one additional change suggested below, Reviewed-by: Ian Romanick