summaryrefslogtreecommitdiff
path: root/cogl/winsys/cogl-winsys-glx.c
Commit message (Expand)AuthorAgeFilesLines
* Add a callback to get dirty events from a CoglOnscreenNeil Roberts2013-05-301-1/+25
* Adds initial Emscripten support to CoglRobert Bragg2013-05-291-2/+1
* onscreen: Adds swap_buffers_with_damage apiRobert Bragg2013-04-301-2/+5
* Associate check and dispatch funcs with poll fdsRobert Bragg2013-04-301-17/+0
* Add api for queuing idle callback internallyRobert Bragg2013-04-301-88/+103
* Move event polling into CoglRendererRobert Bragg2013-04-301-40/+39
* Make it possible to call swap_buffers within a frame event callbackNeil Roberts2013-02-031-7/+16
* This reverts the first hunk from Jerome's last patchRobert Bragg2013-01-311-14/+7
* glx do not use multisample visual config for front or pixmapJerome Glisse2013-01-311-7/+24
* Add cogl_get_clock_time()Owen W. Taylor2013-01-301-0/+37
* onscreen: Add CoglFrameInfo and _add_frame_callback() apiOwen W. Taylor2013-01-301-29/+269
* Prefer OML_sync_control over SGI_video_sync when waiting for swapOwen W. Taylor2013-01-301-7/+26
* Add CoglOutput and track for the GLX backendOwen W. Taylor2013-01-301-8/+102
* Bind the dummy surface or drawable when current onscreen is destroyedNeil Roberts2013-01-251-1/+26
* cogl-onscreen: Add buffer_age supportAdel Gadllah2013-01-231-1/+28
* Remove vestiges of libdl / dlfcn.h as cogl uses gmodule.Patrick Welche2013-01-221-1/+0
* Query glX* functions before getting the context to fix GL3 driverNeil Roberts2013-01-221-118/+110
* Allow lazy texture storage allocationRobert Bragg2013-01-221-5/+5
* texture: add width/height members to base CoglTextureRobert Bragg2013-01-221-4/+5
* glx: avoid use of _COGL_GET_CONTEXT()Robert Bragg2013-01-221-26/+13
* Add a GL 3 driverNeil Roberts2013-01-221-8/+48
* Adds CoglError apiRobert Bragg2013-01-221-30/+31
* Clear the scissor before calling glBlitFramebuffer in swap_regionNeil Roberts2013-01-071-0/+9
* winsys-glx: Remove the vblank counter feature when indirect renderingNeil Roberts2012-09-281-0/+3
* onscreen: Adds support for resizable windowsRobert Bragg2012-08-061-16/+83
* Don't use eglGetProcAddress to retrieve core functionsNeil Roberts2012-08-061-1/+6
* Workaround drisw bug where clipped redraws don't workRobert Bragg2012-08-061-2/+24
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-08-061-41/+41
* Removes all remaining use of CoglHandleRobert Bragg2012-08-061-10/+10
* winsys-glx: Remove unused variableDamien Lespiau2012-08-061-1/+0
* Add -Wmissing-declarations to maintainer flags and fix problemsNeil Roberts2012-03-061-0/+1
* Remove all internal includes of cogl.hRobert Bragg2012-02-201-2/+0
* glx: Only call swap_buffer callbacks @ dispatch timeRobert Bragg2012-02-081-1/+49
* Move the add_swap_buffers_callback functions out of the winsysNeil Roberts2012-02-081-59/+1
* template: Allow configuration of swap throttleRobert Bragg2012-01-161-3/+4
* renderer: Adds api to add/remove selection constraintsRobert Bragg2012-01-161-2/+2
* Add a feature ID for the swap event notificationNeil Roberts2012-01-091-0/+5
* Remove old fallback for vblank wait via manual drm ioctlRobert Bragg2012-01-051-50/+0
* xlib: Internally retrieve XEventsNeil Roberts2012-01-051-0/+24
* cogl-texture-2d: Fix checking for the EGL winsysNeil Roberts2011-12-141-0/+3
* Don't bother trying to accept NULL in _cogl_winsys_onscreen_bindNeil Roberts2011-12-121-59/+41
* Remove CoglXlibDisplayNeil Roberts2011-12-121-11/+7
* cogl-xlib-renderer: Move private data to cogl_object_set_user_dataNeil Roberts2011-12-121-16/+27
* framebuffer: Optimize _cogl_framebuffer_flush_state()Robert Bragg2011-12-061-2/+2
* Move POPCOUNTL to cogl-utilNeil Roberts2011-11-161-17/+4
* glx: remove miss leading commentRobert Bragg2011-11-031-2/+0
* Remove inclusion of Xlib headers in Cogl headersZan Dobersek2011-11-011-0/+1
* framebuffer: adds cogl_framebuffer_get_samples_per_pixelRobert Bragg2011-11-011-0/+13
* texture: Make CoglTextureRectangle experimentally publicRobert Bragg2011-11-011-6/+9
* Start to reduce dependence on glibRobert Bragg2011-11-011-6/+7