summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-07-05security: Start hacking on security extensionsecure-xKeith Packard2-10/+90
2016-07-05Deliver input events exclusively to window ownerKeith Packard1-1/+10
2016-07-05Disable all testing extensions by defaultKeith Packard2-1/+7
2016-07-05Track keystate per client for QueryKeymapKeith Packard3-1/+15
2016-07-05glamor: Limit outstanding drawing queue with glClientWaitSyncKeith Packard2-0/+9
2016-07-05os: Clean up WaitFor.cKeith Packard1-84/+41
2016-07-05os: Use xorg_list for struct _OsTimerRecKeith Packard1-73/+84
2016-07-05os: Remove CheckConnectionsKeith Packard3-42/+2
2016-07-05os: Leave stdin and stdout openKeith Packard1-11/+0
2016-07-05Allow 1024 and 2048 for LimitClientsKeith Packard2-3/+5
2016-07-05os: eliminate fd value limits for clientsKeith Packard2-100/+23
2016-07-05os: Use ospoll for input thread [v2]Keith Packard1-38/+82
2016-07-05os: Switch server to poll(2) [v3]Keith Packard8-444/+218
2016-07-05dix: Use list for ready clientsKeith Packard6-55/+118
2016-07-05os: Add ospoll interfaceKeith Packard5-1/+610
2016-07-05os: InputThreadFillPipe doesn't need select or pollKeith Packard1-16/+2
2016-07-05os: Move ETEST macro from io.c to osdep.hKeith Packard2-14/+14
2016-07-05os: Add X_NOTIFY_ERROR valueKeith Packard1-3/+4
2016-07-05os: Compute timeout in milliseconds instead of struct timevalKeith Packard3-33/+23
2016-07-05dix: Intermediate GrabServer state 'GrabKickout' not neededKeith Packard1-7/+1
2016-07-05dix/os: Merge priority computation into SmartScheduleClientKeith Packard2-41/+14
2016-07-05Bump ABI versions to reflect block/wakeup handler API changesKeith Packard1-2/+2
2016-07-05Remove AddEnabledDevice and AddGeneralSocket APIsKeith Packard3-46/+9
2016-07-05Remove fd_set from Block/Wakeup handler APIKeith Packard18-69/+62
2016-07-05Remove readmask from screen block/wakeup handlerKeith Packard22-131/+77
2016-07-05dmx: Eliminate use of AddEnabledDevice [v2]Keith Packard1-4/+13
2016-07-05modesetting: Use passed-in fd for drm event monitoring NotifyFd callbackKeith Packard1-1/+1
2016-07-05hw/kdrive: Use passed-in fd for kdrive/linux APM monitoring [v2]Keith Packard1-33/+31
2016-07-05xnest: Use SetNotifyFd to receive eventsKeith Packard1-1/+8
2016-07-05hw/xfree86: Use NotifyFd for other input fd wakeupsKeith Packard1-26/+22
2016-07-05os: Use NotifyFd for ErrorConnMaxKeith Packard1-22/+19
2016-07-05dmx: Switch from select(2) to poll(2) for inputKeith Packard2-16/+15
2016-07-05xfree86: Switch from select(2) to poll(2)Keith Packard3-45/+53
2016-07-05kdrive: switch from select(2) to poll(2)Keith Packard6-48/+28
2016-07-05dix: Switch to the libXfont2 API (v2)Keith Packard17-212/+231
2016-06-30configure: Tell AC_REPLACE_FUNCS where to find replacementsAdam Jackson1-0/+1
2016-06-29xkb: add a cause to the xkb indicator update after a keymap changePeter Hutterer1-1/+3
2016-06-28modesetting: Implement PRIME syncing as a sourceAlex Goins2-1/+144
2016-06-28modesetting: Disable Reverse PRIME for i915Alex Goins1-2/+15
2016-06-28modesetting: Blacklist USB transport devices from PRIME syncAlex Goins1-0/+14
2016-06-28modesetting: Suspend and resume flipping with DPMSAlex Goins1-4/+14
2016-06-28modesetting: Implement PRIME syncing as a sinkAlex Goins3-38/+374
2016-06-28modesetting: Always load ms->drmmode.pageflipAlex Goins1-6/+4
2016-06-28modesetting: Always tear down scanout pixmapAlex Goins1-19/+20
2016-06-28modesetting: Internal storage of scanout pixmapsAlex Goins3-12/+22
2016-06-28randr/xf86: Add PRIME Synchronization / Double BufferAlex Goins4-29/+111
2016-06-28xf86: Add PRIME flipping functions to ScreenAlex Goins2-0/+31
2016-06-28hw/xwin: Fix a typo in "Remove Shadow DirectDraw engine"Jon Turney1-1/+1
2016-06-28hw/xwin: Fix a crash trying to reload window icons when not in multiwindow modeJon Turney4-16/+26
2016-06-28hw/xwin: Fix a crash which occurs if focus returns to XWin after xkbcomp has ...Colin Harrison1-1/+1