Skip to content

qt: extend Qt RHI fallback to software renderer

Fatih Uzunoğlu requested to merge fuzun/vlc:qt/extendrhifallback into master

Instead of stopping the fallback at OpenGL, probe OpenGL as well and use software renderer if OpenGL is not functional (probe test fails).

Old machines that use Windows 7 may not support the features used by Qt for its OpenGL abstraction.

Request review @robUx4.

Merge request reports