Re: [Mesa-dev] [PATCH] r600g: fixup AR handling (v3)

2012-01-18 Thread Vadim Girlin
On Wed, 2012-01-18 at 21:49 +, Dave Airlie wrote: > From: Dave Airlie > > So it appears R600s (except rv670) do AR handling different using a different > opcode. This patch fixes up r600g to work properly on r600. > > This fixes ~100 piglit tests here (in GLSL1.30 mode) on rv610. > > v3: ad

[Mesa-dev] [PATCH] r600g: fixup AR handling (v3)

2012-01-18 Thread Dave Airlie
From: Dave Airlie So it appears R600s (except rv670) do AR handling different using a different opcode. This patch fixes up r600g to work properly on r600. This fixes ~100 piglit tests here (in GLSL1.30 mode) on rv610. v3: add index_mode as per the docs. This still fails any dst relative tests