summaryrefslogtreecommitdiff
path: root/hw/xfree86/common
AgeCommit message (Expand)AuthorFilesLines
2018-02-13xfree86: Add ModulePath support for OutputClass config SectionsHans De Goede1-0/+23
2018-02-13xfree86: Allow overriding primary GPU detection from an OutputClass sectionHans De Goede1-0/+19
2018-02-13xfree86: xf86platformProbe: split finding pci-info and setting primary GPUHans De Goede1-8/+15
2018-02-13xfree86: Add options support for OutputClass OptionsHans De Goede3-1/+48
2018-02-13xfree86: Make OutputClassMatches take a xf86_platform_deviceHans De Goede1-3/+4
2018-02-13xfree86: Free devlist returned by xf86MatchDeviceHans De Goede1-0/+4
2018-02-13xfree86: Try harder to find atleast 1 non GPU ScreenHans de Goede5-3/+33
2018-02-13xfree86: Make adding unclaimed devices as GPU devices a separate stepHans de Goede3-0/+25
2018-02-13xfree86: Remove redundant ServerIsNotSeat0 check from xf86CallDriverProbeHans de Goede1-2/+0
2018-02-12xf86XvMCScreenInit: Clear pScreenPriv->dixinfo when freeing pAdaptMichel Dänzer1-0/+1
2018-01-22xfree86: add default modes for 16:9 and 16:10Martin Wilck1-0/+141
2017-10-12hw/xfree86: unvalidated lengthsNathan Kidd1-35/+46
2017-09-25xfree86: up the path name size to 512 in xf86MatchDriverFromFilesPeter Hutterer1-1/+1
2017-09-25xfree86: Silence a new glibc warningAdam Jackson1-0/+3
2017-09-25os: Handle SIGABRTMichel Dänzer1-0/+1
2017-01-11xfree86: fix wrong usage of xf86optionListMergeQiang Yu1-1/+1
2017-01-11Fix a segfault that occurs if xorg.conf.d is absent:Ben Crocker1-0/+9
2016-10-26ddx: add new call to purge input devices that weren't addedPeter Hutterer1-0/+15
2016-10-26xfree86: swap the list of paused devices to an xorg_listPeter Hutterer1-11/+20
2016-10-26xfree86: use the right option traversal list to search for an optionPeter Hutterer1-11/+7
2016-10-05xfree86: remove aiglx cmd/xorg.conf optionEmil Velikov2-11/+0
2016-09-28config: fix GPUDevice fail when AutoAddGPU off + BusIDQiang Yu1-3/+15
2016-09-28xfree86: recognize primary BUS_PCI device in xf86IsPrimaryPlatform()Laszlo Ersek1-1/+9
2016-08-18Fix Xorg -configure not working anymoreHans De Goede1-1/+2
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-13xfree86: Set pScrn->pScreen before driver ScreenInit is calledKeith Packard1-2/+11
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-07-28xfree86: Hook up colormaps and RandR 1.2 gamma code v6Michel Dänzer2-54/+13
2016-07-18xfree86: if ATTR_KEYBOARD is set, match for keyboardsPeter Hutterer1-1/+1
2016-07-18Bump ABI versions to reflect block/wakeup handler API changesKeith Packard1-2/+2
2016-07-18Remove fd_set from Block/Wakeup handler APIKeith Packard3-3/+3
2016-07-18Remove readmask from screen block/wakeup handlerKeith Packard2-10/+6
2016-07-18hw/xfree86: Use NotifyFd for other input fd wakeupsKeith Packard1-26/+22
2016-07-18xfree86: Switch from select(2) to poll(2)Keith Packard1-1/+0
2016-07-15xfree86: Fix fallback driver sort order for Xorg -configure (v2)Adam Jackson1-19/+40
2016-06-10Allow ConstantDeceleration < 1.0Eric Biggers1-1/+1
2016-06-08xfree86: Don't swallow ±iglx command line flagAdam Jackson1-1/+1
2016-06-08Allow compile-time selection of a fallback input driverPeter Hutterer1-8/+31
2016-06-08xfree86: Remove redundant parse of AIGLX server flagAdam Jackson1-5/+0
2016-06-08dix: Update some comments to reflect the new non-SIGIO input modelAdam Jackson2-3/+2
2016-06-08dix: Use OsSignal() not signal()Adam Jackson1-9/+9
2016-05-30xfree86: Provide xf86BlockSIGIO and xf86ReleaseSIGIO as wrappers for input mutexKeith Packard1-0/+4
2016-05-29xfree86: Remove event reading code from xf86WakeupKeith Packard1-28/+0
2016-05-29xfree86: Bump ABI versionsKeith Packard1-3/+3
2016-05-26xfree86: Use threaded input mechanism [v2]Keith Packard3-10/+7
2016-05-26xfree86: Remove unnecessary errno save/restore in xf86ReadInputKeith Packard1-3/+0
2016-05-26Remove SIGIO support for input [v5]Keith Packard7-53/+33
2016-05-26xfree86: Add IndirectGLX server flag (v2)Adam Jackson3-0/+14