Re: [Mesa-dev] [PATCH] R600: improve inputs/interpolation handling

2013-01-23 Thread Tom Stellard
On Wed, Jan 23, 2013 at 09:28:34PM +0100, Vincent Lejeune wrote: > From: Vadim Girlin > > Use one intrinsic for all sorts of interpolation. > Use two separate unexpanded instructions to represent INTERP_XY and _ZW - > this will allow to eliminate one part if it's not used. > Track liveness of spe

[Mesa-dev] [PATCH] R600: improve inputs/interpolation handling

2013-01-23 Thread Vincent Lejeune
From: Vadim Girlin Use one intrinsic for all sorts of interpolation. Use two separate unexpanded instructions to represent INTERP_XY and _ZW - this will allow to eliminate one part if it's not used. Track liveness of special interpolation regs instead of reserving them - this will allow to reuse

[Mesa-dev] [PATCH] R600: improve inputs/interpolation handling

2012-12-24 Thread Vadim Girlin
Use one intrinsic for all sorts of interpolation. Use two separate unexpanded instructions to represent INTERP_XY and _ZW - this will allow to eliminate one part if it's not used. Track liveness of special interpolation regs instead of reserving them - this will allow to reuse those regs, lowering