summaryrefslogtreecommitdiff
path: root/gdk/gdkgl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* GdkGL: Rename "context" to "paint_context" to clarify things a bitAlexander Larsson2014-11-061-12/+13
* gdk_cairo_draw_from_gl: Document that this changes the current contextAlexander Larsson2014-11-061-0/+2
* Add gdk_gl_texture_quad() helperAlexander Larsson2014-11-061-27/+30
* gdkgl: Don't constantly re-create the tmp framebufferAlexander Larsson2014-11-061-6/+9
* GdkGL: Fix and clean up gdk_cairo_draw_from_gl()Alexander Larsson2014-11-051-16/+31
* Clarify docs for gdk_cairo_draw_from_glAlexander Larsson2014-10-301-0/+2
* opengl: Use GL_TEXTURE_2D rather than GL_TEXTURE_RECTANGLE_ARB when possibleAlexander Larsson2014-10-271-21/+52
* Trivial formatting fixesMatthias Clasen2014-10-131-4/+7
* Correct copyright yearMatthias Clasen2014-10-131-1/+1
* gl: Make gdk_gl_context_make_current() return voidAlexander Larsson2014-10-131-2/+1
* gdk: Add support for OpenGLAlexander Larsson2014-10-131-0/+459