summaryrefslogtreecommitdiff
path: root/cogl/cogl-renderer-private.h
AgeCommit message (Expand)AuthorFilesLines
2014-11-17mir: add support for foreign displayMarco Trevisan (TreviƱo)1-0/+8
2014-03-12cogl-winsys-egl-kms: Add cogl_kms_renderer_set_kms_fdJasper St. Pierre1-0/+4
2014-02-22This re-licenses Cogl 1.18 under the MIT licenseRobert Bragg1-11/+18
2013-11-28Use COGL_FLAGS_* for the context's private feature flagsNeil Roberts1-1/+2
2013-08-23renderer: Only check certain constraints when selecting a driverNeil Roberts1-0/+5
2013-08-23generalize driver description and selectionRobert Bragg1-0/+1
2013-07-09wayland: Add API to prevent Cogl from dispatching the wayland displayNeil Roberts1-0/+1
2013-07-09Get rid of the foreign shell and compositor APIsNeil Roberts1-2/+0
2013-06-13Use the Wayland embedded linked list implementation instead of BSD'sNeil Roberts1-1/+1
2013-05-30win32: Automatically process windows messages when using a GMainLoopNeil Roberts1-0/+4
2013-04-30Associate check and dispatch funcs with poll fdsRobert Bragg1-0/+1
2013-04-30Add api for queuing idle callback internallyRobert Bragg1-14/+2
2013-04-30Move event polling into CoglRendererRobert Bragg1-0/+19
2013-02-03sdl: Use a 32-bit type to store the user event type numberNeil Roberts1-1/+1
2013-01-30Add CoglOutput and track for the GLX backendOwen W. Taylor1-0/+2
2013-01-22Remove cogl-internal.hRobert Bragg1-1/+0
2013-01-18framebuffer: split GL code out from cogl-framebuffer.cRobert Bragg1-0/+4
2012-08-06Don't use eglGetProcAddress to retrieve core functionsNeil Roberts1-1/+2
2012-08-06Switch use of primitive glib types to c99 equivalentsRobert Bragg1-4/+4
2012-04-12Rework sdl integration apiRobert Bragg1-0/+6
2012-02-24renderer: Adds getters/setters for driver preferenceRobert Bragg1-0/+1
2012-01-16renderer: Adds api to add/remove selection constraintsRobert Bragg1-0/+2
2012-01-05xlib: Internally retrieve XEventsNeil Roberts1-0/+1
2011-12-07wayland: Add api to set a foreign shellRobert Bragg1-0/+1
2011-07-27Fix testing of undefined macro constants to check for definedness insteadPhilip Withnall1-2/+2
2011-07-27Don't use the 'NULL' GModule to resolve GL symbolsNeil Roberts1-0/+4
2011-07-11Dynamically load the GL or GLES libraryNeil Roberts1-0/+9
2011-06-30replace public native_event APIs with typesafe APIsRobert Bragg1-0/+17
2011-06-30renderer: Expose winsys ID setter/gettersRobert Bragg1-0/+1
2011-05-10Adds wayland support to the cogl EGL winsysRobert Bragg1-0/+8
2011-05-05Add a vtable of indirection to the winsys codeRobert Bragg1-0/+2
2011-04-20cogl-renderer: Move the XEvent filters to be generic for all renderersNeil Roberts1-0/+2
2011-04-11Adds renderer,display,onscreen-template and swap-chain stubsRobert Bragg1-0/+43