Re: [Mesa-dev] [PATCH 1/7] linker: Make linker_error_printf set LinkStatus to false
For the series (assuming you make the change Eric suggested to 7/7): Reviewed-by: Kenneth Graunke ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev
[Mesa-dev] [PATCH 1/7] linker: Make linker_error_printf set LinkStatus to false
From: Ian Romanick Remove the other places that set LinkStatus to false since they all immediately follow a call to linker_error_printf. --- src/glsl/linker.cpp |8 ++-- 1 files changed, 2 insertions(+), 6 deletions(-) diff --git a/src/glsl/linker.cpp b/src/glsl/linker.cpp index fe570b6