Skip to content

qml: optimize blur shader effect in FrostedGlassEffect (introduce PartialEffect)

Fatih Uzunoğlu requested to merge fuzun/vlc:qml/frostedglassoptimization into master

Instead of processing the whole source item texture geometry for blurring, only process blur the area denoted by effectRect.

Merge request reports