summaryrefslogtreecommitdiff
path: root/hw/xfree86
AgeCommit message (Expand)AuthorFilesLines
2014-05-01xfree86: allow fallback to PCI bus probe for graphics devices on non-seat0 X ...LaƩrcio de Sousa1-2/+2
2014-04-25hw/xfree86: Restore API compatibility for cursor loading functionsKeith Packard6-25/+95
2014-04-21xf86RandR12: use correct gamma size when allocating gamma tableDominik Behr1-3/+4
2014-04-21Fix hw/xfree86/common/compiler.h for mips64YunQiang Su1-1/+2
2014-04-21shadowfb: Fix compilation errorsKeith Packard1-5/+4
2014-04-21shadowfb: Port to miext/damage (#31303, #65547)Adam Jackson1-1529/+58
2014-04-21DRI2SwapBuffers: Fix uninitialized target SBC.Jamey Sharp1-5/+8
2014-04-21DRI2SwapBuffers: Don't reuse swap_target variable.Jamey Sharp1-7/+3
2014-04-18dri1: Don't bother asking the loader about drmGetLibVersionAdam Jackson1-9/+5
2014-04-18Xorg.wrap manpages: use __appmansuffix__ instead of hardcoding 1Hans de Goede2-3/+3
2014-04-18man/Makefile.am: Fix Xorg.wrap.man Xwrapper.config.man missing from make distHans de Goede1-0/+2
2014-04-18Xorg.wrap: Make the console check portableGuillem Jover1-3/+32
2014-04-18Xorg.wrap: Clarify error messagesGuillem Jover1-13/+25
2014-04-18Xorg.wrap: Use <drm.h> instead of hardcoding libdrm include pathGuillem Jover1-1/+1
2014-04-18Xorg: Add Xorg.wrap to hw/xfree86/.gitignoreGuillem Jover1-0/+1
2014-04-03Add a return value to load_cursor_argb() to allow it to report failureMichael Thayer9-33/+49
2014-04-03Set a flag property on the root window to say if the X server VT is activeMichael Thayer3-1/+47
2014-04-03Merge remote-tracking branch 'whot/for-keith'Keith Packard7-8/+75
2014-04-03xf86LogInit: log to XDG_DATA_HOME when not running as rootHans de Goede3-4/+39
2014-04-01configure: Change DEFAULT_LOGPREFIX to really be a filename prefixHans de Goede1-1/+1
2014-03-27Fix build when configured --enable-debugJon TURNEY2-0/+2
2014-03-27Build fbcmap_mi.c once, rather than once for each DDXJon TURNEY1-2/+2
2014-03-26xfree86: glamor_egl subdir must be distributed - breaks distcheckGaetan Nadon1-1/+1
2014-03-26systemd-logind: Monitor systemd-logind going awayHans de Goede1-2/+32
2014-03-26Buildsys: Create SUID_WRAPPER_DIR before using itHans de Goede1-0/+1
2014-03-26suid: adding Xorg.sh.in to EXTRA_DIST is redundantGaetan Nadon1-1/+1
2014-03-26suid: add generated Xorg.sh to hw/xfree86/.gitignoreGaetan Nadon1-0/+1
2014-03-25miinitext: introduce LoadExtensionList() to replace over LoadExtension()Emil Velikov3-11/+6
2014-03-22Add necessary headers for major()/minor() on Solaris to xf86Xinput.cAlan Coopersmith1-0/+4
2014-03-13xf86Xinput: release server managed fd before removing the device from the listHans de Goede1-5/+5
2014-03-13systemd-logind: Correctly deal with InputDevs sharing a device-nodeHans de Goede1-0/+27
2014-03-13systemd-logind: Add a systemd_logind_set_input_fd_for_all_devs helperHans de Goede1-10/+23
2014-03-13systemd_logind_find_info_ptr_by_devnum: Move to higher inside the fileHans de Goede1-14/+14
2014-03-13systemd_logind_find_info_ptr_by_devnum: Add a start argumentHans de Goede1-3/+5
2014-03-12Remove config_odev_add_*attribute checks in various placesHans de Goede1-4/+1
2014-03-12config_odev*: Use XNF alloc functionsHans de Goede1-2/+3
2014-03-12Xorg: Add a suid root wrapperHans de Goede6-2/+328
2014-03-11Merge remote-tracking branch 'whot/for-keith'Keith Packard1-2/+20
2014-03-11xfree86: handle xorg.conf devices with logindPeter Hutterer1-2/+20
2014-03-10Require video drivers to report that they support server managed fdsHans de Goede2-2/+15
2014-03-10xf86platformBus: Make doPlatformProbe accept a NULL gdev argumentHans de Goede1-9/+5
2014-03-10systemd-logind: Fix vt-enter not working when using a legacy video driverHans de Goede1-1/+2
2014-03-07Merge remote-tracking branch 'jwrdecoede/for-keith'Keith Packard12-46/+738
2014-03-05glamor: Add support for DRI3.Eric Anholt1-1/+4
2014-03-05xorg: Connect up the glamor XV code, xorg DDX-only for now.Eric Anholt1-0/+1
2014-03-05xorg: Build a glamor_egl module.Eric Anholt2-1/+45
2014-03-03xf86OpenSerial: Add support server managed fdsHans de Goede1-1/+5
2014-03-03systemd-logind: Add delayed input device probingHans de Goede3-4/+49
2014-03-03systemd-logind: Hookup systemd-logind integrationHans de Goede3-6/+59
2014-03-03systemd-logind: Add systemd-logind "core"Hans de Goede5-1/+541