Skip to content

vbo: correctly restore _VaryingInputs for display list fast path

Marek Olšák requested to merge mareko/mesa:fix-dlist-varying-inputs into main

What does this MR do and why?

vbo: correctly restore _VaryingInputs for display list fast path

Fixes: 3a294ff0 - mesa: move the _mesa_set_varying_vp_inputs call to where the state changes Closes: #9007 (closed)

Merge request reports