Skip to content

Do not enable opengl sharing if OpenGL was explicitly disabled

Valentin Valls requested to merge disable-share-opengl-contexts into master

Related to #3515 (closed)

The use of AA_ShareOpenGLContexts can segfault at some places.

This PR do not enable anymore thi option if --disable-opengl was explicitly used.

Merge request reports