Skip to content

vulkan: Call gather_xfb_info in vk_spirv_to_nir

Faith Ekstrand requested to merge gfxstrand/mesa:lavapipe/nir-helpers into main

In particular, we now call it before running dead variables so we get the XFB info even for things which are never written. This fixes a 102 Vulkan CTS tests on ANV and probably turnip as well. Once we do that, we can make lavapipe use it without regressions.

Edited by Faith Ekstrand

Merge request reports

Loading