mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 08:50:09 +01:00
r600/sfn: Fix keepalive patch
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7142>
This commit is contained in:
parent
86254134b3
commit
d79d20d398
1 changed files with 2 additions and 1 deletions
|
|
@ -388,7 +388,8 @@ temp_comp_access::temp_comp_access():
|
|||
void temp_comp_access::record_read(int line, prog_scope *scope)
|
||||
{
|
||||
last_read_scope = scope;
|
||||
last_read = line;
|
||||
if (last_read < line)
|
||||
last_read = line;
|
||||
|
||||
if (first_read > line) {
|
||||
first_read = line;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue