Skip to content

qml: disable smooth/linear filtering when no resize is intended in ShaderEffectSource instances

Fatih Uzunoğlu requested to merge fuzun/vlc:qml-adjust-missing-smooth into master

This probably does not change anything, since OpenGL driver should not use GL_TEXTURE_MIN/MAG_FILTER when the texture size matches.

Changed as precaution, maybe other backends are not as sane as OpenGL.

Merge request reports