summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-12-01config: Use NotifyFd interface for udevKeith Packard1-29/+16
2015-12-01config: Use NotifyFd for dbus interfaceKeith Packard1-12/+4
2015-12-01dix: Move InitFonts up above screen initializationKeith Packard2-2/+3
2015-12-01os: Implement support for NotifyFd X_NOTIFY_WRITEKeith Packard4-24/+59
2015-12-01os: Add NotifyFd interfacesKeith Packard5-0/+116
2015-12-01Remove non-smart scheduler. Don't require setitimer.Keith Packard7-48/+45
2015-12-01randr: Cleanup rrSetupPixmapSharing()agoins1-6/+1
2015-12-01xf86: Bump ABI version to 21agoins1-1/+1
2015-12-01randr: Factor out shared pixmap creationagoins1-17/+36
2015-12-01randr: Factor out shared pixmap destructionagoins1-8/+15
2015-12-01xwayland: Update screen size on output removalOlivier Fourdan1-23/+41
2015-12-01xwayland: Always update the wl_pointer cursor on pointer focusJonas Ã…dahl1-1/+21
2015-11-30xwayland: Do not set root clip when rootlessOlivier Fourdan3-4/+10
2015-11-30xwayland: check if creating xwl_output succeededMarek Chalupa2-2/+25
2015-11-30xwayland: fix memory leaks on error paths in xwl_realize_windowMarek Chalupa1-3/+28
2015-11-30Replace 'sun' with '__sun'Richard PALO13-31/+31
2015-11-30kdrive/UnregisterFd: Fix off by oneEgbert Eich1-1/+1
2015-11-30dix: Remove redundant ChangeWindowPropertyAdam Jackson3-20/+4
2015-11-24xnest: Fix needless build dependency on xcb-util-keysymsAdam Jackson1-3/+2
2015-11-24XWayland: Use FocusIn events for keyboard enterDaniel Stone1-1/+5
2015-11-24Input: Add focus-in event sourceDaniel Stone4-0/+36
2015-11-24Input: Add DeviceEventSource enumDaniel Stone5-14/+29
2015-11-24XKB: Split filter execution into a separate functionDaniel Stone1-68/+76
2015-11-24xfree86: fix minor memory leakPeter Hutterer1-1/+4
2015-11-18glamor: Delay making pixmaps shareable until we need to.Eric Anholt5-143/+82
2015-11-18glamor: Make glamor_get_name_from_bo static.Eric Anholt1-3/+1
2015-11-18glamor: Simplify DRI3 pixmap-from-fd, using GBM.Eric Anholt1-30/+7
2015-11-18glamor: Use real types for glamor_egl's public gbm functions.Eric Anholt2-7/+11
2015-11-18glamor: Use the GBM function for getting an FD from a GBM BO.Eric Anholt1-17/+1
2015-11-18glamor: Hook up EGL DestroyPixmap through the normal wrap chain.Eric Anholt5-28/+26
2015-11-18glamor: Unexport glamor_destroy_textured_pixmap().Eric Anholt2-8/+2
2015-11-18glamor: Remove glamor_egl_destroy_textured_pixmap().Eric Anholt2-7/+0
2015-11-18modesetting: No need to free the EGLImage just before freeing the pixmap.Eric Anholt1-6/+0
2015-11-18glamor: No need to glFlush before destroying a pixmap.Eric Anholt1-4/+0
2015-11-10glamor: Fix segfault in fallback picture uploading.Eric Anholt1-7/+9
2015-11-10glamor: Fix assert failures when fallback picture upload alloc fails.Eric Anholt1-7/+30
2015-11-10glamor: Fix rendering when core font texture allocation fails.Eric Anholt1-0/+5
2015-11-10glamor: Fix crashes when the glyph atlas allocation fails.Eric Anholt1-1/+8
2015-11-10glamor: Handle GL_OUT_OF_MEMORY when allocating texture images.Eric Anholt3-0/+28
2015-11-10glamor: Avoid GL errors from mapping with size == 0.Eric Anholt2-2/+15
2015-11-10Also dump passive grabs on XF86LogGrabInfoMichael Stapelberg3-0/+129
2015-11-09Post-release version bump for 1.19Adam Jackson1-2/+2
2015-11-09xserver 1.18.0Adam Jackson1-3/+3
2015-11-09present: Fix Async swap logicAxel Davy1-12/+13
2015-11-09present: Execute right away if target_msc equals current_mscJammy Zhou1-1/+1
2015-10-30modesetting: Remove XF86_CRTC_VERSION checksDaniel Martin1-6/+1
2015-10-30modesetting: Free output_ids in drmmode_set_mode_major()Daniel Martin1-1/+3
2015-10-30modesetting: Handle failures in setting a CRTC to a DRM mode properlyDaniel Martin1-5/+6
2015-10-30vidmode: Drop the unused event codeAdam Jackson1-216/+6
2015-10-28Xserver.man: document more transports for -nolisten & -listen optionsAlan Coopersmith1-2/+11