Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
shaders/sampling: fill the lut padding
This ensures that we don't interpolate lut values with garbage values when row_size is not multiple of 4. Avoid UB that produces incorrect values. This commit fixes the fast path of orthogonal scaling. Fixes: mpv-player/mpv#13998
- Loading branch information