Re: [Mesa-dev] [PATCH] r600g/llvm: Undefines unrequired texture coord values

2013-05-02 Thread Tom Stellard
On Tue, Apr 30, 2013 at 03:59:43PM +0200, Vincent Lejeune wrote: > This is a port of "r600g:mask unused source components for SAMPLE" > patch from Vadim Girlin. Reviewed-by: Tom Stellard Can you wrap those long line before you commit. > --- > src/gallium/drivers/r600/r600_llvm.c | 25 ++

[Mesa-dev] [PATCH] r600g/llvm: Undefines unrequired texture coord values

2013-04-30 Thread Vincent Lejeune
This is a port of "r600g:mask unused source components for SAMPLE" patch from Vadim Girlin. --- src/gallium/drivers/r600/r600_llvm.c | 25 - 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/src/gallium/drivers/r600/r600_llvm.c b/src/gallium/drivers/r600/r600_l