diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2015-02-12 17:30:42 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2015-02-12 17:51:31 +0000 |
commit | d066e7541e63ea621ef983c31c1652d295150b12 (patch) | |
tree | 1665ef9c2099ea85bf52f640d3d9cbe89099dbaf /gdk/gdkglcontext.h | |
parent | ccc0eafbc335d6f422f12d118e69579226e440a3 (diff) | |
download | gtk+-d066e7541e63ea621ef983c31c1652d295150b12.tar.gz |
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
Diffstat (limited to 'gdk/gdkglcontext.h')
-rw-r--r-- | gdk/gdkglcontext.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdk/gdkglcontext.h b/gdk/gdkglcontext.h index 089d746c39..c9603ea762 100644 --- a/gdk/gdkglcontext.h +++ b/gdk/gdkglcontext.h @@ -71,11 +71,6 @@ void gdk_gl_context_set_forward_compatible (GdkGLContext * gboolean compatible); GDK_AVAILABLE_IN_3_16 gboolean gdk_gl_context_get_forward_compatible (GdkGLContext *context); -GDK_AVAILABLE_IN_3_16 -void gdk_gl_context_set_profile (GdkGLContext *context, - GdkGLProfile profile); -GDK_AVAILABLE_IN_3_16 -GdkGLProfile gdk_gl_context_get_profile (GdkGLContext *context); GDK_AVAILABLE_IN_3_16 gboolean gdk_gl_context_realize (GdkGLContext *context, |