summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2016-06-08prime: clean up slave bo properly. (v3)Dave Airlie3-0/+11
2016-06-08xfree86: Remove redundant parse of AIGLX server flagAdam Jackson1-5/+0
2016-06-08xwayland: Call eglBindAPI after eglInitializeMichel Dänzer1-1/+2
2016-06-08dix: Update some comments to reflect the new non-SIGIO input modelAdam Jackson9-18/+12
2016-06-08xfree86: Undocument UseSIGIO in xorg.confAdam Jackson1-9/+0
2016-06-08dri1: Hide the SIGIO details from driversAdam Jackson2-74/+62
2016-06-08dmx: Remove SIGIO input support here tooAdam Jackson6-305/+2
2016-06-08dix: Use OsSignal() not signal()Adam Jackson10-23/+16
2016-06-03xwayland: sync event queue to check compositor replyOlivier Fourdan3-0/+12
2016-06-03xwayland: refactor Wayland event handlingOlivier Fourdan1-12/+25
2016-06-03xwayland: add a server sync before repeating keysOlivier Fourdan2-1/+77
2016-06-02Merge remote-tracking branch 'daenzer/for-master'Keith Packard3-70/+4
2016-05-31xwayland: Use the CLOCK_MONOTONIC clockJonas Ådahl1-0/+2
2016-05-30xfree86/modes: Remove xf86_reload_cursors v2Michel Dänzer3-69/+3
2016-05-30xfree86/modes: Assign xf86_config->cursor in xf86_load_cursor_image v2Michel Dänzer1-1/+1
2016-05-30xfree86: Provide xf86BlockSIGIO and xf86ReleaseSIGIO as wrappers for input mutexKeith Packard2-5/+9
2016-05-29xfree86: Remove event reading code from xf86WakeupKeith Packard1-28/+0
2016-05-29xfree86: Bump ABI versionsKeith Packard1-3/+3
2016-05-27modesetting: Use new xf86CurrentCursor APIKeith Packard1-2/+1
2016-05-26kdrive: Use threaded inputKeith Packard1-2/+4
2016-05-26xfree86: Use threaded input mechanism [v2]Keith Packard3-10/+7
2016-05-26Create a threaded mechanism for input [v7]Keith Packard2-3/+3
2016-05-26xfree86: Remove unnecessary errno save/restore in xf86ReadInputKeith Packard1-3/+0
2016-05-26kdrive: Don't lock input across read in KdNotifyFdKeith Packard1-2/+0
2016-05-26Remove SIGIO support for input [v5]Keith Packard13-192/+80
2016-05-26kdrive: Remove unneeded AddEnabledDevice/RemoveEnabledDevice callsKeith Packard1-2/+0
2016-05-26xfree86: Add IndirectGLX server flag (v2)Adam Jackson4-0/+18
2016-05-26xfree86: Set xf86CrtcConfigRec cursor pointer to NULL in HideCursorKeith Packard3-12/+15
2016-05-25xwayland: Move sprite invalidation logic into mipointerKeith Packard1-8/+1
2016-05-11xwayland: don't check events as early as InitInputOlivier Fourdan1-5/+0
2016-05-06modesetting: fix build with glamor disabled.Dave Airlie1-0/+4
2016-05-04xfree86: drop unneeded strdup for modulepath/logfileEmil Velikov1-12/+2
2016-05-04xfree86: use the xf86CheckPrivs() helper for modulepath/logfileEmil Velikov1-27/+23
2016-05-04xfree86: factor out the check priviliges and print a big warningEmil Velikov1-14/+12
2016-05-04modesetting: set capabilities up after glamor and enable offload caps.Dave Airlie1-12/+16
2016-05-04xf86Crtc: don't set the root window property on slave GPUs.Dave Airlie1-1/+2
2016-05-04modesetting: set driverPrivate to NULL after closing fd.Dave Airlie1-1/+1
2016-05-04modesetting: Consistent whitespace in driver.cAlex Goins1-18/+18
2016-05-04XQuartz: Update copyright yearsJeremy Huddleston Sequoia1-2/+2
2016-05-04XQuartz: Add --with-bundle-version and --with-bundle-version-string configure...Jeremy Huddleston Sequoia2-3/+5
2016-05-03XQuartz: Add --with-sparkle-feed-url configure optionJeremy Huddleston Sequoia2-2/+2
2016-05-03XQuartz: Update release feed URL to use new https URLJeremy Huddleston Sequoia1-14/+1
2016-05-03xfree86: add support for MatchIsTabletPadPeter Hutterer5-0/+19
2016-05-02modesetting: port clean start code from amdgpu. (v2)Dave Airlie3-12/+36
2016-05-02modesetting: add support for background none.Dave Airlie4-26/+106
2016-04-29kdrive: Nuke a bunch of dead codeAdam Jackson1-441/+0
2016-04-29dix: Squash some new gcc6 warningsAdam Jackson1-1/+1
2016-04-29x86emu: Change include order to avoid conflict with system headerAndreas Schwab2-9/+1
2016-04-25xwayland-shm: fortify fallocate against EINTRMarek Chalupa1-2/+8
2016-04-18xfree86/parser: simplify #ifdef ladderEmil Velikov1-22/+9