summaryrefslogtreecommitdiff
path: root/cogl/cogl-display.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-20Registers gtypes for all public objects and structsLionel Landwerlin1-0/+2
2014-02-22This re-licenses Cogl 1.18 under the MIT licenseRobert Bragg1-13/+18
2013-08-23display: add _set_onscreen_template() apiRobert Bragg1-7/+25
2013-01-22Remove cogl-internal.hRobert Bragg1-1/+0
2013-01-22Adds CoglError apiRobert Bragg1-2/+2
2012-08-06display: inc cogl-wayland-server.h if neededRobert Bragg1-0/+3
2012-08-06Switch use of primitive glib types to c99 equivalentsRobert Bragg1-1/+1
2012-04-11fix cogl_context_new crash if fail to connect rendererRobert Bragg1-7/+1
2012-03-06Add -Wmissing-declarations to maintainer flags and fix problemsNeil Roberts1-6/+0
2012-02-20Remove all internal includes of cogl.hRobert Bragg1-1/+0
2011-11-01Start to reduce dependence on glibRobert Bragg1-2/+2
2011-09-05display: always ensure we have an onscreen_templateRobert Bragg1-0/+2
2011-09-05display: Add an accessor to get the renderer out of a displayDamien Lespiau1-0/+6
2011-07-29egl: Make sure to free the underlying egl objects when the display is freedDamien Lespiau1-6/+15
2011-07-29egl-gdl: Provide defaults to be able to initialize a "dummy" contextDamien Lespiau1-0/+4
2011-07-29egl-gdl: struct gdl_plane never was a valid typeDamien Lespiau1-1/+1
2011-07-11Dynamically load the GL or GLES libraryNeil Roberts1-0/+3
2011-06-30Add internal _cogl_init() functionRobert Bragg1-0/+3
2011-06-01Adds _cogl_wayland_texture_2d_new_from_buffer APIRobert Bragg1-0/+10
2011-06-01Make stub winsys into a proper winsys backendRobert Bragg1-4/+0
2011-05-05EGL: Updates GDL platform supportRobert Bragg1-0/+12
2011-05-05Add a vtable of indirection to the winsys codeRobert Bragg1-1/+13
2011-04-11Moves all GLX code down from Clutter to CoglRobert Bragg1-0/+5
2011-04-11Adds renderer,display,onscreen-template and swap-chain stubsRobert Bragg1-0/+106