Bug 519114 - [GTK3] Use OpenGL without direct mesa calls but via GtkGLArea
Summary: [GTK3] Use OpenGL without direct mesa calls but via GtkGLArea
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.8   Edit
Hardware: PC Linux
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-03 10:41 EDT by Leo Ufimtsev CLA
Modified: 2018-04-05 16:28 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Leo Ufimtsev CLA 2017-07-03 10:41:27 EDT
GtkGLArea was introduced in Gtk 3.16:

GtkGLArea: GTK+ 3 Reference Manual 
https://developer.gnome.org/gtk3/stable/GtkGLArea.html

It would be nice for SWT to use the gtk api instead of the library in GLX.java

This would be a fairly large project.
Comment 1 Leo Ufimtsev CLA 2018-04-05 16:28:18 EDT
Looks like this is needed for Windows-Gtk port:

488431 – Provide SWT/GTK3 port on Windows
https://bugs.eclipse.org/bugs/show_bug.cgi?id=488431

Good incentive.