Skip to content

opengl/eglcontext: bail out early if we can't use complex shaders

Xaver Hugl requested to merge work/cherry-pick-5a0ecdba into Plasma/6.1

Some old hardware is very limited in the amount of instructions it can support. In order to not have KWin fail to composite, reject using hardware acceleration in this case and fall back to llvmpipe or QPainter

BUG: 482868

(cherry picked from commit 5a0ecdba)

Co-authored-by: Xaver Hugl xaver.hugl@gmail.com

Merge request reports