summaryrefslogtreecommitdiff
path: root/gdk/wayland/gdkglcontext-wayland.c
Commit message (Expand)AuthorAgeFilesLines
* wayland: Sync attributes also when drawing with GLBenjamin Otte2016-12-061-0/+2
* gdkgl: Add gdk_gl_context_get_damage()Benjamin Otte2016-12-051-21/+46
* gdk: Make gdk_window_begin_draw_frame() take a draw contextBenjamin Otte2016-12-051-12/+23
* gdk: Turn GdkGLContext into a GdkDrawContextBenjamin Otte2016-12-051-1/+0
* glcontext: Make begin/end_draw() pairedBenjamin Otte2016-12-051-1/+1
* gdk: Large GL refactoringBenjamin Otte2016-12-051-63/+16
* API: gdk: Remove gdk_window_get_visual()Benjamin Otte2016-10-281-16/+2
* Use eglGetPlatformDisplay{,EXT} if availableAdam Jackson2016-10-101-1/+36
* Fix some EGLDisplay * abuseAdam Jackson2016-10-101-1/+1
* Remove an outdated commentMatthias Clasen2016-08-191-1/+0
* wayland: Bind the appropriate OpenGL APIEmmanuele Bassi2016-04-251-0/+6
* wayland: Add debugging notes for EGL context creationEmmanuele Bassi2016-04-251-0/+9
* wayland: Honour GDK_GL=gles on context creationEmmanuele Bassi2016-04-251-1/+3
* wayland: Implement asking for a GLES contextEmmanuele Bassi2016-04-251-12/+24
* wayland: Don't use g_print for debug outputMatthias Clasen2016-02-281-15/+14
* wayland: Allow falling back to compatibility EGL contextsEmmanuele Bassi2015-10-071-5/+30
* wayland: Formatting fixesMatthias Clasen2015-02-281-3/+4
* Remove GdkGLProfileEmmanuele Bassi2015-02-121-14/+1
* gl: Drop profile for gdk_window_create_gl_context()Emmanuele Bassi2015-02-121-7/+5
* wayland/gl: Ensure we use the 3.2 core profileEmmanuele Bassi2015-02-091-26/+38
* Switch GDK_GL_PROFILE_DEFAULT to mean 3_2_COREEmmanuele Bassi2015-02-091-1/+1
* wayland/gl: Use the GdkGLContext optionsEmmanuele Bassi2015-02-091-1/+21
* GL: Split GL context creation in two phasesEmmanuele Bassi2015-02-091-32/+48
* GdkGLContext: Remove unused update vfuncAlexander Larsson2014-11-201-19/+0
* GdkGLContext: Add display propertyAlexander Larsson2014-11-031-0/+1
* Add GdkGLContext::profileAlexander Larsson2014-10-301-0/+4
* Remove GdkGLContext::visualAlexander Larsson2014-10-301-1/+0
* GdkGLContext: Track shared contextAlexander Larsson2014-10-301-0/+1
* GdkGLContext: Change the way we track the current contextAlexander Larsson2014-10-301-10/+23
* GdkGlContextWayland: Don't require specific bit depthsAlexander Larsson2014-10-281-3/+3
* Rename gdk_gl_context_flush_buffer to gdk_gl_context_end_frameAlexander Larsson2014-10-271-4/+4
* GL: Follow naming conventionsMatthias Clasen2014-10-211-1/+1
* gl: Make gdk_gl_context_make_current() return voidAlexander Larsson2014-10-131-15/+13
* gl: Make all user GdkGLContexts not attached to any windowAlexander Larsson2014-10-131-2/+17
* wayland: Add OpenGL supportAlexander Larsson2014-10-131-0/+414