summaryrefslogtreecommitdiff
path: root/cogl/winsys
AgeCommit message (Expand)AuthorFilesLines
2014-01-09remove internal_format and redundant error argumentsRobert Bragg2-6/+11
2014-01-09introduce texture loaders to make allocations lazyRobert Bragg1-3/+14
2014-01-09texture: make cogl_texture_get_format api privateRobert Bragg1-1/+1
2014-01-06winsys-glx: Fix swap region to remain disabled for old mesaAdel Gadllah1-1/+1
2014-01-06winsys-glx: Reenable swap_region for llvmpipe and swrastAdel Gadllah1-10/+14
2013-11-28Use COGL_FLAGS_* for the context's private feature flagsNeil Roberts7-9/+21
2013-11-28build: fix building introspection dataRobert Bragg1-0/+20
2013-11-27Declare interface types as void and remove cast macrosRobert Bragg1-0/+8
2013-10-28egl: forward declare wl_resource for compatibilityRobert Bragg1-0/+21
2013-10-24wayland-server: Use wl_resource instead of wl_bufferNeil Roberts3-3/+3
2013-09-16egl: don't bind the wayland display if the extension is not availableGiovanni Campagna1-2/+3
2013-08-23kms: add public API to override the default configuration of outputsGiovanni Campagna1-33/+199
2013-08-20wayland: Call eglTerminate before destroying wl_display, not afterNeil Roberts1-3/+3
2013-08-13egl-kms: set the EGL_PLATFORM explicitlyGiovanni Campagna1-0/+6
2013-07-29remove internal use of cogl_texture_new_with_sizeRobert Bragg1-4/+51
2013-07-11wayland: Send COGL_FRAME_EVENT_SYNC based on the frame callbackNeil Roberts1-0/+79
2013-07-11wayland: Remove the Wayland socket FD if there are any errorsNeil Roberts1-14/+51
2013-07-09wayland: Add API to prevent Cogl from dispatching the wayland displayNeil Roberts1-7/+20
2013-07-09Get rid of the foreign shell and compositor APIsNeil Roberts1-73/+6
2013-07-09Implicitly allocate on cogl_wayland_onscreen_get_(shell_)?surfaceNeil Roberts1-20/+16
2013-07-09Allow cogl_wayland_onscreen_get_surface to be used non-foreignlyNeil Roberts1-1/+1
2013-07-01wayland: Always call wl_display_flush before going idleNeil Roberts1-18/+44
2013-07-01wayland: Disconnect the display when the renderer disconnectsNeil Roberts1-1/+11
2013-06-21egl-x11: Fix a crash when the app has non-Cogl windowsNeil Roberts1-1/+1
2013-05-30Fix a warning in the EGL winsysNeil Roberts1-1/+1
2013-05-30Add a callback to get dirty events from a CoglOnscreenNeil Roberts6-32/+167
2013-05-30wayland: Don't delay resize if nothing is drawn since last swapNeil Roberts1-9/+28
2013-05-30wayland: Don't set the surface to toplevel until it is shownNeil Roberts1-6/+34
2013-05-30win32: Automatically process windows messages when using a GMainLoopNeil Roberts1-0/+42
2013-05-29check the wayland buffer format when creating textureRobert Bragg3-0/+30
2013-05-29Adds initial Emscripten support to CoglRobert Bragg3-7/+21
2013-05-28Add fence APIDaniel Stone4-1/+80
2013-05-28poll: Add general way to hook into mainloop without fdRobert Bragg2-4/+10
2013-04-30onscreen: Adds swap_buffers_with_damage apiRobert Bragg10-22/+83
2013-04-30Associate check and dispatch funcs with poll fdsRobert Bragg5-224/+160
2013-04-30Add api for queuing idle callback internallyRobert Bragg6-275/+285
2013-04-30Move event polling into CoglRendererRobert Bragg8-149/+145
2013-04-26wayland: implement foreign surfaces for CoglOnscreenChris Cummins1-20/+40
2013-04-26wayland: free framebuffer's shell surface on destroyChris Cummins1-0/+10
2013-04-24wayland: implement poll_get_info and poll_dispatchAndreas Oberritter1-0/+44
2013-03-24egl: define missing EGL_KHR_create_context enumsRobert Bragg1-0/+18
2013-02-21win32: Minor build fixes for building for win32Neil Roberts1-6/+6
2013-02-03Make it possible to call swap_buffers within a frame event callbackNeil Roberts1-7/+16
2013-01-31This reverts the first hunk from Jerome's last patchRobert Bragg1-14/+7
2013-01-31glx do not use multisample visual config for front or pixmapJerome Glisse1-7/+24
2013-01-30Add cogl_get_clock_time()Owen W. Taylor2-0/+40
2013-01-30onscreen: Add CoglFrameInfo and _add_frame_callback() apiOwen W. Taylor3-31/+281
2013-01-30Prefer OML_sync_control over SGI_video_sync when waiting for swapOwen W. Taylor2-7/+49
2013-01-30Add CoglOutput and track for the GLX backendOwen W. Taylor2-8/+105
2013-01-25Bind the dummy surface or drawable when current onscreen is destroyedNeil Roberts2-2/+42