summaryrefslogtreecommitdiff
path: root/src/cairo-egl-context.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-18egl: Ensure that the dummy pbuffer surface is compatible with the supplied co...Alexandros Frantzis1-10/+16
2011-02-18egl: Fix eglMakeCurrent for egl surfacesBenjamin Franzke1-1/+1
2010-12-15gl: Embed the GL dispatch table in the cairo-gl context and initialize it.Alexandros Frantzis1-0/+6
2010-07-28egl: Use EGL_KHR_surfaceless_opengl extension when availableKristian Høgsberg1-20/+38
2010-06-22egl: Copy glx code to detect the proper surface in acquireBenjamin Otte1-0/+9
2010-06-22egl: Remove unused prev_foo usageBenjamin Otte1-7/+0
2010-06-18egl: Implement acquire and release for EGL backendKristian Høgsberg1-9/+37
2010-04-27Update FSF addressAndrea Canciani1-1/+1
2010-04-15gl: Make code safe for multithreaded accessBenjamin Otte1-0/+2
2010-03-11gl: Add EGL interfaceChris Wilson1-0/+168