Re: [Mesa-dev] [PATCH] nvc0/ir: emit VOTE instruction

2016-02-28 Thread Samuel Pitoiset
On 02/28/2016 06:00 PM, Ilia Mirkin wrote: Please add emitters for GK110 and GM107 as well if you want to do this. Yes, sorry this is the wrong patch... On Sun, Feb 28, 2016 at 11:50 AM, Samuel Pitoiset wrote: Signed-off-by: Samuel Pitoiset --- src/gallium/drivers/nouveau/codegen/nv50

Re: [Mesa-dev] [PATCH] nvc0/ir: emit VOTE instruction

2016-02-28 Thread Ilia Mirkin
Please add emitters for GK110 and GM107 as well if you want to do this. On Sun, Feb 28, 2016 at 11:50 AM, Samuel Pitoiset wrote: > Signed-off-by: Samuel Pitoiset > --- > src/gallium/drivers/nouveau/codegen/nv50_ir.h | 4 > .../drivers/nouveau/codegen/nv50_ir_emit_nvc0.cpp | 23 > ++

[Mesa-dev] [PATCH] nvc0/ir: emit VOTE instruction

2016-02-28 Thread Samuel Pitoiset
Signed-off-by: Samuel Pitoiset --- src/gallium/drivers/nouveau/codegen/nv50_ir.h | 4 .../drivers/nouveau/codegen/nv50_ir_emit_nvc0.cpp | 23 ++ .../drivers/nouveau/codegen/nv50_ir_print.cpp | 1 + .../drivers/nouveau/codegen/nv50_ir_target.cpp | 3 +++