summaryrefslogtreecommitdiff
path: root/cogl/winsys/cogl-winsys-egl-x11.c
Commit message (Expand)AuthorAgeFilesLines
* Use COGL_FLAGS_* for the context's private feature flagsNeil Roberts2013-11-281-3/+5
* egl-x11: Fix a crash when the app has non-Cogl windowsNeil Roberts2013-06-201-1/+1
* Add a callback to get dirty events from a CoglOnscreenNeil Roberts2013-05-291-2/+23
* Associate check and dispatch funcs with poll fdsRobert Bragg2013-04-291-19/+0
* Add api for queuing idle callback internallyRobert Bragg2013-04-291-45/+47
* Move event polling into CoglRendererRobert Bragg2013-04-291-26/+27
* texture: add width/height members to base CoglTextureRobert Bragg2013-01-021-6/+4
* Remove the deprecated feature flagsNeil Roberts2012-09-271-1/+0
* Adds CoglError apiRobert Bragg2012-09-071-9/+10
* egl-x11: Don't use GLXDrawable on EGLDamien Lespiau2012-07-311-1/+1
* onscreen: Adds support for resizable windowsRobert Bragg2012-07-091-11/+107
* Adds initial GLES2 integration supportRobert Bragg2012-05-171-4/+4
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-04-181-14/+14
* Removes all remaining use of CoglHandleRobert Bragg2012-04-181-1/+1
* renderer: Adds api to add/remove selection constraintsRobert Bragg2012-01-161-2/+2
* xlib: Internally retrieve XEventsNeil Roberts2012-01-051-0/+25
* cogl-texture-2d: Fix checking for the EGL winsysNeil Roberts2011-12-141-0/+2
* Rename the EGL_X11 winsys to EGL_XLIBNeil Roberts2011-12-141-3/+3
* winsys: Move X11/Xlib-specific code out of the EGL winsysNeil Roberts2011-12-121-0/+676
* Add a separate winsys vtable for each EGL platformNeil Roberts2011-12-081-0/+55