Re: [Mesa-dev] [PATCH v5 05/34] nvir: add lowering helper

2018-02-20 Thread Pierre Moreau
With the variables “dt”, “st” and “std” renamed to match existing code, this patch is Reviewed-by: Pierre Moreau On 2018-02-20 — 22:02, Karol Herbst wrote: > this is mostly usefull for lazy IR converters not wanting to deal with 64 bit > lowering and other illegal stuff > > v5: also handle SAT

[Mesa-dev] [PATCH v5 05/34] nvir: add lowering helper

2018-02-20 Thread Karol Herbst
this is mostly usefull for lazy IR converters not wanting to deal with 64 bit lowering and other illegal stuff v5: also handle SAT Signed-off-by: Karol Herbst --- src/gallium/drivers/nouveau/Makefile.sources | 2 + .../nouveau/codegen/nv50_ir_lowering_helper.cpp| 267 +++