summaryrefslogtreecommitdiff
path: root/src/cairo-egl-context.c
Commit message (Expand)AuthorAgeFilesLines
* Drop cairo-glEmmanuele Bassi2023-01-271-317/+0
* gl: Increase default VBO size on GL to 1MBryce Harrington2014-09-191-0/+6
* gl: Fix typo s/bool/cairo_bool_t/Chris Wilson2013-03-081-1/+1
* gl: Export query for EGLContext and EGLDisplay from deviceHenry Song2013-03-081-0/+33
* gl: Don't query the display when checking if the context changedHenry Song2013-01-231-9/+4
* gl: Do less work when acquiring and releasing devicesMartin Robinson2013-01-081-9/+55
* gl: Add a non-thread-aware mode for GL devicesMartin Robinson2012-08-221-0/+2
* egl: s/EGL_KHR_surfaceless_opengl/EGL_KHR_surfaceless_context/Chris Wilson2012-08-111-2/+3
* egl: do not destroy dummy_surface if it does not existPekka Paalanen2011-12-161-1/+2
* gl: Check against user-provided invalid sizesChris Wilson2011-12-051-0/+3
* egl: Ensure that the dummy pbuffer surface is compatible with the supplied co...Alexandros Frantzis2011-02-181-10/+16
* egl: Fix eglMakeCurrent for egl surfacesBenjamin Franzke2011-02-181-1/+1
* gl: Embed the GL dispatch table in the cairo-gl context and initialize it.Alexandros Frantzis2010-12-151-0/+6
* egl: Use EGL_KHR_surfaceless_opengl extension when availableKristian Høgsberg2010-07-281-20/+38
* egl: Copy glx code to detect the proper surface in acquireBenjamin Otte2010-06-221-0/+9
* egl: Remove unused prev_foo usageBenjamin Otte2010-06-221-7/+0
* egl: Implement acquire and release for EGL backendKristian Høgsberg2010-06-181-9/+37
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* gl: Make code safe for multithreaded accessBenjamin Otte2010-04-151-0/+2
* gl: Add EGL interfaceChris Wilson2010-03-111-0/+168