summaryrefslogtreecommitdiff
path: root/gdk/gdkgl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gdkgl: pass the correct number of quads to gdk_gl_texture_quadsMarco Trevisan (Treviño)2014-12-021-3/+6
* gdkgl.c: Avoid GCCism in Pointer ArithmeticChun-wei Fan2014-11-241-1/+1
* gdkgl: Texture quads in one giant draw callJasper St. Pierre2014-11-221-4/+22
* gdkgl: Use one VBO for both position and uv attributesJasper St. Pierre2014-11-221-21/+7
* gdkgl: Texture many quads at once for performance reasonsJasper St. Pierre2014-11-221-28/+55
* gdkgl: Use a GdkTexturedQuad struct to paint quadsJasper St. Pierre2014-11-221-24/+26
* gdkgl: Clean up program-manipulating codeJasper St. Pierre2014-11-221-58/+38
* GL: Fix typo in gdk_gl_texture_from_surfaceAlexander Larsson2014-11-201-1/+1
* GL: Fix GL Y coordinate flipping to use unscaled window heightAlexander Larsson2014-11-201-12/+12
* gdk/gdkgl.c: Fix TypoChun-wei Fan2014-11-141-1/+1
* configure.ac: Depend on cairo 1.14.0Javier Jardón2014-11-101-4/+0
* Export API to set GL flagsMatthias Clasen2014-11-061-3/+3
* gdkgl: Make some helper functions staticJasper St. Pierre2014-11-061-2/+2
* gdk_gl_texture_from_surface: Enable scissor testAlexander Larsson2014-11-061-0/+2
* gdk_gl_texture_quad: Fix handling of window scalesAlexander Larsson2014-11-061-2/+3
* GdkGL: Fix up GL_ARB_texture_rectangle supportAlexander Larsson2014-11-061-11/+69
* Add GDK_GL env var and GdkGLFlagsAlexander Larsson2014-11-061-3/+6
* gdk_cairo_draw_from_gl: Remove useless callAlexander Larsson2014-11-061-2/+0
* gdk_gl_texture_quad: Use shaders to texture thingsAlexander Larsson2014-11-061-16/+186