summaryrefslogtreecommitdiff
path: root/gdk/gdkglcontext.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename gdk_gl_context_flush_buffer to gdk_gl_context_end_frameAlexander Larsson2014-10-271-5/+5
* Nitpicky documentation changesMatthias Clasen2014-10-131-7/+6
* Trivial formatting fixesMatthias Clasen2014-10-131-8/+10
* gl: Make gdk_gl_context_make_current() return voidAlexander Larsson2014-10-131-5/+3
* gl: Make all user GdkGLContexts not attached to any windowAlexander Larsson2014-10-131-9/+9
* gdk: Add support for OpenGLAlexander Larsson2014-10-131-0/+340