summaryrefslogtreecommitdiff
path: root/src/cairo-gl.h
AgeCommit message (Collapse)AuthorFilesLines
2010-04-15glx: Add getters for device's Display and GLXContextBenjamin Otte1-0/+6
2010-03-11gl: Add EGL interfaceChris Wilson1-0/+14
Enable the EGL backend for GL.
2010-02-11gl: Remove eagle supportChris Wilson1-12/+0
Eagle is no more, Kristian has superseded it with true EGL support. He is so happy...
2010-01-22gl: Port to cairo_device_tChris Wilson1-15/+7
2009-07-21Merge commit 'anholt/gl'Chris Wilson1-0/+101
Conflicts: boilerplate/Makefile.sources boilerplate/cairo-boilerplate.c build/configure.ac.features src/cairo.h util/cairo-script/Makefile.am
2009-06-01[gl] Fix check-def.sh for GL surface.Eric Anholt1-6/+0
2009-05-20[gl] Add EGL targetChris Wilson1-11/+30
Split the GLX context from the GL surface to enable use of an alternative EGL interface.
2009-02-12[gl] Add interface for creating surfaces from window backbuffers.Eric Anholt1-5/+4
2009-02-05[gl] Add basics for GL surface backend using test-fallback as base.Eric Anholt1-0/+89