summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2017-10-12hw/xfree86: unvalidated lengthsNathan Kidd2-35/+47
2017-10-12Unvalidated lengthsNathan Kidd1-0/+2
2017-10-12Revert "xf86-video-modesetting: Add ms_queue_vblank helper [v3]"Adam Jackson5-95/+97
2017-10-04xf86-video-modesetting: Add ms_queue_vblank helper [v3]Keith Packard5-97/+95
2017-10-04dmx: Remove some not-very-interesting debug printsAdam Jackson1-63/+0
2017-10-04dmx: Silence an unused-result warningAdam Jackson1-1/+2
2017-10-04Move statically linked xorgxkb files from dixmods to a separate directoryJon TURNEY7-8/+24
2017-10-04modesetting: Blacklist EVDI devices from PRIME syncDawid Kurek1-0/+5
2017-10-04modesetting: Skip no-longer-present connectors when resetting BAD linksKeith Packard1-1/+4
2017-10-04modesetting: re-set the crtc's mode when link-status goes BADMartin Peres1-0/+51
2017-09-25xfree86: up the path name size to 512 in xf86MatchDriverFromFilesPeter Hutterer1-1/+1
2017-09-25suid: Include sysmacros.h to fix build after glibc-2.25Nick Sarnie1-0/+3
2017-09-25xfree86: Silence a new glibc warningAdam Jackson2-0/+6
2017-09-25xwayland: Fix a segfault with pointer lockingOlivier Fourdan1-0/+3
2017-09-25dri2: Sync i965_pci_ids.h from Mesa.Rodrigo Vivi1-0/+23
2017-09-25wayland: Sync drm.xml with MesaAdam Jackson1-16/+19
2017-09-25xfree86/modes: Use RRTransformEqual in xf86RandR12CrtcSetMichel Dänzer1-2/+1
2017-09-25modesetting: Validate the atom for enum propertiesAdam Jackson1-1/+2
2017-09-25xwayland: Lock the pointer if it is confined and has no cursorCarlos Garnacho1-1/+28
2017-09-25xwayland: Update root window size when desktop size changesCarlos Garnacho2-1/+6
2017-09-25xwayland: "Accept" confineTo on InputOnly windowsCarlos Garnacho1-0/+9
2017-09-25xwayland: Allow pointer warp on root/None windowCarlos Garnacho1-0/+20
2017-09-25xwayland: Don't load extension list more than onceLyude1-2/+3
2017-09-25xfree86: Fix interpretation of xf86WaitForInput timeoutJason Gerecke1-0/+3
2017-09-25os: Handle SIGABRTMichel Dänzer2-0/+2
2017-09-25xfree86/modes: Make colormap/gamma glue code work with RandR disabledMichel Dänzer1-45/+91
2017-09-22xephyr: Check for host XVideo support before trying to use itAdam Jackson1-0/+5
2017-09-22modesetting: Set correct DRM event context versionDaniel Stone1-1/+1
2017-09-22dmx: Fix null pointer dereferenceTobias Stoeckmann1-1/+1
2017-09-22dri2: Sync i965_pci_ids.h from Mesa.Kenneth Graunke1-19/+21
2017-09-22ephyr: Don't clobber bitsPerPixel when using glamorAdam Jackson1-1/+0
2017-09-21parser: Fix crash when xf86nameCompare(s1 = x, s2 = NULL)Adam Jackson1-0/+2
2017-09-21Xephyr: Check screen resources creation successOlivier Fourdan2-2/+9
2017-03-13xwayland: Monitor client states to destroy callbacksOlivier Fourdan1-8/+52
2017-03-13xwayland: clear cursor frame callbackOlivier Fourdan1-2/+12
2017-03-02xwayland: do not set checkRepeat on master kbdOlivier Fourdan1-5/+0
2017-03-02xwayland: Make sure we have a focus windowOlivier Fourdan1-0/+6
2017-02-23xwayland: Add hack for FWXGA resolution #99574Svitozar Cherepii1-0/+7
2017-02-23xwayland: CRTC should support all rotationsOlivier Fourdan1-1/+8
2017-02-23xwayland: Apply output rotation for screen sizeOlivier Fourdan1-12/+16
2017-02-17xfree86: Take input_lock() for xf86ScreenCheckHWCursorChris Wilson1-7/+20
2017-02-17xfree86: Take input lock for xf86TransparentCursorChris Wilson1-0/+4
2017-02-17xfree86: Take the input lock for xf86RecolorCursorChris Wilson1-6/+18
2017-01-11xfree86: fix wrong usage of xf86optionListMergeQiang Yu1-1/+1
2017-01-11edid: Add quirk for ADA 1024x600 7" display.Kai-Heng Feng1-0/+5
2017-01-11Fix a segfault that occurs if xorg.conf.d is absent:Ben Crocker3-1/+25
2017-01-11xwayland: Fix use after free of cursorsOlivier Fourdan1-4/+13
2017-01-11xwayland: Don't send KeyRelease events on wl_keyboard::leaveRui Matos1-6/+2
2016-11-02dri2: Sync i965_pci_ids.h from mesaTimo Aaltonen1-15/+17
2016-11-01xwayland-shm: block signals during fallocateIan Ray1-0/+10