Skip to content

Fix MSOGL crash on unavailable visual configurations

Julien Wadel requested to merge fix/msogl_crash_test2 into master

Replace glXChooseVisual by glXGetVisualFromFBConfig to get a matching visual configuration before creating a window

If XV has been enabled, test if adaptors are presents to avoid crash on OpenGL if not.

Edited by Julien Wadel

Merge request reports