summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-02xfree86/modes: Handle no palette case better in xf86RandR12CrtcSetGammafor-masterMichel 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
2016-07-18Remove readmask from screen block/wakeup handlerKeith Packard22-131/+77
2016-07-18dmx: Eliminate use of AddEnabledDevice [v2]Keith Packard1-4/+13
2016-07-18modesetting: Use passed-in fd for drm event monitoring NotifyFd callbackKeith Packard1-1/+1
2016-07-18hw/kdrive: Use passed-in fd for kdrive/linux APM monitoring [v2]Keith Packard1-33/+31
2016-07-18xnest: Use SetNotifyFd to receive eventsKeith Packard1-1/+8
2016-07-18hw/xfree86: Use NotifyFd for other input fd wakeupsKeith Packard1-26/+22
2016-07-18os: Use NotifyFd for ErrorConnMaxKeith Packard1-22/+19
2016-07-18dmx: Switch from select(2) to poll(2) for inputKeith Packard2-16/+15
2016-07-18xfree86: Switch from select(2) to poll(2)Keith Packard3-45/+53
2016-07-18kdrive: switch from select(2) to poll(2)Keith Packard6-48/+28
2016-07-18dix: Switch to the libXfont2 API (v2)Keith Packard17-212/+231
2016-07-18glamor: Remove the FBO cache.Eric Anholt3-275/+6
2016-07-15glamor: Translate solid text background region after clippingMichel Dänzer1-6/+7
2016-07-15xfree86: Fix fallback driver sort order for Xorg -configure (v2)Adam Jackson1-19/+40
2016-07-15shm: Also censor images returned by ShmGetImageAndrew Eikum1-0/+17
2016-07-15xwayland: Only force monotonic clock onceAdam Jackson1-1/+2
2016-07-15xwayland: Update RR state on wl_output.done instead of wl_output.modeRui Matos2-9/+10
2016-07-15dix: Work around non-premultiplied ARGB cursor dataMichel Dänzer1-0/+23
2016-07-08linux: Do not try to open /dev/vc/0, fix error msg when /dev/tty0 open failsHans De Goede1-9/+1