mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
iris: add tile cache flush to iris_copy_region
Add tile cache flush on iris_copy_region(). Temp workaround until more robust tracking system implemented. Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/5029 Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11935>
This commit is contained in:
parent
b0fba89cf6
commit
27534a49cf
1 changed files with 1 additions and 1 deletions
|
|
@ -779,7 +779,7 @@ iris_resource_copy_region(struct pipe_context *ctx,
|
|||
}
|
||||
|
||||
iris_flush_and_dirty_for_history(ice, batch, dst,
|
||||
PIPE_CONTROL_RENDER_TARGET_FLUSH,
|
||||
PIPE_CONTROL_RENDER_TARGET_FLUSH | PIPE_CONTROL_TILE_CACHE_FLUSH,
|
||||
"cache history: post copy_region");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue