From d066e7541e63ea621ef983c31c1652d295150b12 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Thu, 12 Feb 2015 17:30:42 +0000 Subject: Remove GdkGLProfile The existence of OpenGL implementations that do not provide the full core profile compatibility because of reasons beyond the technical, like llvmpipe not implementing floating point buffers, makes the existence of GdkGLProfile and documenting the fact that we use core profiles a bit harder. Since we do not have any existing profile except the default, we can remove the GdkGLProfile and its related API from GDK and GTK+, and sweep the whole thing under the carpet, while we wait for an extension that lets us ask for the most compatible profile possible. https://bugzilla.gnome.org/show_bug.cgi?id=744407 --- gtk/gtkglarea.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'gtk/gtkglarea.h') diff --git a/gtk/gtkglarea.h b/gtk/gtkglarea.h index e7e47c8162..86e87cabfa 100644 --- a/gtk/gtkglarea.h +++ b/gtk/gtkglarea.h @@ -92,11 +92,6 @@ void gtk_gl_area_get_required_version (GtkGLArea *area, int *major, int *minor); GDK_AVAILABLE_IN_3_16 -GdkGLProfile gtk_gl_area_get_profile (GtkGLArea *area); -GDK_AVAILABLE_IN_3_16 -void gtk_gl_area_set_profile (GtkGLArea *area, - GdkGLProfile profile); -GDK_AVAILABLE_IN_3_16 gboolean gtk_gl_area_get_has_alpha (GtkGLArea *area); GDK_AVAILABLE_IN_3_16 void gtk_gl_area_set_has_alpha (GtkGLArea *area, -- cgit v1.2.1