gk110/ir: emit texbar the same way that the blob does
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Ben Skeggs <bskeggs@redhat.com> Cc: "10.2" <mesa-stable@lists.freedesktop.org>
This commit is contained in:
parent
b6956aef74
commit
73eec47ef8
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue