Implement Lanczos effect using a single pass fragment shader
This is based on a shader from libRetro that implements Lanczos resampling in a single pass. This removes the need for custom OpenGL code to render things to an FBO, instead relying on purely QML ShaderEffect for the rendering.
Edited by Arjen Hiemstra