Re: [Mesa-dev] [PATCH] llvmpipe: fix fogcoord writing

2012-02-06 Thread Jose Fonseca
Looks good in principle. Just a few remarks inline on form. - Original Message - > From: Dave Airlie > > this fixes the fogcoord related piglit tests, like I fixed them in > softpipe. > > Signed-off-by: Dave Airlie > --- > src/gallium/auxiliary/draw/draw_llvm.c | 21

[Mesa-dev] [PATCH] llvmpipe: fix fogcoord writing

2012-02-04 Thread Dave Airlie
From: Dave Airlie this fixes the fogcoord related piglit tests, like I fixed them in softpipe. Signed-off-by: Dave Airlie --- src/gallium/auxiliary/draw/draw_llvm.c | 21 +++-- 1 files changed, 19 insertions(+), 2 deletions(-) diff --git a/src/gallium/auxiliary/draw/draw_llv