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

2018-08-14 Thread Karol Herbst
okay, with that removed, patch is Reviewed-by: Karol Herbst On Fri, Aug 10, 2018 at 6:33 PM, Rhys Perry wrote: > I don't think so. > > On Wed, Aug 8, 2018 at 11:27 PM, Karol Herbst wrote: >> On Mon, Jul 23, 2018 at 12:40 PM, Rhys Perry >> wrote: >>> Signed-off-by: Rhys Perry >>> --- >>> src

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

2018-08-10 Thread Rhys Perry
I don't think so. On Wed, Aug 8, 2018 at 11:27 PM, Karol Herbst wrote: > On Mon, Jul 23, 2018 at 12:40 PM, Rhys Perry wrote: >> Signed-off-by: Rhys Perry >> --- >> src/gallium/drivers/nouveau/codegen/nv50_ir.h | 26 >> ++ >> .../drivers/nouveau/codegen/nv50_ir_peephol

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

2018-08-08 Thread Karol Herbst
On Mon, Jul 23, 2018 at 12:40 PM, Rhys Perry wrote: > Signed-off-by: Rhys Perry > --- > src/gallium/drivers/nouveau/codegen/nv50_ir.h | 26 > ++ > .../drivers/nouveau/codegen/nv50_ir_peephole.cpp | 18 +-- > .../drivers/nouveau/codegen/nv50_ir_print.cpp

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

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