Re: [Mesa-dev] [PATCH 3/3] r600g: tgsi-to-llvm generates interpolation intrinsics

2012-09-18 Thread Tom Stellard
On Tue, Sep 18, 2012 at 03:59:28PM +0200, Vincent Lejeune wrote: I took a quick look at this and it seems OK to me, but I'm not really familiar with the interpolation code, so it might be helpful to have someone else look at it too. You should make sure to test for regressions with an without the

[Mesa-dev] [PATCH 3/3] r600g: tgsi-to-llvm generates interpolation intrinsics

2012-09-18 Thread Vincent Lejeune
--- src/gallium/drivers/r600/r600_llvm.c | 102 +++-- src/gallium/drivers/r600/r600_shader.c | 191 +++ src/gallium/drivers/r600/r600_shader.h | 38 ++ src/gallium/drivers/radeon/radeon_llvm.h | 7 ++ 4 files changed, 232 insertions(+), 106 de