summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-28Merge remote-tracking branch 'jturney/master'Keith Packard1-0/+2
2016-10-28ephyr: Leave window unmapped for -glamor-skip-present [v2]Keith Packard1-1/+5
2016-10-28ramdac: Check sPriv != NULL in xf86CheckHWCursor()Alex Goins1-0/+4
2016-10-27glx/dri2: Don't build DRI loader if DRI2 isn't enabledJon Turney1-0/+2
2016-10-26xwayland: Activate and enable touch devicesOlivier Fourdan1-3/+4
2016-10-26xwayland: Transform pointer enter event coordinatesRui Matos1-1/+4
2016-10-26modesetting: unifdef MODESETTING_OUTPUT_SLAVE_SUPPORTNikhil Mahale1-2/+0
2016-10-26xfree86: Xorg.wrap: Do not require root rights for cards with 0 outputsHans de Goede1-1/+1
2016-10-26DRI2: Sync radeonsi_pci_ids.h from MesaMichel Dänzer1-0/+12
2016-10-26modesetting: fix glamor ifdefMihail Konev1-0/+2
2016-10-26ddx: add new call to purge input devices that weren't addedPeter Hutterer4-0/+40
2016-10-26xfree86: swap the list of paused devices to an xorg_listPeter Hutterer1-11/+20
2016-10-26xfree86: use the right option traversal list to search for an optionPeter Hutterer1-11/+7
2016-10-13xf86Cursor: Take the input lock in xf86Set/MoveCursorMichel Dänzer1-3/+14
2016-10-13xf86Cursor: Use PRIME master xf86CursorScreenRec::HotX/Y for slavesMichel Dänzer1-4/+16
2016-10-05glamor: Use eglGetPlatformDisplay{,EXT} if we canAdam Jackson1-4/+4
2016-10-05xfree86/dri: remove libdrm runtime checksEmil Velikov1-21/+1
2016-10-05configure.ac: remove --enable-aiglx optionEmil Velikov1-2/+0
2016-10-05xfree86: remove aiglx cmd/xorg.conf optionEmil Velikov4-21/+3
2016-10-05xwayland: Add pointer warp emulatorJonas Ådahl4-2/+322
2016-10-05xwayland: Translate a pointer grab with confineTo to pointer confinementJonas Ådahl3-0/+101
2016-10-05xwayland: Bind pointer constraints globalJonas Ådahl4-1/+24
2016-10-05xwayland: Put getting a xwl_window from a Window in a helperJonas Ådahl1-2/+7
2016-10-05xwayland: Set unaccelerated pointer motion delta if availableJonas Ådahl2-15/+82
2016-10-05xwayland: Dispatch pointer motion events on wl_pointer.frame if possibleJonas Ådahl2-13/+68
2016-10-05xwayland: Add a new input device used for pointer warping/lockingKrzysztof Sobiecki2-0/+72
2016-10-05xwayland: Move pointer button initialization into helperJonas Ådahl1-17/+27
2016-10-05xwayland: Split up device class init/release into functionsJonas Ådahl1-53/+90
2016-10-05xwayland: Bind the relative pointer managerJonas Ådahl4-4/+34
2016-10-05xwayland: Apply touch abs axes transformation before posting eventsCarlos Garnacho1-9/+8