Re: [Mesa-dev] [PATCH] r600g: use load_ar checks with llvm output.

2012-11-16 Thread Tom Stellard
On Tue, Nov 06, 2012 at 04:18:06PM +0100, Vincent Lejeune wrote: > --- Reviewed-by: Tom Stellard I've tested this with my indirect-addressing branch and it works. Go ahead and push. > src/gallium/drivers/r600/r600_shader.c | 6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/src/gal

[Mesa-dev] [PATCH] r600g: use load_ar checks with llvm output.

2012-11-06 Thread Vincent Lejeune
--- src/gallium/drivers/r600/r600_shader.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/src/gallium/drivers/r600/r600_shader.c b/src/gallium/drivers/r600/r600_shader.c index 4634c30..1dc0cc2 100644 --- a/src/gallium/drivers/r600/r600_shader.c +++ b/src/gallium/drivers/r600/r600_shade