[Mesa-users] R: another serious issue with OpenGL on Linux

Daniel Trstenjak daniel.trstenjak at gmail.com
Tue Sep 25 10:37:50 UTC 2018


Hi Gianluca,

> I'll see what I can do. Maybe I'll have to switch from QGLWidget to QOpenGLWidget, as suggested in Qt5.

we're still using QGLWidget with Qt5.

You just have to ensure that the QGLFormat given to QGLContext doesn't
request too much samples. We're reading the max number of samples from
GL_MAX_SAMPLES_EXT and set it with QGLFormat::setSamples.

Greetings,
Daniel


More information about the mesa-users mailing list