summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2016-03-23Merge branch 'cygwin-patches-for-1.18' into cygwin-release-1.18xserver-cygwin-1.18.2-1Jon Turney5-37/+5
2016-03-23Restore building Xvfb with --export-dynamicJon Turney1-0/+1
2016-03-23Remove -mwextwmJon Turney4-37/+4
2016-03-23Merge tag 'xorg-server-1.18.2' into cygwin-release-1.18Jon Turney43-2697/+1354
2016-03-11vidmode: Remove stray vidmodeproc.h from EXTRA_DISTAdam Jackson1-1/+0
2016-03-11ephyr: Fix redisplay with glamor on GLES.Eric Anholt1-1/+3
2016-03-11xwayland: add glamor Xv adaptorOlivier Fourdan4-1/+428
2016-03-11modesetting: Allow CRTC transforms to actually take effectMichel Dänzer1-1/+0
2016-03-11xfree86: Re-set current cursor after RandR 1.2 CRTC configuration changeMichel Dänzer3-0/+31
2016-03-11xfree86/modes: Check for CRTC transforms in xf86_use_hw_cursor(_argb) (v2)Michel Dänzer1-0/+11
2016-03-11xfree86/modes: Refactor xf86_use_hw_cursor_argb to use xf86_use_hw_cursor (v2)Michel Dänzer1-8/+2
2016-03-11xwin: no need to free auth data if AddResource failsJulien Cristau1-14/+3
2016-03-11modesetting: avoid double free if AddResource failsJulien Cristau1-3/+1
2016-03-11dmx/glxProxy: don't free the glx pixmap twice if AddResource failsJulien Cristau1-4/+1
2016-03-11xwayland: Correctly detect whether posix_fallocate existsJonas Ådahl1-0/+4
2016-03-11dri1: Fix unchecked AddResourceAdam Jackson1-3/+5
2016-03-11xwayland: fix a crash on output removalOlivier Fourdan1-0/+1
2016-03-11xwayland: add partial xvidmode extension supportOlivier Fourdan4-0/+422
2016-03-11vidmode: remove redundant DIX functionOlivier Fourdan1-7/+1
2016-03-11vidmode: remove redundant checkOlivier Fourdan1-67/+5
2016-03-11vidmode: move to a separate library of its ownOlivier Fourdan8-2239/+88
2016-03-11vidmode: rename DDX functionsOlivier Fourdan3-233/+234
2016-03-11vidmode: move display mode definitionsOlivier Fourdan1-91/+1
2016-03-11vidmode: remove mode access from public APIOlivier Fourdan3-111/+108
2016-03-11vidmode: use appropriate DisplayModePtr typeOlivier Fourdan3-70/+70
2016-03-11vidmode: remove VidModeGetMonitor()Olivier Fourdan3-41/+30
2016-03-11vidmode: use ScreenPtr instead of screen indexOlivier Fourdan3-168/+181
2016-03-11vidmode: get rid of the CloseScreen wrapperOlivier Fourdan2-18/+0
2016-03-11vidmode: use appropriate APIOlivier Fourdan1-21/+4
2016-03-11dri2: Allow many blocked clients per-drawableChris Wilson1-59/+71
2016-03-11xwin: Add SKIPTASKBAR hint to _NET_WM_WINDOW_TYPE_DOCK type windowsJon Turney1-1/+1
2016-03-11xwin: In multiwindow mode, look up the HWND for the parent windowJon Turney1-3/+7
2016-03-11xwin: Keyboard layout updatesJon Turney2-33/+45
2016-03-11xwin: Add a tentative entry for the Korean keyboard to the list of known keyb...Colin Harrison1-0/+1
2016-03-11xwin: Update to XRANDR 1.2 internal interface to ensure an output is reported...Jon Turney1-11/+81
2016-03-11xwin: Use WM_CLIPBOARDUPDATE clipboard APIJon Turney3-39/+87
2016-03-11xwin: Check that window position is visible on non-rectangular virtual desktopsJon Turney1-8/+12
2016-03-11xwin: Correctly interpret WM_HINTS, WM_NORMAL_HINTS properties on x86_64Jon Turney1-8/+20
2016-03-11xwin: Improve handling of no-decoration motif hintJon Turney1-1/+1
2016-03-11xwin: XGetWMNormalHints() returns non-zero on successJon Turney1-2/+1
2016-03-11kdrive/evdev: update keyboard LEDs (#22302)Laércio de Sousa1-3/+8
2016-03-11xwayland: Prefix shm tmp file names with xwaylandJonas Ådahl1-1/+1
2016-03-11dri2: add virtio-gpu pci idsMarc-Andre Lureau3-0/+10
2016-03-11dix: Add hybrid full-size/empty-clip mode to SetRootClipDaniel Stone13-23/+31
2016-03-11dri2: Use the work queue to manage client sleepsAdam Jackson1-12/+16
2016-03-11dri2: Unblock Clients on Drawable releaseChris Wilson1-0/+3
2016-03-11xwayland: Clear pending cursor frame callbacks on pointer enterRui Matos1-0/+10
2016-03-11dri2: Only invalidate the immediate Window upon SetWindowPixmapChris Wilson1-3/+2
2016-03-11ephyr: Make sure we have GLX_ARB_create_context before calling it.Eric Anholt1-14/+20
2016-03-11xfree86: Build parser for DRI config file subsection unconditionallyAdam Jackson1-8/+0