mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-31 04:50:34 +01:00
iris: Fix iris_flush_and_dirty_history to actually dirty history.
When I split iris_flush_and_dirty_history into two helper functions,
I accidentally made it stop dirtying. Which was...sort of the point.
Fixes: 21688a306b iris: Split iris_flush_and_dirty_for_history into two helpers.
This commit is contained in:
parent
5e501ffeb2
commit
64fb20ed32
1 changed files with 2 additions and 0 deletions
|
|
@ -1576,6 +1576,8 @@ iris_flush_and_dirty_for_history(struct iris_context *ice,
|
|||
flush |= PIPE_CONTROL_RENDER_TARGET_FLUSH;
|
||||
|
||||
iris_emit_pipe_control_flush(batch, reason, flush);
|
||||
|
||||
iris_dirty_for_history(ice, res);
|
||||
}
|
||||
|
||||
bool
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue