Skip to content

anv: Insert holes for non-existant XFB varyings

Faith Ekstrand requested to merge gfxstrand/mesa:review/anv-xfb-dce-fix into master

Thanks to optimizations, it's possible for varyings to get deleted but still leave the variable there for nir_gather_xfb_info to find. If we get into this case, insert a hole.

Merge request reports