Re: [Mesa-dev] [PATCH 2/3] r600g: force bank_swizzle if already set

2012-10-22 Thread Tom Stellard
On Fri, Oct 19, 2012 at 11:19:33PM +0200, Vincent Lejeune wrote: > --- > src/gallium/drivers/r600/r700_asm.c | 2 ++ > 1 file changed, 2 insertions(+) > We should also make this change to r600_bytecode_alu_read() in r600_asm.c With that fix: Reviewed-by: Tom Stellard > diff --git a/src/galliu

[Mesa-dev] [PATCH 2/3] r600g: force bank_swizzle if already set

2012-10-19 Thread Vincent Lejeune
--- src/gallium/drivers/r600/r700_asm.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gallium/drivers/r600/r700_asm.c b/src/gallium/drivers/r600/r700_asm.c index 818933a..47b4f91 100644 --- a/src/gallium/drivers/r600/r700_asm.c +++ b/src/gallium/drivers/r600/r700_asm.c @@ -92,6 +92,8