summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-15xwayland: Avoid double free of RRCrtc and RROutputOlivier Fourdan3-4/+12
2016-08-15dix: Pass ClientPtr to FlushCallbackMichel Dänzer2-7/+4
2016-08-15xace: Fix XaceCensorImage to actually censor the right part of the imageAaron Plattner1-1/+2
2016-08-15xwayland: Plug memleak in frame callbacksOlivier Fourdan2-0/+4
2016-08-15Autoconfig: Fix the loop adding dectected drivers to the list of screensMatthieu Herrb1-2/+1
2016-08-15xfree86: vgaarb: Initialize local variable rsrc_decodesEmily Deng1-1/+1
2016-08-15dix: Avoid writing uninitialized bytes in deliverPropertyNotifyEventKeith Packard1-4/+6
2016-08-14os: Abandon loop after poll call when array of fds has changedKeith Packard1-0/+10
2016-08-14os: Delay freeing of epoll_wait return pointers until epoll is idle.Keith Packard1-2/+23
2016-08-13xfree86: Set pScrn->pScreen before driver ScreenInit is calledKeith Packard1-2/+11
2016-08-13Merge remote-tracking branch 'daenzer/for-master'Keith Packard0-0/+0
2016-08-13Build glamor when Xorg or Xephyr are built.Keith Packard1-2/+15
2016-08-11mi: Remove spurious call to OsReleaseSignals from mieqGrowQueueKeith Packard1-1/+0
2016-08-12xfree86: lock input during PreInitPeter Hutterer1-0/+2
2016-08-12xfree86: fix unbalanced input_lock/unlock in xf86NewInputDevice()Peter Hutterer1-1/+1
2016-08-12os: Allow re-registering fd with InputThreadRegisterDevKeith Packard1-11/+25
2016-08-11os: append, rather than prepend, any new input thread fdsPeter Hutterer1-1/+1
2016-08-10xfree86/modes: Handle no palette case better in xf86RandR12CrtcSetGammaMichel Dänzer1-1/+9
2016-08-08modesetting: Delete dead drmmode_bo_for_pixmap function.Kenneth Graunke2-31/+0
2016-08-02xfree86/modes: Handle no palette case better in xf86RandR12CrtcSetGammaMichel Dänzer1-1/+9
2016-07-30present: Handle event mask updates as specified v2Michel Dänzer2-5/+26
2016-07-28present: Only call restore_screen_pixmap once from set_abort_flipMichel Dänzer1-3/+4
2016-07-28xfree86: Hook up colormaps and RandR 1.2 gamma code v6Michel Dänzer4-122/+124
2016-07-28xfree86/modes: Remove xf86RandR12CrtcGetGammaMichel Dänzer1-39/+0
2016-07-27xfree86/modes: Move gamma initialization to xf86RandR12Init12 v2Michel Dänzer2-114/+114
2016-07-21os: Clean up WaitFor.cKeith Packard1-84/+41
2016-07-21os: Use xorg_list for struct _OsTimerRecKeith Packard1-73/+84
2016-07-21os: Remove CheckConnectionsKeith Packard3-42/+2
2016-07-21os: Leave stdin and stdout openKeith Packard1-11/+0
2016-07-21Allow 1024 and 2048 for LimitClientsKeith Packard2-3/+5
2016-07-21os: eliminate fd value limits for clientsKeith Packard2-100/+23
2016-07-21os: Use ospoll for input thread [v2]Keith Packard1-38/+82
2016-07-21os: Switch server to poll(2) [v3]Keith Packard8-444/+218
2016-07-21dix: Use list for ready clientsKeith Packard6-55/+118
2016-07-21os: Add ospoll interface [v2]Keith Packard5-1/+589
2016-07-21Switch poll() users to xserver_poll()Keith Packard10-22/+21
2016-07-19os: Add poll emulation for mingw [v2]Brian M. Clapper5-1/+344
2016-07-19hw/xwin: Update BlockHandler function signatureJon Turney2-4/+2
2016-07-19hw/xwin: Update for removal of AddEnabledDeviceJon Turney1-1/+13
2016-07-18xfree86: if ATTR_KEYBOARD is set, match for keyboardsPeter Hutterer1-1/+1
2016-07-18modesetting: resubmit dirty rects on EINVAL (v2)Adam Jackson1-0/+9
2016-07-18os: InputThreadFillPipe doesn't need select or pollKeith Packard1-16/+2
2016-07-18os: Move ETEST macro from io.c to osdep.hKeith Packard2-14/+14
2016-07-18os: Add X_NOTIFY_ERROR valueKeith Packard1-3/+4
2016-07-18os: Compute timeout in milliseconds instead of struct timevalKeith Packard3-33/+23
2016-07-18dix: Intermediate GrabServer state 'GrabKickout' not neededKeith Packard1-7/+1
2016-07-18dix/os: Merge priority computation into SmartScheduleClientKeith Packard2-41/+14
2016-07-18Bump ABI versions to reflect block/wakeup handler API changesKeith Packard1-2/+2
2016-07-18Remove AddEnabledDevice and AddGeneralSocket APIsKeith Packard3-46/+9
2016-07-18Remove fd_set from Block/Wakeup handler APIKeith Packard18-69/+62