summaryrefslogtreecommitdiff
path: root/cogl/winsys/cogl-winsys-egl.c
Commit message (Expand)AuthorAgeFilesLines
* Add a GL 3 driverNeil Roberts2013-01-221-17/+44
* egl: remove special re-try without stencil codeRobert Bragg2013-01-221-80/+55
* Adds CoglError apiRobert Bragg2013-01-221-15/+16
* Use the right context when pushing the GLES2 context to an onscreenNeil Roberts2012-10-011-6/+16
* egl: Only allow GLES2 context creation for the GLES2 driverNeil Roberts2012-10-011-1/+2
* Don't use eglGetProcAddress to retrieve core functionsNeil Roberts2012-08-061-3/+5
* Adds gles2-context renderer constraintRobert Bragg2012-08-061-1/+2
* Adds initial GLES2 integration supportRobert Bragg2012-08-061-21/+204
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-08-061-10/+10
* kms: Use GBM surfacesNeil Roberts2012-04-111-5/+0
* Remove all internal includes of cogl.hRobert Bragg2012-02-201-2/+0
* template: Allow configuration of swap throttleRobert Bragg2012-01-161-2/+3
* renderer: Adds api to add/remove selection constraintsRobert Bragg2012-01-161-1/+1
* cogl-texture-2d: Fix checking for the EGL winsysNeil Roberts2011-12-141-0/+2
* Move the EGL Android winsys out of cogl-winsys-eglNeil Roberts2011-12-131-161/+21
* Move the EGL GDL winsys out of cogl-winsys-eglNeil Roberts2011-12-131-198/+9
* Move the EGL null winsys out of cogl-winsys-eglNeil Roberts2011-12-131-48/+2
* winsys: Move Wayland-specific code out of the EGL winsysNeil Roberts2011-12-121-339/+3
* winsys: Move X11/Xlib-specific code out of the EGL winsysNeil Roberts2011-12-121-663/+82
* Don't bother trying to accept NULL in _cogl_winsys_onscreen_bindNeil Roberts2011-12-121-22/+5
* Remove CoglXlibDisplayNeil Roberts2011-12-121-8/+5
* cogl-xlib-renderer: Move private data to cogl_object_set_user_dataNeil Roberts2011-12-121-7/+13
* egl: Split out the KMS winsys as overrides of the EGL winsysNeil Roberts2011-12-091-237/+125
* egl: Allow multiple EGL platformsNeil Roberts2011-12-081-671/+810
* Add a separate winsys vtable for each EGL platformNeil Roberts2011-12-081-2/+3
* wayland: Add API to access the shell surface for the onscreenRob Bradford2011-12-081-0/+16
* wayland: Port to latest Wayland API (to wl_surface_shell)Rob Bradford2011-12-081-2/+6
* kms: Fix GLES2 supportNeil Roberts2011-12-081-3/+3
* wayland: Add api to set a foreign shellRobert Bragg2011-12-071-2/+33
* egl-winsys: Bind the framebuffer before swappingNeil Roberts2011-12-071-0/+17
* kms: flatten setup_kms into _cogl_winsys_kms_display_setupRobert Bragg2011-11-281-3/+1
* kms: move Cogl*EGL typedefs to cogl-winsys-egl-private.hRobert Bragg2011-11-281-87/+0
* kms: Add first version of "baremetal" backend for EGL on KMSRob Bradford2011-11-281-14/+114
* wayland: Port to current WaylandRob Bradford2011-11-031-52/+29
* wayland: Remove unused functionRob Bradford2011-11-031-18/+0
* Remove inclusion of Xlib headers in Cogl headersZan Dobersek2011-11-011-0/+1
* framebuffer: adds cogl_framebuffer_get_samples_per_pixelRobert Bragg2011-11-011-0/+12
* Start to reduce dependence on glibRobert Bragg2011-11-011-14/+15
* framebuffer: split out CoglOnscreen codeRobert Bragg2011-11-011-0/+1
* features: Support more than 32 features!Robert Bragg2011-11-011-0/+2
* onscreen: Support multisample based onscreen renderingRobert Bragg2011-10-281-0/+8
* Rework how we search for winsys configsRobert Bragg2011-10-281-89/+113
* cogl-winsys-egl: Use the abstraction to update the window sizeNeil Roberts2011-10-171-3/+3
* Add a strong CoglTexture type to replace CoglHandleRobert Bragg2011-09-211-4/+4
* display: always ensure we have an onscreen_templateRobert Bragg2011-09-051-4/+5
* framebuffer: make _swap_region coords top-left relativeRobert Bragg2011-08-121-1/+15
* egl-gdl: Silence a gcc warningDamien Lespiau2011-08-011-5/+7
* egl: Make sure to free the underlying egl objects when the display is freedDamien Lespiau2011-07-291-1/+8
* egl-gdl: Provide defaults to be able to initialize a "dummy" contextDamien Lespiau2011-07-291-2/+6
* egl-gdl: Make the egl winsys know about the GDL platformDamien Lespiau2011-07-291-4/+43