Skip to content
Snippets Groups Projects
Commit 679049bf authored by Connor Abbott's avatar Connor Abbott Committed by Dylan Baker
Browse files

tu: Fix sysmem depth attachment clear flushing

We can't invalidate CCU if there is any dirty data that hasn't been
flushed yet. In the case where we clear depth, we know that the depth
attachment itself isn't dirty but there may be dirty data from other
renderpasses. Therefore we need to flush before invalidating depth.

Fixes: 487aa807 ("tu: Rewrite flushing to use barriers")
Closes: #6987
Part-of: <mesa/mesa!17940>
(cherry picked from commit a7e64ab6)
parent c9d2f45b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment