Skip to content

vrend,feature: Add a caps flag for transform feedback 3

Gert Wollny requested to merge gerddie/virglrenderer:add-tf3-flag into master

The piglits and KHR tests that use TF3 (i.e. multiple output streams) tend to hang, and since the GLES host doesn't support this but we lie about the GLSL version it is better to signal the guest correctly that this is not supported.

The Mesa side MR is mesa/mesa!444 (merged)

Merge request reports