summaryrefslogtreecommitdiff
path: root/cogl/cogl-display.c
Commit message (Expand)AuthorAgeFilesLines
* This re-licenses Cogl under the MIT licenseRobert Bragg2014-01-141-13/+18
* Removes the CoglSwapChain apiRobert Bragg2013-06-141-1/+1
* display: add _set_onscreen_template() apiRobert Bragg2013-06-141-7/+25
* Remove cogl-internal.hRobert Bragg2013-01-021-1/+0
* Adds CoglError apiRobert Bragg2012-09-071-2/+2
* display: inc cogl-wayland-server.h if neededRobert Bragg2012-08-061-0/+3
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-04-181-1/+1
* fix cogl_context_new crash if fail to connect rendererRobert Bragg2012-04-111-7/+1
* Add -Wmissing-declarations to maintainer flags and fix problemsNeil Roberts2012-03-061-6/+0
* Remove all internal includes of cogl.hRobert Bragg2012-02-201-1/+0
* Start to reduce dependence on glibRobert Bragg2011-11-011-2/+2
* display: always ensure we have an onscreen_templateRobert Bragg2011-09-051-0/+2
* display: Add an accessor to get the renderer out of a displayDamien Lespiau2011-09-051-0/+6
* egl: Make sure to free the underlying egl objects when the display is freedDamien Lespiau2011-07-291-6/+15
* egl-gdl: Provide defaults to be able to initialize a "dummy" contextDamien Lespiau2011-07-291-0/+4
* egl-gdl: struct gdl_plane never was a valid typeDamien Lespiau2011-07-291-1/+1
* Dynamically load the GL or GLES libraryNeil Roberts2011-07-111-0/+3
* Add internal _cogl_init() functionRobert Bragg2011-06-301-0/+3
* Adds _cogl_wayland_texture_2d_new_from_buffer APIRobert Bragg2011-06-011-0/+10
* Make stub winsys into a proper winsys backendRobert Bragg2011-06-011-4/+0
* EGL: Updates GDL platform supportRobert Bragg2011-05-051-0/+12
* Add a vtable of indirection to the winsys codeRobert Bragg2011-05-051-1/+13
* Moves all GLX code down from Clutter to CoglRobert Bragg2011-04-111-0/+5
* Adds renderer,display,onscreen-template and swap-chain stubsRobert Bragg2011-04-111-0/+106