summaryrefslogtreecommitdiff
path: root/hw/xfree86/common
AgeCommit message (Expand)AuthorFilesLines
2018-08-09meson: Make FALLBACK_INPUT_DRIVER configurable in meson.Eric Anholt1-1/+13
2018-08-02xorg: Remove the XF86PM define.Eric Anholt2-14/+0
2018-06-28modesetting: Allow a DRM fd to be passed on command line with -masterfd [v2]Keith Packard2-0/+3
2018-06-11xfree86: Inline xf86{Read,Write}Mmio{8,16,32} on alphaMatt Turner1-18/+49
2018-04-03xfree86: Restore newline before "X Protocol Version" stringAaron Plattner1-1/+1
2018-03-28xfree86: Add Option "Debug" to ServerFlagsAdam Jackson2-0/+6
2018-03-27meson: Add libdrm to hw/xfree86/common's dependenciesAdam Jackson1-0/+1
2018-03-27autotools: Stop caring about XORG_DATEAdam Jackson1-4/+0
2018-03-21xfree86: replace all uses of xf86PrivsElevated with PrivsElevatedNicolai Hähnle2-4/+4
2018-03-21os: move xf86PrivsElevated hereNicolai Hähnle1-58/+1
2018-03-05glamor: Implement GetSupportedModifiersLouis-Francis Ratté-Boulianne1-0/+1
2018-02-19dga: #if XFreeXDGA → #ifdef XFreeXDGALaurent Carlier1-3/+3
2018-02-14glx: Use vnd layer for dispatch (v4)Adam Jackson1-1/+1
2018-02-05xfree86: Only call PreInit handler if it exists for deviceJeff Smith1-1/+2
2018-02-05xfree86: Allocate sufficienct space for dev2screen arrayJeff Smith1-1/+1
2018-02-05xfree86: Do not use uninitialized pointer during probeJeff Smith1-3/+4
2018-02-02xfree86: Silence always true condition warning.Michal Srb1-5/+1
2018-01-29xfree86: Remove broken RANDR disabling logic (v4)Adam Jackson7-36/+18
2018-01-24Revert "xfree86: Remove broken RANDR disabling logic (v3)"Adam Jackson7-7/+33
2018-01-24xfree86: Remove broken RANDR disabling logic (v3)Adam Jackson7-33/+7
2018-01-24xf86XvMCScreenInit: Clear pScreenPriv->dixinfo when freeing pAdaptMichel Dänzer1-0/+1
2018-01-18xfree86: add default modes for 16:9 and 16:10Martin Wilck1-0/+141
2017-12-13xfree86: Hold input_lock across SPRITE functions in VGA arbiterKeith Packard1-7/+13
2017-12-13xfree86: remove xf86CaughtSignal etc.Adam Jackson7-37/+3
2017-12-13xfree86: Remove xf86InterceptSignalsAdam Jackson2-15/+0
2017-12-13xfree86: Remove xf86InterceptSigIllAdam Jackson2-14/+0
2017-10-30Use ARRAY_SIZE all over the treeDaniel Martin3-4/+4
2017-10-10hw/xfree86: unvalidated lengthsNathan Kidd1-35/+46
2017-09-13meson: Move the BUILD_DATE/TIME setup to configure time.Eric Anholt1-4/+2
2017-09-13meson: Include BUILD_DATE in the meson xf86Build.h.Eric Anholt1-1/+1
2017-09-13meson: Respect SOURCE_DATE_EPOCH for reproducible builds.Eric Anholt1-2/+9
2017-07-31xfree86: Fix X -configure driver sort yet againAdam Jackson1-6/+5
2017-06-22xfree86: Move DRICreatePCIBusID to xf86Pci.hAdam Jackson1-2/+0
2017-06-20xfree86: Move DRICreatePCIBusID to the PCI codeAdam Jackson2-0/+14
2017-06-20xfree86: Remove unused xf86EnableVTSwitchAdam Jackson2-42/+3
2017-06-20xfree86: Fix printing of PCI domain/bus in xf86MatchPciInstancesMichel Dänzer1-1/+1
2017-06-20xfree86: Print BusID stanza compatible bus IDs for found devicesMichel Dänzer1-2/+2
2017-05-29xfree86: up the path name size to 512 in xf86MatchDriverFromFilesPeter Hutterer1-1/+1
2017-05-15xfree86: Hide unused variables when !XSERVER_LIBPCIACCESSJon Turney1-0/+2
2017-05-11Replace all checks for 'linux' macro with '__linux__'Julien Cristau5-11/+11
2017-05-09xfree86: Improved autoconfig drivers matchingKarol Kosik8-118/+153
2017-05-09Revert "xfree86: Improved autoconfig drivers matching"Eric Anholt8-153/+118
2017-05-03xfree86: Silence a new glibc warningAdam Jackson1-0/+3
2017-04-27xfree86: Improved autoconfig drivers matchingKarol Kosik8-118/+153
2017-04-26Add a Meson build system alongside autotools.Eric Anholt2-0/+99
2017-04-26Use #ifdef instead of #if for features to make Meson easier.Eric Anholt1-1/+1
2017-04-26os: Handle SIGABRTMichel Dänzer1-0/+1
2017-04-25xorg: Change __XCONFIGFILE__ to XCONFIGFILE (and DIR) to fix scan.c.Eric Anholt1-3/+3
2017-03-30xfree86: Remove driver entity hooks and privateAdam Jackson9-70/+6
2017-03-27dpms: Consolidate a bunch of stuff into Xext/dpms.cAdam Jackson1-1/+3