mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
i965: Add an invalidation of live intervals after register splitting.
No effect, since it was called before live intervals were calculated.
This commit is contained in:
parent
65c41d55a0
commit
7c7df146b5
1 changed files with 1 additions and 0 deletions
|
|
@ -2671,6 +2671,7 @@ fs_visitor::split_virtual_grfs()
|
|||
}
|
||||
}
|
||||
}
|
||||
this->live_intervals_valid = false;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue