summaryrefslogtreecommitdiff
path: root/gdk/gdkglcontext.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed OpenGL extension detection for extensions promoted to OpenGL core.David Hogan2020-02-141-3/+3
* Add a EGL renderer (via ANGLE) for WindowsChun-wei Fan2018-06-281-2/+8
* doc: Replace uses of #NULL with %NULLDaniel Boles2017-11-221-1/+1
* GdkGLContext: chain finalize handlerMassimo Valentini2016-11-101-0/+1
* gl: Set legacy bit depending on OpenGL versionEmmanuele Bassi2016-10-231-1/+8
* gl: Check whether use_es is positiveEmmanuele Bassi2016-10-231-2/+2
* 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
* Move GDK GL flags accessors to the private vtableEmmanuele Bassi2014-11-081-0/+1
* Export API to set GL flagsMatthias Clasen2014-11-061-2/+31
* GdkX11GLContext: Use bitblit for swap if no buffer age supportAlexander Larsson2014-11-061-0/+10
* Add gdk_gl_context_has_framebuffer_blit()Alexander Larsson2014-11-061-0/+11
* Add support for GDK_GL=texture-rectanglesAlexander Larsson2014-11-061-1/+3
* gdkgl: Don't constantly re-create the tmp framebufferAlexander Larsson2014-11-061-0/+23
* GdkGLContext: Add display propertyAlexander Larsson2014-11-031-2/+59
* Add GdkGLContext::profileAlexander Larsson2014-10-301-0/+47
* Remove GdkGLContext::visualAlexander Larsson2014-10-301-53/+0
* GdkGLContext: Track shared contextAlexander Larsson2014-10-301-0/+52
* GdkGLContext: Change the way we track the current contextAlexander Larsson2014-10-301-8/+29
* gdkglcontext: Track whether to use GL_TEXTURE_2D or GL_TEXTURE_RECTANGL_ARBAlexander Larsson2014-10-271-0/+36