[Mesa-dev] [PATCH v2 1/5] nv50/ir: add preliminary support for OP_XMAD

2018-07-18 Thread Rhys Perry
Signed-off-by: Rhys Perry --- src/gallium/drivers/nouveau/codegen/nv50_ir.h | 23 ++ .../drivers/nouveau/codegen/nv50_ir_peephole.cpp | 17 ++-- .../drivers/nouveau/codegen/nv50_ir_print.cpp | 18 + .../drivers/nouveau/codegen/nv50_ir_ta

Re: [Mesa-dev] [PATCH v2 1/5] nv50/ir: add preliminary support for OP_XMAD

2018-07-18 Thread Karol Herbst
uint16_t On Wed, Jul 18, 2018 at 7:05 PM, Rhys Perry wrote: > Signed-off-by: Rhys Perry > --- > src/gallium/drivers/nouveau/codegen/nv50_ir.h | 23 > ++ > .../drivers/nouveau/codegen/nv50_ir_peephole.cpp | 17 ++-- > .../drivers/nouveau/codegen/nv50_ir_pr