Skip to content

anv: Use the same re-order mode for streamout as for GS

This makes the vertex order of TRISTRIP and TRISTRIP_ADJ primitves consistent between XFB output and GS input. Technically, the Vulkan spec allows us to XFB out in whatever order we want but being consistent with GS inputs is probably nicer to apps.

Fixes: 36ee2fd6 "anv: Implement the basic form of VK_EXT_transform_feedback"

Merge request reports