Re: [Mesa-dev] [PATCH] nv50/ir: restore OP_SELP to be a regular instruction

2016-02-21 Thread Ilia Mirkin
Reviewed-by: Ilia Mirkin Thanks for taking care of it! On Sun, Feb 21, 2016 at 1:40 PM, Samuel Pitoiset wrote: > Actually OP_SELP doesn't need to be a compare instruction. Instead we > just need to set the NOT modifier when building the instruction. > While we are at it, fix the dst register ty

[Mesa-dev] [PATCH] nv50/ir: restore OP_SELP to be a regular instruction

2016-02-21 Thread Samuel Pitoiset
Actually OP_SELP doesn't need to be a compare instruction. Instead we just need to set the NOT modifier when building the instruction. While we are at it, fix the dst register type and use a GPR. Suggested by Ilia Mirkin. Signed-off-by: Samuel Pitoiset --- src/gallium/drivers/nouveau/codegen/nv