Skip to content

radv: Fix a hang on CB change by adding flushes.

Bas Nieuwenhuizen requested to merge bnieuwenhuizen/mesa:cb-hang-fix into master

This workaround fixes a hang while loading a renderdoc trace for me.

Since the workload does 1 mip per cmdbuffer it is quite hard to confirm what exactly the conditions for the hang are but this is the most restrictive set I found and it corresponds to a workaround in AMDVLK as well.

CC: mesa-stable

Merge request reports