Commits on Source (3)
The swizzle of the texture should be different between GL_LUMINANCE_ALPHA textures and GL_RG textures. This reverts commit aa5bec3b. 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 05f29287. Fixes #26767 Reintroduce #26735
The commit ca7d2ea4 introduced an xyzw swizzle, whereas the previous code was using an rgba swizzle. No other location used the xyzw swizzle for texture so unify and use rgba everywhere. Different version from aa5bec3b
VideoLAN code repository instance