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:
Kenneth Graunke 2019-06-19 23:08:25 -05:00
parent 5e501ffeb2
commit 64fb20ed32

View file

@ -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