Skip to content

freedreno/a6xx: Fix for unbound VS inputs

Rob Clark requested to merge robclark/mesa:fd/vbo-fetch-cnt into main

Don't inherit random/undefined previous VFD_FETCH[n] state.

Also, split up VFD_FETCH[] state so we don't overflow the max PKT4 size (plus add an assert that would have caught that)

Merge request reports