Skip to content

anv: Don't disable the fragment shader if XFB is enabled

Faith Ekstrand requested to merge gfxstrand/mesa:anv/xfb-no-fs into main

It turns out that we need a fragment shader for streamout. Why? I have no idea. If we really care about disabling it, we may be able to enable rasterizer discard but that's an optimization for another day.

Merge request reports