Re: [Mesa-dev] [PATCH] R600/SI: Handle VGPR64 destination in copyPhysReg().

2013-02-05 Thread Tom Stellard
On Tue, Feb 05, 2013 at 09:03:47PM +0100, Michel Dänzer wrote: > From: Michel Dänzer > > Allows nexuiz to run with radeonsi. > Nice! Reviewed-by: Tom Stellard > Signed-off-by: Michel Dänzer > --- > lib/Target/R600/SIInstrInfo.cpp | 10 +- > 1 file changed, 9 insertions(+), 1 delet

[Mesa-dev] [PATCH] R600/SI: Handle VGPR64 destination in copyPhysReg().

2013-02-05 Thread Michel Dänzer
From: Michel Dänzer Allows nexuiz to run with radeonsi. Signed-off-by: Michel Dänzer --- lib/Target/R600/SIInstrInfo.cpp | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/lib/Target/R600/SIInstrInfo.cpp b/lib/Target/R600/SIInstrInfo.cpp index 011ec50..2a6271c 1006