summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-05xwayland: Apply "last pointer window" check only to the pointer deviceCarlos Garnacho1-19/+40
2016-09-28modesetting: only fall back to drmModeSetCursor() on -EINVALMichael Thayer1-4/+8
2016-09-28modesetting: Consume all available udev events at onceDaniel Martin1-4/+6
2016-09-28config: fix GPUDevice fail when AutoAddGPU off + BusIDQiang Yu1-3/+15
2016-09-28xfree86: recognize primary BUS_PCI device in xf86IsPrimaryPlatform()Laszlo Ersek1-1/+9
2016-09-28xfree86: Fix null pointer dereferenceKyle Guinn1-4/+4
2016-09-28xfree86: small memory leaks fixesDavid CARLIER3-2/+5
2016-09-28xephyr: Don't crash if the server advertises zero xv adaptorsAdam Jackson1-1/+1
2016-09-28xf86RandR12: Fix XF86VidModeSetGamma triggering a BadImplementation errorHans de Goede1-0/+30
2016-09-28xf86RandR12: Move calculating of shift inside init_one_componentHans de Goede1-7/+8
2016-09-28modesetting: Fix reverse prime update lagging on secondary GPU outputsHans de Goede1-5/+8
2016-09-28modesetting: Fix reverse prime partial update issues on secondary GPU outputsHans de Goede1-1/+12
2016-09-28xwayland: Clear up x_cursor on UnrealizeCursor()Olivier Fourdan1-3/+4
2016-09-28xwayland: handle EAGAIN on Wayland fdOlivier Fourdan2-3/+32
2016-09-28xwayland: Close the shm fd as early as possibleRui Matos1-27/+19
2016-09-28ephyr: Add a mode for skipping redisplay in glamorEric Anholt2-1/+14
2016-09-22XQuartz: Silence an expected TSan warningJeremy Huddleston Sequoia1-0/+2
2016-09-22XQuartz: Adopt input_lock() and input_unlock()Jeremy Huddleston Sequoia2-89/+41
2016-09-22XQuartz: pbproxy shouldn't need to wait for server initialization.Jeremy Huddleston Sequoia2-21/+0
2016-09-22XQuartz: Remove X11ApplicationFatalErrorJeremy Huddleston Sequoia3-52/+0