summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkglcontext-x11.c
Commit message (Expand)AuthorAgeFilesLines
* GdkGLContext: Fix damage computation with buffer_ageTimm Bäder2018-12-021-16/+26
* drawcontext: Only pass the region that mattersBenjamin Otte2018-04-241-3/+2
* drawcontext: Add gdk_draw_context_in_frame() APIBenjamin Otte2018-04-241-1/+1
* glcontext: Store the buffer age regions in the GL contextBenjamin Otte2018-04-091-7/+6
* x11: Make the frame clock work in GL and VulkanBenjamin Otte2018-03-301-0/+2
* GdkSurface: Rename lots of stuff from window->surfaceAlexander Larsson2018-03-201-38/+38
* GdkSurface: Rename various functions and variablesAlexander Larsson2018-03-201-14/+14
* GdkWindow -> GdkSurface: File renamesAlexander Larsson2018-03-201-1/+1
* GdkWindow -> GdkSurface initial type renameAlexander Larsson2018-03-201-15/+15
* The big versioning cleanupMatthias Clasen2018-02-061-2/+0
* Make gdk logging per-displayMatthias Clasen2018-01-141-14/+14
* gdk: Reorganize env varsMatthias Clasen2018-01-141-5/+3
* x11: Drop GdkX11Visual as public apiMatthias Clasen2017-11-171-1/+0
* x11: Stop using GdkScreen altogetherMatthias Clasen2017-11-171-2/+2
* x11: Stop using GdkScreen in apiMatthias Clasen2017-11-171-4/+2
* x11: Stop using gdk_screen_get_displayMatthias Clasen2017-11-011-1/+1
* x11: Stop using gdk_display_get_default_screenMatthias Clasen2017-11-011-1/+1
* Drop GdkVisualMatthias Clasen2017-10-311-7/+7
* Drop gdk_window_get_screenMatthias Clasen2017-10-311-1/+1
* x11: Query whether we have GLX supportEmmanuele Bassi2017-10-281-0/+3
* glcontext: Fix buffer age comparisonTimm Bäder2017-03-211-2/+2
* gdkgl: Add gdk_gl_context_get_damage()Benjamin Otte2016-12-051-65/+46
* gdk: Make gdk_window_begin_draw_frame() take a draw contextBenjamin Otte2016-12-051-15/+26
* gdk: Turn GdkGLContext into a GdkDrawContextBenjamin Otte2016-12-051-1/+0
* glcontext: Make begin/end_draw() pairedBenjamin Otte2016-12-051-10/+12
* gdk: Large GL refactoringBenjamin Otte2016-12-051-79/+33
* gdk: Fix a variableBenjamin Otte2016-11-171-1/+1
* x11: Replace gdk_display_get_window_visual()Benjamin Otte2016-11-031-1/+1
* x11: Remove unused complexityBenjamin Otte2016-11-031-11/+6
* API: screen: Remove gdk_screen_is_composited()Benjamin Otte2016-10-291-6/+1
* API: gdk: Remove gdk_window_get_visual()Benjamin Otte2016-10-281-1/+2
* gl: Use a uniform to flip R and B colors on GLESEmmanuele Bassi2016-04-251-4/+4
* x11: Allow creating GLES contextsEmmanuele Bassi2016-04-251-6/+26
* x11: Don't use g_print for debug outputMatthias Clasen2016-02-281-28/+28
* Control legacy GL context via environment variableEmmanuele Bassi2015-10-071-1/+2
* x11: Create legacy GLX contextsEmmanuele Bassi2015-10-071-17/+83
* gdk: fix crash if visual is NULLIgnacio Casal Quinteiro2015-07-171-0/+3
* x11/gl: Fix use after freeOlivier Fourdan2015-04-051-3/+4
* x11/gl: Do not use GLX_EXT_texture_from_pixmap if not availableEmmanuele Bassi2015-03-261-0/+5
* x11/gl: Do not try to call MakeCurrent with a NULL contextEmmanuele Bassi2015-03-251-0/+6
* x11/gl: Trap GL context creationEmmanuele Bassi2015-03-251-5/+13
* x11/gl: Removing some more legacy GL callsNiels Nesse2015-03-231-7/+0
* x11/gl: Do not call glEnable/glDisable with GL_TEXTURE_2DEmmanuele Bassi2015-03-231-2/+7
* Remove GdkGLProfileEmmanuele Bassi2015-02-121-44/+21
* gl: Drop profile for gdk_window_create_gl_context()Emmanuele Bassi2015-02-121-10/+7
* x11/gl: Ensure we use the 3.2 core profileEmmanuele Bassi2015-02-091-19/+4
* gl: Drop OpenGL legacy profileEmmanuele Bassi2015-02-091-5/+1
* Switch GDK_GL_PROFILE_DEFAULT to mean 3_2_COREEmmanuele Bassi2015-02-091-1/+1
* x11/gl: Use the GdkGLContext optionsEmmanuele Bassi2015-02-091-27/+41
* GL: Split GL context creation in two phasesEmmanuele Bassi2015-02-091-173/+202