[gtk+] mir: Switch GDK_GL_PROFILE_DEFAULT to mean 3_2_CORE
- From: Marco Trevisan <marcotrevi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] mir: Switch GDK_GL_PROFILE_DEFAULT to mean 3_2_CORE
- Date: Thu, 12 Feb 2015 02:34:32 +0000 (UTC)
commit ce31df3238154fa127e169ae4113a3987572f8be
Author: Marco Trevisan (TreviƱo) <mail 3v1n0 net>
Date: Thu Feb 12 03:32:11 2015 +0100
mir: Switch GDK_GL_PROFILE_DEFAULT to mean 3_2_CORE
Instead of LEGACY.
gdk/mir/gdkmirwindowimpl.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdk/mir/gdkmirwindowimpl.c b/gdk/mir/gdkmirwindowimpl.c
index cddb55b..2132219 100644
--- a/gdk/mir/gdkmirwindowimpl.c
+++ b/gdk/mir/gdkmirwindowimpl.c
@@ -1409,7 +1409,7 @@ gdk_mir_window_impl_create_gl_context (GdkWindow *window,
}
if (profile == GDK_GL_PROFILE_DEFAULT)
- profile = GDK_GL_PROFILE_LEGACY;
+ profile = GDK_GL_PROFILE_3_2_CORE;
if (profile == GDK_GL_PROFILE_3_2_CORE &&
!_gdk_mir_display_have_egl_khr_create_context (display))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]