summaryrefslogtreecommitdiff
path: root/cogl/winsys
Commit message (Expand)AuthorAgeFilesLines
* kms-winsys: Mark the framebuffer to be bound when setting a new layoutRui Matos2015-01-301-0/+2
* CoglTexturePixmapX11: add support for stereo contentOwen W. Taylor2014-07-176-43/+251
* Add support for setting up stereo CoglOnscreensOwen W. Taylor2014-07-172-1/+8
* kms-winsys: Add api that tells cogl to ignore a crtcAdel Gadllah2014-06-301-1/+22
* kms_winsys: Add cogl_kms_renderer_get_gbm apiAdel Gadllah2014-06-301-0/+14
* Use the EGL_KHR_surfacless_context extensionNeil Roberts2014-06-175-71/+112
* cogl-winsys-egl-kms: Call swap notify handler even when pageflip ioctl failsKristian Høgsberg2014-04-301-13/+28
* cogl-winsys-egl-kms: Never set EGL_PLATFORMKristian Høgsberg2014-04-301-6/+0
* Set COGL_WINSYS_FEATURE_BUFFER_AGE on EGLNeil Roberts2014-03-141-0/+5
* cogl-winsys-egl-kms: Make sure to close our connection to DRM at shutdownJasper St. Pierre2014-03-121-0/+3
* cogl-winsys-egl-kms: Add cogl_kms_renderer_set_kms_fdJasper St. Pierre2014-03-121-8/+32
* cogl-winsys-egl-wayland: Report an error if we can't find the globals we needJasper St. Pierre2014-03-121-6/+10
* kms: include stddef.h before drm.hAndreas Oberritter2014-02-201-0/+1
* winsys-wgl: Don't include cogl.hNeil Roberts2014-01-201-2/+0
* This re-licenses Cogl under the MIT licenseRobert Bragg2014-01-1431-357/+560
* winsys-glx: Fix swap region to remain disabled for old mesaAdel Gadllah2014-01-061-1/+1
* winsys-glx: Reenable swap_region for llvmpipe and swrastAdel Gadllah2014-01-061-10/+14
* remove internal_format and redundant error argumentsRobert Bragg2014-01-012-8/+12
* introduce texture loaders to make allocations lazyRobert Bragg2014-01-011-3/+14
* texture: make cogl_texture_get_format api privateRobert Bragg2014-01-011-1/+1
* build: fix building introspection dataRobert Bragg2013-11-281-0/+20
* Use COGL_FLAGS_* for the context's private feature flagsNeil Roberts2013-11-287-9/+21
* Declare interface types as void and remove cast macrosRobert Bragg2013-11-271-0/+8
* egl: forward declare wl_resource for compatibilityRobert Bragg2013-10-281-0/+21
* wayland-server: Use wl_resource instead of wl_bufferNeil Roberts2013-10-153-3/+3
* egl: don't bind the wayland display if the extension is not availableGiovanni Campagna2013-09-161-2/+3
* kms: add public API to override the default configuration of outputsGiovanni Campagna2013-08-231-33/+199
* wayland: Call eglTerminate before destroying wl_display, not afterNeil Roberts2013-08-191-3/+3
* remove internal use of cogl_texture_new_with_sizeRobert Bragg2013-07-111-5/+51
* wayland: Send COGL_FRAME_EVENT_SYNC based on the frame callbackNeil Roberts2013-07-111-0/+79
* wayland: Remove the Wayland socket FD if there are any errorsNeil Roberts2013-07-111-14/+51
* wayland: Add API to prevent Cogl from dispatching the wayland displayNeil Roberts2013-07-091-7/+20
* Get rid of the foreign shell and compositor APIsNeil Roberts2013-07-091-73/+6
* Implicitly allocate on cogl_wayland_onscreen_get_(shell_)?surfaceNeil Roberts2013-07-091-20/+16
* Allow cogl_wayland_onscreen_get_surface to be used non-foreignlyNeil Roberts2013-07-091-1/+1
* wayland: Always call wl_display_flush before going idleNeil Roberts2013-07-011-18/+44
* wayland: Disconnect the display when the renderer disconnectsNeil Roberts2013-07-011-1/+11
* egl-x11: Fix a crash when the app has non-Cogl windowsNeil Roberts2013-06-201-1/+1
* Removes the CoglSwapChain apiRobert Bragg2013-06-146-31/+10
* Fix a warning in the EGL winsysNeil Roberts2013-05-301-1/+1
* check the wayland buffer format when creating textureRobert Bragg2013-05-293-0/+30
* Adds initial Emscripten support to CoglRobert Bragg2013-05-293-7/+21
* Add a callback to get dirty events from a CoglOnscreenNeil Roberts2013-05-296-32/+167
* wayland: Don't delay resize if nothing is drawn since last swapNeil Roberts2013-05-291-9/+28
* wayland: Don't set the surface to toplevel until it is shownNeil Roberts2013-05-291-6/+34
* Add fence APIDaniel Stone2013-05-284-1/+80
* poll: Add general way to hook into mainloop without fdRobert Bragg2013-05-283-9/+15
* win32: Automatically process windows messages when using a GMainLoopNeil Roberts2013-05-171-0/+42
* Fix the WGL winsys to not use deprecated feature flagsNeil Roberts2013-05-172-8/+5
* onscreen: Adds swap_buffers_with_damage apiRobert Bragg2013-04-3010-22/+83