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 742893 - Support for higher OpenGL versions in GtkGLArea desirable
Support for higher OpenGL versions in GtkGLArea desirable
Status: RESOLVED DUPLICATE of bug 741946
Product: gtk+
Classification: Platform
Component: Widget: GtkGLArea
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2015-01-14 07:14 UTC by Niels Nesse
Modified: 2015-01-14 07:45 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Niels Nesse 2015-01-14 07:14:55 UTC
I am experimenting using the GtkGLArea widget for rendering in a combination 3D model viewer and shader editor. I noticed that the only core version of OpenGL supported by the widget is 3.2 and I would like to use my tool to experiment with newer GL versions.

This problem could be fixed by adding enum values for the other currently available GL versions, 3.3, and 4.0-4.4. These GL versions may not be widely supported yet but that is likely to change with time. If the API is unchanged however the choice of GL version will become linked with the toolkit version which seems like an unnecessary burden. Instead an enum perhaps the GL version could be specified with major/minor version integers.
Comment 1 Niels Nesse 2015-01-14 07:45:13 UTC

*** This bug has been marked as a duplicate of bug 741946 ***