Skip to content

vulkan: include host write in expanded dst access flags

Chia-I Wu requested to merge olv/mesa:vk-barrier-fix into main

What does this MR do and why?

vulkan: include host write in expanded dst access flags

From the perspective of the gpu, host read or host write has the same
implication (gpu cache flush) in the dst access flags.  We should
include host write in the dst access flags.

Merge request reports

Loading