summaryrefslogtreecommitdiff
path: root/cogl/winsys
AgeCommit message (Expand)AuthorFilesLines
2015-10-15add prime fd APIprime-fdWim Taymans1-0/+26
2015-03-23kms-winsys: try to hobble along if driver doesn't support page flipsRay Strode1-13/+39
2015-02-23kms-winsys: Remove a few unused variablesRui Matos1-4/+0
2015-02-23kms-winsys: Defer setting new surfaces until swap buffersRui Matos1-8/+26
2015-02-04glx: Precisely wait for the next vblankChris Wilson1-3/+1
2015-01-30wayland-winsys: Provide a wl_registry.global_remove callbackRui Matos1-0/+9
2015-01-30kms-winsys: Mark the framebuffer to be bound when setting a new layoutRui Matos1-0/+2
2014-12-12mir: use output names that are more conformat to the one used by XmirMarco Trevisan (Treviño)1-13/+9
2014-12-10mir: add renderer event listener supportMarco Trevisan (Treviño)1-11/+39
2014-12-09mir: don't always allocate when getting the mir surfaceMarco Trevisan (Treviño)1-1/+3
2014-12-09mir: fix mir surface recreation on resize, bind and update pointersMarco Trevisan (Treviño)1-6/+22
2014-12-09mir: correctly init/clear mutex and use prgname for surfaceMarco Trevisan (Treviño)1-1/+3
2014-12-09mir: return proper surface / connection only when valid, without failingMarco Trevisan (Treviño)1-3/+6
2014-11-21mir: release surfaces on errorsMarco Trevisan (Treviño)1-0/+2
2014-11-21mir: add public method to resize a cogl onscreenMarco Trevisan (Treviño)1-8/+91
2014-11-20mir: only allow to set foreign surfaces with hardware bufferMarco Trevisan (Treviño)1-3/+9
2014-11-20mir: return whether a foreign connection has been set or notMarco Trevisan (Treviño)1-5/+6
2014-11-18mir: release a connection on errorMarco Trevisan (Treviño)1-0/+1
2014-11-18mir: improve error loggingMarco Trevisan (Treviño)1-8/+16
2014-11-18mir: use standard c typesMarco Trevisan (Treviño)1-7/+7
2014-11-17mir: add support for Mir OutputsMarco Trevisan (Treviño)1-2/+120
2014-11-17mir: update the framebuffer size on resize eventsMarco Trevisan (Treviño)1-0/+91
2014-11-17mir: set last state after initializing the surfaceMarco Trevisan (Treviño)1-2/+2
2014-11-17mir: add support for foreign surfacesMarco Trevisan (Treviño)1-10/+29
2014-11-17mir: add support for foreign displayMarco Trevisan (Treviño)1-7/+49
2014-11-17cogl: add Mir EGL platformMarco Trevisan (Treviño)2-0/+486
2014-07-17CoglTexturePixmapX11: add support for stereo contentOwen W. Taylor6-43/+251
2014-07-17Add support for setting up stereo CoglOnscreensOwen W. Taylor2-1/+8
2014-06-30kms-winsys: Add api that tells cogl to ignore a crtcAdel Gadllah1-1/+22
2014-06-30kms_winsys: Add cogl_kms_renderer_get_gbm apiAdel Gadllah1-0/+14
2014-06-17Use the EGL_KHR_surfacless_context extensionNeil Roberts5-71/+112
2014-04-30cogl-winsys-egl-kms: Call swap notify handler even when pageflip ioctl failsKristian Høgsberg1-13/+28
2014-04-30cogl-winsys-egl-kms: Never set EGL_PLATFORMKristian Høgsberg2-12/+0
2014-03-20Registers gtypes for all public objects and structsLionel Landwerlin2-0/+15
2014-03-20Expose EGL context/display and GLX contextRobert Bragg3-15/+26
2014-03-20move GLeglImageOES define into cogl-egl-private.hRobert Bragg1-1/+1
2014-03-20egl: remove NativeWindowType/NativeDisplayType definesRobert Bragg5-9/+9
2014-03-20sdl2: fix GL driver selectionRobert Bragg1-4/+16
2014-03-20Expose COGL_FEATURE_ID_BUFFER_AGE feature idRobert Bragg2-3/+9
2014-03-20glx-feature-functions: update misleading commentRobert Bragg1-1/+1
2014-03-20egl: fix incorrect #ifdef guarding of featuresRobert Bragg1-2/+1
2014-03-14Set COGL_WINSYS_FEATURE_BUFFER_AGE on EGLNeil Roberts1-0/+5
2014-03-12cogl-winsys-egl-kms: Make sure to close our connection to DRM at shutdownJasper St. Pierre1-0/+3
2014-03-12cogl-winsys-egl-kms: Add cogl_kms_renderer_set_kms_fdJasper St. Pierre1-8/+32
2014-03-12cogl-winsys-egl-wayland: Report an error if we can't find the globals we needJasper St. Pierre1-6/+10
2014-02-22This re-licenses Cogl 1.18 under the MIT licenseRobert Bragg31-357/+560
2014-02-20kms: include stddef.h before drm.hAndreas Oberritter1-0/+1
2014-02-05GLX winsys: fix feature handling for INTEL_swap_eventOwen W. Taylor2-1/+2
2014-01-20winsys-wgl: Don't include cogl.hNeil Roberts1-2/+0
2014-01-13texture-rectangle: update _new_with_size in line with masterRobert Bragg1-4/+2