Re: [Mesa-dev] [PATCH 2/2] r600g: Fix instruction group merge when there are predicated insts.

2012-08-02 Thread Tom Stellard
On Wed, Aug 1, 2012 at 4:52 PM, Vincent Lejeune wrote: > --- > src/gallium/drivers/r600/r600_asm.c | 18 ++ > 1 file changed, 18 insertions(+) > > diff --git a/src/gallium/drivers/r600/r600_asm.c > b/src/gallium/drivers/r600/r600_asm.c > index 0f28824..b0194bf 100644 > --- a/src/

[Mesa-dev] [PATCH 2/2] r600g: Fix instruction group merge when there are predicated insts.

2012-08-01 Thread Vincent Lejeune
--- src/gallium/drivers/r600/r600_asm.c | 18 ++ 1 file changed, 18 insertions(+) diff --git a/src/gallium/drivers/r600/r600_asm.c b/src/gallium/drivers/r600/r600_asm.c index 0f28824..b0194bf 100644 --- a/src/gallium/drivers/r600/r600_asm.c +++ b/src/gallium/drivers/r600/r600_asm