summaryrefslogtreecommitdiff
path: root/hw/xfree86/common
AgeCommit message (Expand)AuthorFilesLines
2008-11-24Bus: Remove yet more unused overlap processing.Adam Jackson2-8/+0
2008-11-24Bus: Don't pretend to care about IRQs, DMA, or PCI config spaceAdam Jackson1-3/+0
2008-11-24Bus: Simplify a failure case (that pretty much never happens)Adam Jackson1-23/+1
2008-11-24Bus: Trust the kernel when registering driver resourcesAdam Jackson1-16/+4
2008-11-24Remove unused MIN macroAdam Jackson1-4/+0
2008-11-24Bus: remove special handling for init-only resourcesAdam Jackson1-24/+1
2008-11-24Bus: remove useless isaConvertRange2HostAdam Jackson3-10/+0
2008-11-24Bus: Don't try to find an ISA bus just for fun.Adam Jackson1-39/+0
2008-11-24Bus: Remove unused RemoveOverlapsAdam Jackson2-87/+0
2008-11-24Bus: Remove the notion of estimated resources.Adam Jackson1-11/+1
2008-11-24Bus: remove the "reducer"Adam Jackson1-53/+0
2008-11-24Remove xf86GetResourcesImplicitlyAdam Jackson1-27/+4
2008-11-24Fix typo in 5bf2c88d2317230b95b2904cb975167d03ee13a2Alan Coopersmith1-1/+1
2008-11-24Simplify filename generation code for Xorg -configureAlan Coopersmith1-22/+19
2008-11-24DGA: silence compiler warning.Peter Hutterer1-2/+2
2008-11-24xfree86: Split the working code of NIDR into new xf86NewInputDevice.Peter Hutterer3-95/+83
2008-11-23Merge branch 'master' of git+ssh://herrb@git.freedesktop.org/git/xorg/xserverMatthieu Herrb6-2/+147
2008-11-23missing action in if statement.Matthieu Herrb1-0/+1
2008-11-23Added '-showopts' option to print available driver options (#5564).Stefan Dirsch6-2/+147
2008-11-21xfree86: don't reset Auto(Add|Enable)Devices, use defaults from xf86GlobalsRémi Cardona1-2/+0
2008-11-21xfree86: without CONFIG_HAL, Auto{Add|Enable}Devices and AEI is false.Peter Hutterer1-0/+6
2008-11-18Xinput: use floats for ConstantDeceleration and AdaptiveDecelerationKeith Packard1-2/+2
2008-11-08Don’t recommend fixing HAL if HAL support is disabled.James Cloos1-0/+5
2008-11-07xfree86: xf86SetDepthBpp needs to respect the driver's depth24flagsJulien Cristau1-5/+0
2008-11-04Xi: XINPUT has been mandatory for agesDaniel Stone1-3/+0
2008-10-30xfree86: fix xf86ScaleAxis once again.Peter Hutterer1-2/+2
2008-10-29xfree86: If AEI is on, disable "kbd" and "mouse" devices.Peter Hutterer1-2/+37
2008-10-26xfree86: fix compiler warnings in DoModalias()Julien Cristau1-3/+3
2008-10-26xfree86: Silence compiler warnings about function prototypesJulien Cristau1-3/+3
2008-10-26xfree86: Fix compiler warnings (implicit declarations)Julien Cristau2-0/+6
2008-10-26Bug#16501: autodetection of sbus graphic cardsBernhard R. Link2-0/+12
2008-10-23Allow non-gcc compilers to build xf86Xinput.cAlan Coopersmith2-0/+6
2008-10-22xfree86: AllowEmptyInput is true by default - update the xf86Info defaults.Peter Hutterer1-27/+30
2008-10-21Force LC_ALL=C when building xf86DefModeSet.cRémi Cardona1-1/+1
2008-10-15XFree86: Simplify DontZap/-retro interactionDaniel Stone1-4/+2
2008-10-14Xorg: add -modalias optionNathaniel McCallum4-10/+105
2008-10-12Restore xf86{Enable, Disable}GeneralHandler.Aaron Plattner2-0/+30
2008-10-12Revert "xfree86: xf86{Enable, Disable}InputHandler can be static."Aaron Plattner2-28/+30
2008-10-10Move xorg_backtrace() up to the OS level so we can call it from DIX.Adam Jackson1-173/+0
2008-10-10xfree86: export NewInputDeviceRequest/DeleteInputDeviceRequestPeter Hutterer1-2/+2
2008-10-10xfree86: cache dev->isMaster before freeing the device.Peter Hutterer1-1/+2
2008-10-08Remove unused declarations.Tiago Vignatti1-1/+0
2008-10-08Everyone knows that the loader is present. Silence it.Tiago Vignatti1-1/+0
2008-10-08xfree86: xf86{Enable, Disable}InputHandler can be static.Tiago Vignatti2-30/+28
2008-10-08xfree86: remove xf86{Enable, Disable}GeneralHandler and others unused.Tiago Vignatti2-53/+0
2008-10-08xfree86: fix wrong function name message errors.Tiago Vignatti1-10/+10
2008-10-08XFree86: Fix DontZap interaction with -retroDaniel Stone1-2/+4
2008-10-07-retro enables zappingAdam Jackson1-0/+1
2008-10-08Input: Make DontZap the defaultDaniel Stone1-1/+1
2008-10-07Revert "Unexport (and unimplement) xf86SetAccessFuncs" for now.Aaron Plattner2-0/+20