Skip to content

radv: correctly skip vertex loads with packed formats

Rhys Perry requested to merge pendingchaos/mesa:radv_unused_packed_fix into main

This is supposed to check whether any channels of the element is used, but skipped_start is always 0 for packed formats.

Merge request reports