summaryrefslogtreecommitdiff
path: root/gdk/win32/gdkglcontext-win32.c
Commit message (Expand)AuthorAgeFilesLines
* Replace "gint" with "int"Benjamin Otte2020-07-251-15/+15
* win32: Build fixesMatthias Clasen2019-05-281-5/+5
* gdkglcontext-win32.c: Fix Resizing and movingChun-wei Fan2019-04-011-1/+21
* drawcontext: Only pass the region that mattersBenjamin Otte2018-04-241-3/+2
* gdkglcontext-win32.c: Fix window->surface changesChun-wei Fan2018-03-291-28/+28
* GdkSurface: Rename various functions and variablesAlexander Larsson2018-03-201-5/+5
* GdkWindow -> GdkSurface: File renamesAlexander Larsson2018-03-201-3/+3
* GdkWindow -> GdkSurface initial type renameAlexander Larsson2018-03-201-21/+21
* The big versioning cleanupMatthias Clasen2018-02-061-2/+0
* gdk/win32: Fix Win32 GL Context switchingChun-wei Fan2017-11-041-14/+29
* make GDK_DEBUG=opengl work on win32Lukas K2017-10-301-2/+2
* GDK/Win32: Fix build after GDKGL refactoringChun-wei Fan2016-12-061-6/+9
* gdk: Make gdk_window_begin_draw_frame() take a draw contextBenjamin Otte2016-12-051-3/+13
* gdk: Turn GdkGLContext into a GdkDrawContextBenjamin Otte2016-12-051-1/+0
* gdk: Large GL refactoringBenjamin Otte2016-12-051-57/+47
* gdk/win32: Complete gdk_screen_is_composited() removalChun-wei Fan2016-11-021-3/+2
* GDK-Win32/4.0: Improve GL on WindowsChun-wei Fan2016-10-281-53/+255
* GDK/Win32: Deal with leftovers from removal of GdkWindow itemsChun-wei Fan2016-10-281-6/+4
* API: gdk: Remove gdk_window_get_visual()Benjamin Otte2016-10-281-23/+6
* GDK-Win32: Make update_stye_bits() available within the backendChun-wei Fan2016-03-081-2/+2
* Win32: Disable layered windows for GLChun-wei Fan2016-03-081-0/+29
* gdkglcontext-win32.c: Remove Obsolete CommentsChun-wei Fan2015-04-301-7/+0
* gdkglcontext-win32: fix variable names in GDK_NOTERyan Lortie2015-03-011-1/+1
* gdkglcontext-win32: remove unused variablesRyan Lortie2015-03-011-9/+0
* gdkglcontext-win32.c: Fix Build on C89 CompilersChun-wei Fan2015-02-131-6/+5
* Remove GdkGLProfileEmmanuele Bassi2015-02-121-71/+45
* gl: Drop profile for gdk_window_create_gl_context()Emmanuele Bassi2015-02-121-6/+1
* win32/gl: Ensure we use the 3.2 core profileChun-wei Fan2015-02-101-31/+20
* Switch GDK_GL_PROFILE_DEFAULT to mean 3_2_COREEmmanuele Bassi2015-02-091-2/+1
* win32/gl: Use the GdkGLContext optionsChun-wei Fan2015-02-091-11/+52
* GDK-Win32: Split GL context creation in two phasesChun-wei Fan2015-02-091-33/+61
* GDK-Win32: Drop Win32-specific ->upload_texture()Chun-wei Fan2015-02-061-17/+0
* GDK-Win32: Drop Some Unused ItemsChun-wei Fan2014-12-221-2/+0
* Add OpenGL Support for the GDK Windows BackendChun-wei Fan2014-12-171-0/+655