Re: [Mesa-dev] [PATCH] nvc0: add support for TGSI FMA ops

2016-03-09 Thread Samuel Pitoiset
Reviewed-by: Samuel Pitoiset On 03/09/2016 07:06 AM, Ilia Mirkin wrote: This will allow the nouveau backend to not try and split up ops that are fused in GLSL. Signed-off-by: Ilia Mirkin --- src/gallium/drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp | 5 + src/gallium/drivers/nouveau/nv

[Mesa-dev] [PATCH] nvc0: add support for TGSI FMA ops

2016-03-08 Thread Ilia Mirkin
This will allow the nouveau backend to not try and split up ops that are fused in GLSL. Signed-off-by: Ilia Mirkin --- src/gallium/drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp | 5 + src/gallium/drivers/nouveau/nvc0/nvc0_screen.c| 3 ++- 2 files changed, 7 insertions(+), 1 delet