Re: [Mesa-dev] [PATCH 1/2] radeonsi: Handle TGSI DIV opcode.

2012-08-02 Thread Tom Stellard
On Thu, Aug 02, 2012 at 05:37:02PM +0200, Michel Dänzer wrote: > From: Michel Dänzer > > Signed-off-by: Michel Dänzer Reviewed-by: Tom Stellard > --- > src/gallium/drivers/radeon/SIInstructions.td |5 + > 1 file changed, 5 insertions(+) > > diff --git a/src/gallium/drivers/radeon/SIIn

[Mesa-dev] [PATCH 1/2] radeonsi: Handle TGSI DIV opcode.

2012-08-02 Thread Michel Dänzer
From: Michel Dänzer Signed-off-by: Michel Dänzer --- src/gallium/drivers/radeon/SIInstructions.td |5 + 1 file changed, 5 insertions(+) diff --git a/src/gallium/drivers/radeon/SIInstructions.td b/src/gallium/drivers/radeon/SIInstructions.td index 94748b6..31b9e5e 100644 --- a/src/gall