Skip to content

MSQOGL: fix black screen. Pointer functions must coming from Qt and its...

Julien Wadel requested to merge fix/backport_jul into master

MSQOGL: fix black screen. Pointer functions must coming from Qt and its context. In multithreading, the initialization of filter is not always happening at the same time as Qt. So we must synchronize the initialization of the pointer later. Revert default functions initialization from ogl_display instantiation because it is too dangerous to load function pointers from the incorrect library/context.

Merge request reports