summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-01-19glamor: Disable debugging messages other than GL API errorsMichel Dänzer1-0/+3
2016-01-13glamor: store old fonts in double width textures.Dave Airlie3-8/+29
2016-01-13glamor: fallback if font is too large for FBO size.Dave Airlie1-0/+5
2016-01-06os: Failure to remove a non-existent log file is not an errorAdam Jackson1-1/+1
2016-01-06Fix build when XSERVER_PLATFORM_BUS is not defined.Thomas Klausner1-0/+4
2016-01-06Fix uninitialized variable warnings reported by clangThomas Klausner1-3/+5
2016-01-05Avoid segfault in CloseWellKnownConnections when using -displayfdAlan Coopersmith1-1/+2
2016-01-05Use unique logfile names when starting server with -displayfdAlan Coopersmith3-28/+101
2016-01-05modesetting should not reference gbm when it's not definedAlan Coopersmith1-0/+6
2016-01-05Revert "Fix uninitialized variable warnings reported by clang"Adam Jackson1-3/+1
2016-01-05Fix uninitialized variable warnings reported by clangThomas Klausner1-1/+3
2015-12-21xfree86: move check for driver->PreInit upPeter Hutterer1-11/+11
2015-12-18xfree86: add NoMatchFoo directives for InputClass sectionsPeter Hutterer5-18/+103
2015-12-18xfree86: whitespace fixPeter Hutterer1-2/+2
2015-12-09vfb: add randr support (v2)Siim Põder1-0/+123
2015-12-09randr: Silence unused variable warningAdam Jackson1-1/+0
2015-12-08sync: Don't allow creating a system counter before sync is initializedAdam Jackson1-18/+3
2015-12-08glxproxy: Silence shadowed-variable warningsAdam Jackson1-2/+3
2015-12-08glxproxy: Silence set-but-unused-variable warningsAdam Jackson2-31/+6
2015-12-08dmx: Run 'doxygen -u' to upgrade the doxygen config fileAdam Jackson1-794/+1635
2015-12-08dmx: Silence unused variable warning in dmxcompatAdam Jackson1-2/+0
2015-12-08dmx: Silence lex/yacc-related config parser warningsAdam Jackson6-5/+8
2015-12-08systemd-logind.c: don't parse VT settings for non-seat0 X serversLaércio de Sousa1-1/+2
2015-12-08xserver: Fix configure.ac check for libsystemd/-daemonBob Ham1-11/+14
2015-12-07prime: Damage full destination rectangle when we start dirty trackingMichel Dänzer1-0/+21
2015-12-07x86emu: Squash a warningAdam Jackson1-1/+1
2015-12-07x86emu: Correctly handle 0x66 prefix for some instructionsJulian Pidancet1-50/+142
2015-12-07present: Do not replace Pixmaps on redirected Window on unflipChris Wilson1-9/+19
2015-12-07present: When cancelling a pending synchronous flip, requeue itChris Wilson2-1/+16
2015-12-07present: Requery pending flips with the right sync_flip modeChris Wilson2-2/+4
2015-12-07modesetting: create entities for pci and old probe. (v2)Dave Airlie1-23/+26
2015-12-07modesetting: drop platform_dev pointer.Dave Airlie2-10/+1
2015-12-03Xorg.wrap: activate libdrm based detection for KMS driversArkadiusz Miśkiewicz1-0/+1
2015-12-02randr: Stop dirty tracking for shared pixmap being destroyedMichel Dänzer1-3/+8
2015-12-02Revert "hw/xfree86: Use NotifyFd for device and other input fd wakeups"Adam Jackson1-26/+41
2015-12-01os: Use NotifyFd interface for listen descriptorsKeith Packard3-69/+42
2015-12-01hw/xfree86: Use NotifyFd for device and other input fd wakeupsKeith Packard1-41/+26
2015-12-01render: Use OsTimer for animated cursor timingKeith Packard1-27/+30
2015-12-01os/xdmcp: Replace xdmcp block/wakeup handlers with timer and NotifyFdKeith Packard1-78/+36
2015-12-01Xext/xselinux: Use NotifyFd interfaceKeith Packard1-14/+4
2015-12-01hw/xwayland: Use NotifyFd handler to monitor wayland socketKeith Packard1-9/+10
2015-12-01modesetting: Use NotifyFd for drm event monitoringKeith Packard1-11/+5
2015-12-01kdrive/ephyr: Use NotifyFd for XCB connection input [v2]Keith Packard5-6/+12
2015-12-01hw/kdrive: Use NotifyFd for kdrive input devicesKeith Packard1-14/+14
2015-12-01hw/kdrive: Use NotifyFd interface for kdrive/linux APM monitoringKeith Packard1-13/+4
2015-12-01config: Use NotifyFd interface for udevKeith Packard1-29/+16
2015-12-01config: Use NotifyFd for dbus interfaceKeith Packard1-12/+4
2015-12-01dix: Move InitFonts up above screen initializationKeith Packard2-2/+3
2015-12-01os: Implement support for NotifyFd X_NOTIFY_WRITEKeith Packard4-24/+59
2015-12-01os: Add NotifyFd interfacesKeith Packard5-0/+116