mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 21:40:20 +01:00
v3d: Drop incorrect dependency for flpop.
It is just shifting probably-means-flags bits out of a value, it doesn't actually update the flags on its own.
This commit is contained in:
parent
a7c9fd7573
commit
39b1112189
1 changed files with 0 additions and 4 deletions
|
|
@ -359,10 +359,6 @@ calculate_deps(struct schedule_state *state, struct schedule_node *n)
|
|||
add_read_dep(state, state->last_sf, n);
|
||||
break;
|
||||
|
||||
case V3D_QPU_A_FLPOP:
|
||||
add_write_dep(state, &state->last_sf, n);
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue