summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-10-18Use UnloadModuleOrDriver for UnloadSubModule.Michal Suchanek1-17/+6
2011-10-18Unload submodules.Michal Suchanek1-6/+0
2011-10-18Document -background none optionMichal Suchanek1-0/+6
2011-10-18Fix drain_console unregistrationTomáš Trnka2-13/+10
2011-10-18dix: mark motion events as emulated if we're scrolling from button pressPeter Hutterer1-9/+23
2011-10-18dix: add valuator_mask_fetch_double()Peter Hutterer3-1/+54
2011-10-17Merge remote-tracking branch 'jeremyhu/master'Keith Packard70-1246/+715
2011-10-17Merge remote-tracking branch 'whot/next'Keith Packard7-99/+168
2011-10-15Bump ABI_VIDEODRV_VERSION to 12Jeremy Huddleston1-1/+1
2011-10-15xfree86: Deprecate xf86MapVidMem and friendsJeremy Huddleston1-5/+5
2011-10-15xorg-server.pc.in: Remove libpciaccess and pixman-1 from RequiresJeremy Huddleston2-6/+6
2011-10-15darwin: configure: Force some irrelevant options to off on darwinJeremy Huddleston1-0/+5
2011-10-15xfree86: Link modules with -moduleJeremy Huddleston7-12/+12
2011-10-15xfree86: fbdevhw: Remove unused include of pciaccess.hJeremy Huddleston1-2/+0
2011-10-15configure: wrap PCI code with macro and set it at build timeTiago Vignatti15-23/+74
2011-10-15configure: make PCI configuration more saneTiago Vignatti1-17/+22
2011-10-15configure: change PCI function checking by a meaningful version of the libraryTiago Vignatti6-44/+0
2011-10-15xfree86: Work around issue where ar may be told to make an archive with no co...Jeremy Huddleston2-1/+2
2011-10-15xfree86: Add stubs for os-support to help adding new architecture supportJeremy Huddleston7-3/+84
2011-10-15int10: Port internal users off xf86MapVidMemAdam Jackson2-7/+11
2011-10-15pci: Remove xf86MapDomainMemoryAdam Jackson7-283/+5
2011-10-15int10: Use pciaccess rom fetch for !PC machinesAdam Jackson1-57/+1
2011-10-15pci: Deprecate the PCITAG typeAdam Jackson3-9/+2
2011-10-15xfree86: Remove unused bios_devmem.cAdam Jackson2-78/+0
2011-10-15linux: Remove ia64 domain I/O support codeAdam Jackson3-198/+1
2011-10-15linux: Remove pre-2.6 PCI interface supportAdam Jackson1-30/+2
2011-10-15bus: remove some dead struct fieldsAdam Jackson1-6/+0
2011-10-15linux: Use pci_device_get_parent_bridge instead of open-coding itAdam Jackson1-40/+1
2011-10-15pci: Port xf86MapLegacyIO to pciaccessAdam Jackson9-157/+22
2011-10-15vgahw: Port to pciaccess IO space routinesAdam Jackson2-60/+55
2011-10-15vgahw: Don't default to standard (port space) access routinesAdam Jackson1-3/+0
2011-10-15vgahw: Remove IO domain setupAdam Jackson1-1/+0
2011-10-15int10: Port to pciaccess' legacy IO APIAdam Jackson4-52/+52
2011-10-15xfree86: Move xf86GetClocks to vgahwAdam Jackson4-96/+96
2011-10-15test: fix input testDave Airlie1-11/+11
2011-10-15dix: add utility functions for double to/fro FP1616/FP3232 conversionJeremy Huddleston3-0/+197
2011-10-13input: change pointer screen crossing behaviour for multiple ScreenRecsPeter Hutterer4-36/+117
2011-10-13dix: extend rescaleValuatorAxis to take a minimum defaultPeter Hutterer1-15/+15
2011-10-13Store desktop dimensions in screenInfo.Peter Hutterer8-0/+142
2011-10-13xfree86: remove xf86XInputSetScreenPeter Hutterer2-20/+0
2011-10-11os: Remove Error()Jeremy Huddleston6-35/+7
2011-10-10Xephyr: Remove socket and its lock file on exitJeremy Huddleston1-0/+11
2011-10-10Xnest: Remove socket and its lock file on exitJeremy Huddleston2-1/+16
2011-10-11dix: move MD last.valuator update into fill_pointer_eventsPeter Hutterer1-6/+7
2011-10-11mi: switch miPointerSetPosition to take doublesPeter Hutterer3-35/+43
2011-10-11mi: return the screen from miPointerSetPositionPeter Hutterer3-10/+9
2011-10-11dix: drop screen argument from positionSpritePeter Hutterer1-6/+7
2011-10-11dix: move screen- to device coordinate scaling to separate functionPeter Hutterer1-18/+32
2011-10-11dix: don't allow keyboard devices to submit motion or button events.Peter Hutterer1-0/+10
2011-10-11dix: moveRelative modifies parameter in-place, say so.Peter Hutterer1-1/+1