Re: [Mesa-dev] [PATCH 1/2] nv50/ir: move POW lowering into BuildUtil

2017-06-24 Thread Pierre Moreau
Reviewed-by: Pierre Moreau On 09:28 pm - Jun 22 2017, Karol Herbst wrote: > It's the same for all supported chipsets. > > Signed-off-by: Karol Herbst > --- > .../drivers/nouveau/codegen/nv50_ir_build_util.cpp| 16 >

[Mesa-dev] [PATCH 1/2] nv50/ir: move POW lowering into BuildUtil

2017-06-22 Thread Karol Herbst
It's the same for all supported chipsets. Signed-off-by: Karol Herbst --- .../drivers/nouveau/codegen/nv50_ir_build_util.cpp| 16 .../drivers/nouveau/codegen/nv50_ir_build_util.h | 2 ++ .../drivers/nouveau/codegen/nv50_ir_lowering_nv50.cpp | 19