Skip to content
Snippets Groups Projects
Forked from Mesa / mesa
55839 commits behind, 587 commits ahead of the upstream repository.
Lionel Landwerlin's avatar
Lionel Landwerlin authored
This fixes the test_resolve_non_issued_query_data vkd3d-proton test.

This change is required on TGL+ (maybe ICL?) because on all platforms
3D pipeline writes are not coherent with CS. On previous platform we
fixed this by flushing the render cache to make sure data is visble to
CS before it writes to memory. But on more recently platforms,
flushing the render cache leaves the data in the tile cache which is
still not coherent with CS, so we need to flush that one too.

Signed-off-by: default avatarLionel Landwerlin <lionel.g.landwerlin@intel.com>
Cc: mesa-stable
Reviewed-by: default avatarTapani Pälli <tapani.palli@intel.com>
Part-of: <mesa/mesa!14552>
(cherry picked from commit 8b71118a)
adde3a7c
History
Name Last commit Last update