Commits on Source (2)
The swizzle of the texture should be different between GL_LUMINANCE_ALPHA textures and GL_RG textures. This reverts commit d6ffeba2. Refs #26767
GL_LUMINANCE_ALPHA textures should be sampled through r and a swizzle since it has a `(L,L,L,A)` layout. This reverts commit 4082f4f2, but includes also the fix from c69bbb07 to avoid using an invalid swizzle. Fixes #26767 Reintroduce #26735
VideoLAN code repository instance