iris: Fix iris_flush_and_dirty_history to actually dirty history.
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 20 Jun 2019 04:08:25 +0000 (23:08 -0500)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 20 Jun 2019 18:32:15 +0000 (13:32 -0500)
commit64fb20ed326fa0e524582225faaa4bb28f6e4349
tree14206300f8a1a08acf2b0bdaab04418ba8cd5923
parent5e501ffeb245c3e2e4f93260495aaff960cd8876
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: 21688a306b2 iris: Split iris_flush_and_dirty_for_history into two helpers.
src/gallium/drivers/iris/iris_resource.c