After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 741954 - OpenGL minor version is not set
OpenGL minor version is not set
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Backend: X11
3.15.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2014-12-24 23:03 UTC by Pavol Klačanský
Modified: 2014-12-25 11:57 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Pavol Klačanský 2014-12-24 23:03:07 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,
  };
Comment 1 Emmanuele Bassi (:ebassi) 2014-12-25 11:57:55 UTC
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.