summaryrefslogtreecommitdiff
path: root/gdk/gdkgl.c
Commit message (Expand)AuthorAgeFilesLines
* gdk: Remove unused gdk_gl_texture_quads() functionBenjamin Otte2021-10-061-260/+0
* cairo-gl: Don't leak framebuffersBenjamin Otte2021-10-061-4/+3
* gdk: Remove gdkinternals.hBenjamin Otte2021-09-241-2/+2
* gdk: Deprecate gdk_cairo_draw_from_gl()Benjamin Otte2021-09-121-1/+7
* gdk: Clean up docs syntaxMatthias Clasen2021-05-221-4/+4
* gdk: Some more tweaks of the docsMatthias Clasen2021-03-111-6/+8
* gl: Fix implicit leaking of shader objectxndcn2020-12-291-0/+3
* gdkgl: Remove flipping when downloading GL textureTimm Bäder2020-10-141-4/+0
* gdkgl: Stop getting the clip region from cairoTimm Bäder2020-10-141-7/+1
* gdkgl: Rename functionTimm Bäder2020-10-141-2/+2
* gdkgl: Remove unused cairo_get_matrix() callTimm Bäder2020-10-141-3/+0
* Drop gdk_cairo_surface_upload_to_gl() helperAlexander Larsson2020-09-251-49/+0
* Correctly upload textures for GLESAlexander Larsson2020-09-251-0/+1
* OpenGL/ES: Fix 'R' and 'B' bits inverted on WindowsChun-wei Fan2020-07-301-1/+3
* Switch to GL_ARB_framebuffer_objectEmmanuel Gil Peyrot2020-06-121-7/+7
* gdk: Remove an unused texture apiMatthias Clasen2020-05-261-121/+0
* Fix compiler warnings in the release buildEmmanuele Bassi2020-02-111-7/+11
* docs: Its just GTK nowMatthias Clasen2019-02-241-1/+1
* gdk: Remove unused GL settingBenjamin Otte2018-04-241-10/+0
* GdkSurface: Rename lots of stuff from window->surfaceAlexander Larsson2018-03-201-25/+25
* GdkSurface: Rename various functions and variablesAlexander Larsson2018-03-201-11/+11
* GdkWindow -> GdkSurface initial type renameAlexander Larsson2018-03-201-10/+10
* The big versioning cleanupMatthias Clasen2018-02-061-4/+0
* Make gdk logging per-displayMatthias Clasen2018-01-141-2/+8
* gdk: Reorganize env varsMatthias Clasen2018-01-141-1/+1
* Drop unused GDK_GL valuesMatthias Clasen2018-01-101-1/+1
* build: Enable -Wswitch-enum and -Wswitch-defaultBenjamin Otte2017-10-061-1/+2
* gdk: Remove all code that only existed because of use_glBenjamin Otte2016-12-051-303/+44
* gdk: Fix a variableBenjamin Otte2016-11-171-4/+2
* gdkgl: Change prototype of functionBenjamin Otte2016-11-011-2/+12
* gdk: Fix Since tag of gdk_cairo_surface_upload_to_glRico Tzschichholz2016-10-181-1/+1
* gdk_cairo_surface_upload_to_gl: Don't apply device scaleAlexander Larsson2016-10-181-5/+2
* gdk: Add utility for uploading Cairo surfaces to GLEmmanuele Bassi2016-10-181-0/+48
* gl: Use a uniform to flip R and B colors on GLESEmmanuele Bassi2016-04-251-4/+11
* gl: Use the appropriate formats when reading buffers on GLESEmmanuele Bassi2016-04-251-2/+25
* gl: Add more OpenGL ES checksEmmanuele Bassi2016-04-251-4/+30
* gdk: Add GLES shadersEmmanuele Bassi2016-04-251-3/+23
* gdk: Move GLSL shaders into GResourceEmmanuele Bassi2016-04-251-89/+27
* gdk: Strip newlines from g_warning and g_errorMatthias Clasen2016-02-281-1/+1
* gl: Use older GLSL shaders with legacy contextsEmmanuele Bassi2015-10-071-6/+55
* Fix some clang warningsMatthias Clasen2015-03-221-3/+4
* gl: Put shaders in static storageEmmanuele Bassi2015-02-101-4/+4
* gdkgl should use shader version 1.50Niels Nesse2015-02-101-4/+4
* gl: Drop GdkGLContextClass.upload_texture()Emmanuele Bassi2015-02-091-2/+3
* gl: Do not use the extension API for core GLEmmanuele Bassi2015-02-091-1/+1
* Fix core context creation in GdkGLContextNiels Nesse2015-01-281-11/+5
* gdkgl: Use vfunc For Uploading TexturesChun-wei Fan2014-12-171-5/+2
* gdk: Fix scissoring with scaled windowsAlexander Larsson2014-12-151-4/+4
* gdk_gl_texture_from_surface - fix software fallbackAlexander Larsson2014-12-151-5/+3
* gdk_cairo_draw_from_gl - fix drawing with alpha on window scale > 1Alexander Larsson2014-12-151-2/+2