Re: [Mesa-dev] [PATCH] nvc0/ir: fix comments about instructions info

2016-09-17 Thread Ilia Mirkin
Acked-by: Ilia Mirkin I didn't double-check the bits, but those sound right, and the number of bits set now matches up to the number of instructions in the comments. On Tue, Sep 13, 2016 at 1:37 PM, Samuel Pitoiset wrote: > The comment for the commutative flags was wrong because OP_MUL is > bef

[Mesa-dev] [PATCH] nvc0/ir: fix comments about instructions info

2016-09-13 Thread Samuel Pitoiset
The comment for the commutative flags was wrong because OP_MUL is before OP_MAD. While we are at it add missing opcodes, and fix the comment about the short forms. Signed-off-by: Samuel Pitoiset --- src/gallium/drivers/nouveau/codegen/nv50_ir_target_nvc0.cpp | 5 +++-- 1 file changed, 3 insertio