Skip to content

flint: Improve opengl detection

Valentin Valls requested to merge improve-opengl-detection into master

Now silx provides a feature to check AA_ShareOpenGLContexts in subprocess.

This allows Flint to check some capabilities before using it.

Through ssh, depending on drivers, depending on OpenGL this can result in a segfault at initialization.

Now Flint fallback to matplotlib.

Merge request reports