summaryrefslogtreecommitdiff
path: root/gdk/gdkglcontext.c
Commit message (Expand)AuthorAgeFilesLines
* 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