GNOME Bugzilla – Bug 741954
OpenGL minor version is not set
Last modified: 2014-12-25 11:57:55 UTC
The major version is set twice. gdk/x11/gdkglcontext-x11.c static const int attrib_list[] = { GLX_CONTEXT_PROFILE_MASK_ARB, GLX_CONTEXT_CORE_PROFILE_BIT_ARB, GLX_CONTEXT_MAJOR_VERSION_ARB, 3, GLX_CONTEXT_MAJOR_VERSION_ARB, 2, None, };
This problem has been fixed in the development version: commit 5d42c55f280980d715ada52a18f41f1a05a7dfc7 Author: Emmanuele Bassi <ebassi@gnome.org> Date: Thu Dec 25 11:49:58 2014 +0000 The fix will be available in the next major software release. Thank you for your bug report.