Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-23 | gl: Add cairo_gl_surface_create_for_texture() | Benjamin Otte | 1 | -2/+3 | |
This creates a Cairo surface from a given texture. This allows using content previously created using OpenGL inside Cairo. | |||||
2010-04-23 | gl: Add cairo_gl_surface_get_texture() | Benjamin Otte | 1 | -0/+3 | |
2010-04-23 | gl: Make device (un)lock (un)set the current context | Benjamin Otte | 1 | -0/+3 | |
2010-04-15 | glx: Add getters for device's Display and GLXContext | Benjamin Otte | 1 | -0/+6 | |
2010-03-11 | gl: Add EGL interface | Chris Wilson | 1 | -0/+14 | |
Enable the EGL backend for GL. | |||||
2010-02-11 | gl: Remove eagle support | Chris Wilson | 1 | -12/+0 | |
Eagle is no more, Kristian has superseded it with true EGL support. He is so happy... | |||||
2010-01-22 | gl: Port to cairo_device_t | Chris Wilson | 1 | -15/+7 | |
2009-07-21 | Merge commit 'anholt/gl' | Chris Wilson | 1 | -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 Anholt | 1 | -6/+0 | |
2009-05-20 | [gl] Add EGL target | Chris Wilson | 1 | -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 Anholt | 1 | -5/+4 | |
2009-02-05 | [gl] Add basics for GL surface backend using test-fallback as base. | Eric Anholt | 1 | -0/+89 | |