Re: [Mesa-dev] [RFC 12/24] nvc0/ir: fix constraints for OP_SUSTx on Kepler

2016-04-13 Thread Ilia Mirkin
Reviewed-by: Ilia Mirkin On Tue, Apr 12, 2016 at 7:57 PM, Samuel Pitoiset wrote: > Destination type is actually always 32-bits, so typeSizeof() returns 4 > and no sources are condensed. > > Signed-off-by: Samuel Pitoiset > --- > src/gallium/drivers/nouveau/codegen/nv50_ir_ra.cpp | 4 +++- > 1

[Mesa-dev] [RFC 12/24] nvc0/ir: fix constraints for OP_SUSTx on Kepler

2016-04-12 Thread Samuel Pitoiset
Destination type is actually always 32-bits, so typeSizeof() returns 4 and no sources are condensed. Signed-off-by: Samuel Pitoiset --- src/gallium/drivers/nouveau/codegen/nv50_ir_ra.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/gallium/drivers/nouveau/codegen/nv