Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
radv: correctly skip vertex loads with packed formats
This is supposed to check whether any channels of the element is used, but skipped_start is always 0 for packed formats. Signed-off-by: Rhys Perry <[email protected]> Reviewed-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timur Kristóf <[email protected]> Fixes: a46acdb ("radv: Lower non-dynamic VS inputs in NIR.") Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/9062 Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23370> (cherry picked from commit b9c1d74)
- Loading branch information