[Mesa-dev] [PATCH 4/5] nv50/ir: use suld.p on GM107+

2018-06-15 Thread Rhys Perry
Signed-off-by: Rhys Perry --- src/gallium/drivers/nouveau/codegen/nv50_ir.h | 4 +++ .../drivers/nouveau/codegen/nv50_ir_emit_gm107.cpp | 34 ++ .../nouveau/codegen/nv50_ir_lowering_nvc0.cpp | 3 -- .../drivers/nouveau/codegen/nv50_ir_print.cpp | 17 ++

Re: [Mesa-dev] [PATCH 4/5] nv50/ir: use suld.p on GM107+

2018-06-15 Thread Ilia Mirkin
On Fri, Jun 15, 2018 at 4:24 PM, Rhys Perry wrote: > Signed-off-by: Rhys Perry > --- > src/gallium/drivers/nouveau/codegen/nv50_ir.h | 4 +++ > .../drivers/nouveau/codegen/nv50_ir_emit_gm107.cpp | 34 > ++ > .../nouveau/codegen/nv50_ir_lowering_nvc0.cpp | 3 -- >

[Mesa-dev] [PATCH 4/5] nv50/ir: use suld.p on GM107+

2018-06-15 Thread Rhys Perry
Signed-off-by: Rhys Perry --- src/gallium/drivers/nouveau/codegen/nv50_ir.h | 4 +++ .../drivers/nouveau/codegen/nv50_ir_emit_gm107.cpp | 34 ++ .../nouveau/codegen/nv50_ir_lowering_nvc0.cpp | 3 -- .../drivers/nouveau/codegen/nv50_ir_peephole.cpp | 27 ++