summaryrefslogtreecommitdiff
path: root/src/cairo-egl-context.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-23gl: Don't query the display when checking if the context changedHenry Song1-9/+4
2013-01-08gl: Do less work when acquiring and releasing devicesMartin Robinson1-9/+55
2012-08-22gl: Add a non-thread-aware mode for GL devicesMartin Robinson1-0/+2
2012-08-11egl: s/EGL_KHR_surfaceless_opengl/EGL_KHR_surfaceless_context/Chris Wilson1-2/+3
2011-12-16egl: do not destroy dummy_surface if it does not existPekka Paalanen1-1/+2
2011-12-05gl: Check against user-provided invalid sizesChris Wilson1-0/+3
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