Re: [Mesa-dev] [PATCH 2/2] gk110/ir: add emission for (a OP b) OP c

2016-04-26 Thread Samuel Pitoiset
On 04/26/2016 07:19 PM, Ilia Mirkin wrote: Presumably this should also be CC'd to stable? I don't know when we'd emit something like that, but presumably it can happen. Well, it's only used by the lowering pass for surfaces, so I'm not sure if it's really required to backport it because surf

Re: [Mesa-dev] [PATCH 2/2] gk110/ir: add emission for (a OP b) OP c

2016-04-26 Thread Ilia Mirkin
Presumably this should also be CC'd to stable? I don't know when we'd emit something like that, but presumably it can happen. Does the GM107 emitter handle this case? In any case, this series is Reviewed-by: Ilia Mirkin On Tue, Apr 26, 2016 at 1:11 PM, Samuel Pitoiset wrote: > This is pretty

[Mesa-dev] [PATCH 2/2] gk110/ir: add emission for (a OP b) OP c

2016-04-26 Thread Samuel Pitoiset
This is pretty similar to NVC0 except that offsets have changed. Signed-off-by: Samuel Pitoiset --- .../drivers/nouveau/codegen/nv50_ir_emit_gk110.cpp | 26 ++ 1 file changed, 26 insertions(+) diff --git a/src/gallium/drivers/nouveau/codegen/nv50_ir_emit_gk110.cpp b/src/gal