Re: [Mesa-dev] [PATCH 5/5] nvc0: add support for VOTE tgsi opcodes

2016-06-06 Thread Samuel Pitoiset
Not surprising that code emission for VOTE was not totally correct because it was first attempt in that area and it was just impossible to test. Assuming that now this thing is correct, this patch is: Reviewed-by: Samuel Pitoiset On 05/29/2016 08:01 PM, Ilia Mirkin wrote: Signed-off-by: Ili

[Mesa-dev] [PATCH 5/5] nvc0: add support for VOTE tgsi opcodes

2016-05-29 Thread Ilia Mirkin
Signed-off-by: Ilia Mirkin --- .../drivers/nouveau/codegen/nv50_ir_emit_gk110.cpp | 23 ++ .../drivers/nouveau/codegen/nv50_ir_emit_gm107.cpp | 27 +- .../drivers/nouveau/codegen/nv50_ir_emit_nvc0.cpp | 23 ++ .../drivers/nouveau/codegen/nv50_i