summaryrefslogtreecommitdiff
path: root/src/cairo-glx-context.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-18glx: Remove useless optimization trying to avoid glXMakeCurrent()Benjamin Otte1-17/+2
2010-06-07glx: When acquiring device, use the correct drawableBenjamin Otte1-3/+13
2010-04-27Update FSF addressAndrea Canciani1-1/+1
2010-04-15glx: Add getters for device's Display and GLXContextBenjamin Otte1-0/+30
2010-04-15gl: Make code safe for multithreaded accessBenjamin Otte1-2/+35
2010-01-22gl: Port to cairo_device_tChris Wilson1-10/+15
2010-01-22Move _cairo_error() to a standalone headerChris Wilson1-0/+2
2009-09-22[gl] Handle an absent visual.Chris Wilson1-3/+4
2009-09-03[boilerplate] Handle errors whilst creating GL surfaceChris Wilson1-8/+8
2009-07-22[gl] Add warning about missing hook for XCloseDisplay().Chris Wilson1-0/+2
2009-07-21[gl] Construct a dummy window for the initial contextChris Wilson1-7/+63
2009-05-20[gl] Add EGL targetChris Wilson1-0/+136