| Commit message (Expand) | Author | Age | Files | Lines |
* | *: Fix spelling mistakes found by codespell | Björn Daase | 2020-08-21 | 1 | -1/+1 |
* | GdkGLContext: Drop gdk_gl_context_has_[framebuffer_blit|frame_terminator]() | Chun-wei Fan | 2020-08-05 | 1 | -36/+0 |
* | OpenGL/ES: Fix 'R' and 'B' bits inverted on Windows | Chun-wei Fan | 2020-07-30 | 1 | -0/+20 |
* | Add a EGL renderer (via ANGLE) for Windows | Chun-wei Fan | 2020-07-30 | 1 | -2/+5 |
* | gl: Add a gdk_gl_context_has_debug accessor | Timm Bäder | 2020-07-28 | 1 | -0/+8 |
* | Replace "gchar" with "char" | Benjamin Otte | 2020-07-25 | 1 | -2/+2 |
* | Fixed OpenGL extension detection for extensions promoted to OpenGL core. | David Hogan | 2020-02-14 | 1 | -3/+3 |
* | Fix compiler warnings in the release build | Emmanuele Bassi | 2020-02-11 | 1 | -4/+36 |
* | gdk: Silence some compiler warnings | Matthias Clasen | 2020-02-05 | 1 | -14/+5 |
* | GdkGLContext: check for GL_KHR_debug for GL debug output | Timm Bäder | 2020-01-07 | 1 | -1/+2 |
* | Minor typos in the Documentation (a/an) | Дилян Палаузов | 2019-08-25 | 1 | -1/+1 |
* | glcontext: Store the updated area in the right place | Benjamin Otte | 2019-05-18 | 1 | -5/+6 |
* | gdkglcontext: Limit gl debug label length | Timm Bäder | 2019-04-27 | 1 | -3/+15 |
* | gdkglcontext: Only emit opengl debug calls if GDK_DEBUG=gl-debug | Alexander Larsson | 2019-04-25 | 1 | -5/+8 |
* | GdkGLContext: Add internal functions for KHR_DEBUG calls | Alexander Larsson | 2019-04-25 | 1 | -0/+79 |
* | drawcontext: Only pass the region that matters | Benjamin Otte | 2018-04-24 | 1 | -3/+2 |
* | gdk: Move begin/end_frame() functions | Benjamin Otte | 2018-04-24 | 1 | -2/+2 |
* | gdk: Remove gdk_gl_context_get_damage() | Benjamin Otte | 2018-04-24 | 1 | -19/+1 |
* | glcontext: Store the buffer age regions in the GL context | Benjamin Otte | 2018-04-09 | 1 | -0/+27 |
* | GdkGLContext: Add a GL debug message callback | Timm Bäder | 2018-03-25 | 1 | -0/+106 |
* | GdkSurface: Rename lots of stuff from window->surface | Alexander Larsson | 2018-03-20 | 1 | -8/+8 |
* | GdkSurface: Rename various functions and variables | Alexander Larsson | 2018-03-20 | 1 | -5/+5 |
* | GdkWindow -> GdkSurface initial type rename | Alexander Larsson | 2018-03-20 | 1 | -14/+14 |
* | The big versioning cleanup | Matthias Clasen | 2018-02-06 | 1 | -36/+0 |
* | Make gdk logging per-display | Matthias Clasen | 2018-01-14 | 1 | -5/+14 |
* | gdk: Reorganize env vars | Matthias Clasen | 2018-01-14 | 1 | -32/+3 |
* | gdk: Cosmetic rewording of draw context docs | Matthias Clasen | 2017-12-26 | 1 | -2/+2 |
* | Document more structs | Matthias Clasen | 2017-12-26 | 1 | -0/+7 |
* | doc: Replace uses of #NULL with %NULL | Daniel Boles | 2017-11-22 | 1 | -1/+1 |
* | Don't mention GdkVisual in the docs | Matthias Clasen | 2017-10-31 | 1 | -2/+2 |
* | gdkgl: Add gdk_gl_context_get_damage() | Benjamin Otte | 2016-12-05 | 1 | -0/+36 |
* | gdk: Make gdk_window_begin_draw_frame() take a draw context | Benjamin Otte | 2016-12-05 | 1 | -110/+51 |
* | gdk: Turn GdkGLContext into a GdkDrawContext | Benjamin Otte | 2016-12-05 | 1 | -87/+10 |
* | glcontext: Make begin/end_draw() paired | Benjamin Otte | 2016-12-05 | 1 | -1/+83 |
* | GdkGLContext: chain finalize handler | Massimo Valentini | 2016-11-10 | 1 | -0/+1 |
* | gdkgl: Change prototype of function | Benjamin Otte | 2016-11-01 | 1 | -8/+7 |
* | gl: Check whether use_es is positive | Emmanuele Bassi | 2016-10-22 | 1 | -2/+2 |
* | gl: Set legacy bit depending on OpenGL version | Emmanuele Bassi | 2016-10-22 | 1 | -1/+8 |
* | gdk/gl: Allow autodetection for GL/GLES | Emmanuele Bassi | 2016-10-21 | 1 | -5/+21 |
* | gdk: Don't second-guess whether a context is GLES | Adam Jackson | 2016-10-21 | 1 | -1/+0 |
* | Add some missing (nullable) annotations | Rico Tzschichholz | 2016-09-22 | 1 | -4/+4 |
* | gl: Add a realize() fallback | Emmanuele Bassi | 2016-05-23 | 1 | -0/+12 |
* | gdk/gdkglcontext.c: Avoid a GCCism | Chun-wei Fan | 2016-04-26 | 1 | -2/+2 |
* | docs: Clarify the platform-dependency of GdkGLContext:use-es | Emmanuele Bassi | 2016-04-25 | 1 | -4/+5 |
* | gl: Add fallback for missing subimage unpacking | Emmanuele Bassi | 2016-04-25 | 1 | -5/+23 |
* | gl: Use the appropriate format on GLES | Emmanuele Bassi | 2016-04-25 | 1 | -3/+11 |
* | gl: Add more OpenGL ES checks | Emmanuele Bassi | 2016-04-25 | 1 | -21/+92 |
* | gl: Relay use-es from context to paint data | Emmanuele Bassi | 2016-04-25 | 1 | -0/+1 |
* | gl: Add 'use-es' flag | Emmanuele Bassi | 2016-04-25 | 1 | -5/+41 |
* | gdk: Don't use g_print for debug output | Matthias Clasen | 2016-02-28 | 1 | -13/+13 |