On Sat, Jun 7, 2014 at 5:43 AM, Ilia Mirkin <[email protected]> wrote: > Signed-off-by: Ilia Mirkin <[email protected]> > Cc: "10.2" <[email protected]> For the series:
Reviewed-by: Ben Skeggs <[email protected]> > --- > src/gallium/drivers/nouveau/codegen/nv50_ir_emit_gk110.cpp | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/gallium/drivers/nouveau/codegen/nv50_ir_emit_gk110.cpp > b/src/gallium/drivers/nouveau/codegen/nv50_ir_emit_gk110.cpp > index b8d0d3e..d566c99 100644 > --- a/src/gallium/drivers/nouveau/codegen/nv50_ir_emit_gk110.cpp > +++ b/src/gallium/drivers/nouveau/codegen/nv50_ir_emit_gk110.cpp > @@ -967,7 +967,7 @@ void CodeEmitterGK110::emitSELP(const Instruction *i) > > void CodeEmitterGK110::emitTEXBAR(const Instruction *i) > { > - code[0] = 0x00000002 | (i->subOp << 23); > + code[0] = 0x0000003e | (i->subOp << 23); > code[1] = 0x77000000; > > emitPredicate(i); > -- > 1.8.5.5 > > _______________________________________________ > Nouveau mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/nouveau _______________________________________________ Nouveau mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/nouveau
