summaryrefslogtreecommitdiff
path: root/hw/xfree86/common
AgeCommit message (Expand)AuthorFilesLines
2020-04-10Xorg: honor AutoRepeat optionMichael Stapelberg1-0/+28
2020-02-12Fix modesetting device matching through kmsdev device pathZoltán Böszörményi1-1/+9
2020-01-08hw/xfree86/common/xf86Init.c: fix build without glxFabrice Fontaine1-1/+0
2019-11-26modesetting: Use EGL_MESA_query_driver to select DRI driver if possibleKenneth Graunke1-1/+1
2019-11-13loader: Move LoaderSymbolFromModule() to public APIAdam Jackson1-0/+1
2019-11-13xfree86: Call ScreenInit for protocol screens before GPU screensAaron Plattner1-25/+25
2019-10-30mi: Add a default no-op miSourceValidateAdam Jackson1-3/+2
2019-10-30include: Remove now-empty site.hAdam Jackson1-1/+0
2019-08-15global: Remove BUILD_DATE and BUILD_TIMEAdam Jackson1-23/+0
2019-08-07xf86: autobind GPUs to the screenDave Airlie6-0/+47
2019-07-22hw: Rename boolean config value field from bool to booleanAdam Jackson2-6/+6
2019-07-15compiler.h: Do not include sys/io.h on ARM with glibcOlivier Fourdan1-30/+0
2019-05-02Promote file containing date & time build was configured to top-levelJon Turney5-25/+5
2019-04-17Fix maybe-uninitialized warning in xf86NewInputDevice()Jon Turney1-1/+1
2019-04-12xfree86: Export xf86GPUScreens and xf86NumGPUScreensAaron Plattner1-2/+2
2019-02-25Add xf86OSInputThreadInit call from common layer into os-support layerAlan Coopersmith1-0/+1
2019-02-25Add ddxInputThread call from os layer into ddx layerAlan Coopersmith1-0/+9
2019-01-10xfree86: Try nouveau on NetBSD as well.Maya Rashish1-1/+1
2018-10-29Fix segfault on probing a non-PCI platform device on a system with PCI.Eric Anholt1-1/+1
2018-10-25os: Factor out CHECK_FOR_REQUIRED_ARGUMENTSAdam Jackson1-20/+13
2018-10-25Disable -logfile and -modulepath when running with elevated privilegesMatthieu Herrb1-2/+6
2018-10-24xfree86: bump video ABI version to 25.0Adam Jackson1-1/+1
2018-09-28dix: Remove LegalModifier()Adam Jackson1-6/+0
2018-09-28dix: Merge AbortDDX into ddxGiveUpAdam Jackson2-44/+25
2018-09-27xfree86: Remove -flippixelsAdam Jackson6-32/+2
2018-09-25compiler.h: only use inx/outx on ARM with glibcRoss Burton1-2/+2
2018-09-19xorg: Don't log "Build Operating System: Linux 4.9.0-5-amd64 x86_64 Debian"Eric Anholt1-7/+0
2018-09-12include: Remove now-dead declarationsAdam Jackson1-1/+0
2018-09-12xfree86: Remove vestigial lastScrnFlagAdam Jackson3-22/+2
2018-09-12xfree86: Remove NoTrapSignalsAdam Jackson4-26/+0
2018-09-12xfree86: Remove a fallback path we never hitAdam Jackson1-11/+0
2018-09-12xfree86: Remove some not-terribly-useful debuggingAdam Jackson1-5/+0
2018-09-12xfree86: Remove some redundant zero-fill for ScrnInfoRecAdam Jackson1-10/+0
2018-09-12xfree86: Remove unused xf86GetServerName()Adam Jackson4-14/+0
2018-09-12xfree86: Fix Option "MaxClients" validationAdam Jackson1-4/+6
2018-09-12dga: Make shutdown less magical and/or terrifyingAdam Jackson4-33/+1
2018-09-12dga: Simplify mieq handler registrationAdam Jackson1-13/+3
2018-09-11xfree86: define FOURCC_NV12 and XVIMAGE_NV12Julien Isorce1-0/+20
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