summaryrefslogtreecommitdiff
path: root/gdk/gdkglcontext.c
Commit message (Expand)AuthorAgeFilesLines
* GdkSurface: Rename lots of stuff from window->surfaceAlexander Larsson2018-03-201-8/+8
* GdkSurface: Rename various functions and variablesAlexander Larsson2018-03-201-5/+5
* GdkWindow -> GdkSurface initial type renameAlexander Larsson2018-03-201-14/+14
* The big versioning cleanupMatthias Clasen2018-02-061-36/+0
* Make gdk logging per-displayMatthias Clasen2018-01-141-5/+14
* gdk: Reorganize env varsMatthias Clasen2018-01-141-32/+3
* gdk: Cosmetic rewording of draw context docsMatthias Clasen2017-12-261-2/+2
* Document more structsMatthias Clasen2017-12-261-0/+7
* doc: Replace uses of #NULL with %NULLDaniel Boles2017-11-221-1/+1
* Don't mention GdkVisual in the docsMatthias Clasen2017-10-311-2/+2
* gdkgl: Add gdk_gl_context_get_damage()Benjamin Otte2016-12-051-0/+36
* gdk: Make gdk_window_begin_draw_frame() take a draw contextBenjamin Otte2016-12-051-110/+51
* gdk: Turn GdkGLContext into a GdkDrawContextBenjamin Otte2016-12-051-87/+10
* glcontext: Make begin/end_draw() pairedBenjamin Otte2016-12-051-1/+83
* GdkGLContext: chain finalize handlerMassimo Valentini2016-11-101-0/+1
* gdkgl: Change prototype of functionBenjamin Otte2016-11-011-8/+7
* gl: Check whether use_es is positiveEmmanuele Bassi2016-10-221-2/+2
* gl: Set legacy bit depending on OpenGL versionEmmanuele Bassi2016-10-221-1/+8
* gdk/gl: Allow autodetection for GL/GLESEmmanuele Bassi2016-10-211-5/+21
* gdk: Don't second-guess whether a context is GLESAdam Jackson2016-10-211-1/+0
* Add some missing (nullable) annotationsRico Tzschichholz2016-09-221-4/+4
* gl: Add a realize() fallbackEmmanuele Bassi2016-05-231-0/+12
* gdk/gdkglcontext.c: Avoid a GCCismChun-wei Fan2016-04-261-2/+2
* docs: Clarify the platform-dependency of GdkGLContext:use-esEmmanuele Bassi2016-04-251-4/+5
* gl: Add fallback for missing subimage unpackingEmmanuele Bassi2016-04-251-5/+23
* gl: Use the appropriate format on GLESEmmanuele Bassi2016-04-251-3/+11
* gl: Add more OpenGL ES checksEmmanuele Bassi2016-04-251-21/+92
* gl: Relay use-es from context to paint dataEmmanuele Bassi2016-04-251-0/+1
* gl: Add 'use-es' flagEmmanuele Bassi2016-04-251-5/+41
* gdk: Don't use g_print for debug outputMatthias Clasen2016-02-281-13/+13
* docs: Improve description of gdk_gl_context_is_legacy()Emmanuele Bassi2015-10-071-1/+14
* gl: Store the legacy bit in the GL program dataEmmanuele Bassi2015-10-071-1/+4
* gdk: Allow querying if a GL context is in legacy modeEmmanuele Bassi2015-10-071-0/+33
* GdkGLContext little fix to property names and descriptions.Daniel Hams2015-07-191-3/+3
* gl: Warn the user if they request a GL context version less than 3.2Niels Nesse2015-03-061-7/+10
* Remove GdkGLProfileEmmanuele Bassi2015-02-121-75/+0
* gl: Add gdk_gl_context_get_version()Emmanuele Bassi2015-02-121-1/+34
* gl: Drop profile for gdk_window_create_gl_context()Emmanuele Bassi2015-02-121-3/+31
* gl: Fix the required version setterEmmanuele Bassi2015-02-101-1/+14
* gl: Drop GdkGLContextClass.upload_texture()Emmanuele Bassi2015-02-091-5/+1
* gl: Clean up the required version accessorsEmmanuele Bassi2015-02-091-28/+17
* docs: We do not support non-core GL profilesEmmanuele Bassi2015-02-091-12/+14
* gl: Clean up pre-requisite checks for GdkGLContext settersEmmanuele Bassi2015-02-091-1/+3
* gl: Add more debugging notesEmmanuele Bassi2015-02-091-0/+13
* gl: Drop OpenGL legacy profileEmmanuele Bassi2015-02-091-11/+1
* gl: Move getters for context options to the public APIEmmanuele Bassi2015-02-091-3/+13
* gl: Add context optionsEmmanuele Bassi2015-02-091-0/+185
* GL: Split GL context creation in two phasesEmmanuele Bassi2015-02-091-5/+54
* Fix core context creation in GdkGLContextNiels Nesse2015-01-281-1/+1
* gdkgl: Use vfunc For Uploading TexturesChun-wei Fan2014-12-171-0/+20