mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 07:58:07 +02:00
vc4: Drop pointless raddr conflict handling on SF.
SF doesn't have a src[1].
This commit is contained in:
parent
04faeff28a
commit
be1fcd2cd3
1 changed files with 0 additions and 1 deletions
|
|
@ -377,7 +377,6 @@ vc4_generate_code(struct vc4_compile *c)
|
|||
break;
|
||||
|
||||
case QOP_SF:
|
||||
fixup_raddr_conflict(c, src[0], &src[1]);
|
||||
queue(c, qpu_a_MOV(qpu_ra(QPU_W_NOP), src[0]));
|
||||
*last_inst(c) |= QPU_SF;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue