Skip to content

platformsupport/scenes/opengl: filter out external formats properly

Xaver Hugl requested to merge work/cherry-pick-629fb003 into Plasma/5.27

Using a hardcoded list is error prone and doesn't work on NVidia, as the proprietary driver marks the linear modifier as external_only. Importing linear textures is a thing that happens often with multi gpu, so this is worth backporting

(cherry picked from commit 629fb003)

Merge request reports