summaryrefslogtreecommitdiff
path: root/hw/xfree86/common
AgeCommit message (Expand)AuthorFilesLines
2011-11-23Remove xf86FormatPciBusNumber from API, inline the one place its usedAlan Coopersmith2-12/+6
2011-11-23Move DoShowOptions to xf86Configure.c, delete xf86ShowOpts.cAlan Coopersmith3-123/+52
2011-11-23Remove bad code from DoShowOptions (Xorg -showopts handler)Alan Coopersmith1-10/+2
2011-11-23matchDriverFromFiles: use one snprintf instead of strncpy/cat seriesAlan Coopersmith1-3/+2
2011-11-23Convert strncpy/strncat to strlcpy/strlcatAlan Coopersmith3-9/+5
2011-11-23Don't fallback to wsfb or fbdev on SolarisAlan Coopersmith1-0/+2
2011-11-18VidMode: prevent crash with no modesChris Wilson1-0/+3
2011-11-18xfree86: Deprecate the use of xf86PciInfo.hJeremy Huddleston2-0/+3
2011-11-09input: replace remaining GetPairedDevice() with GetMaster()Peter Hutterer2-2/+2
2011-11-04xfree86: duplicate name and driver from pInfo for NewInputDeviceRequestPeter Hutterer1-0/+2
2011-11-02Merge remote-tracking branch 'whot/two-screen-coordinates'Keith Packard4-20/+5
2011-10-30Merge remote-tracking branch 'whot/for-keith'Keith Packard1-9/+12
2011-10-31xfree86: reduce calls to input_option_get_key/valuePeter Hutterer1-9/+12
2011-10-29xfree86: add nouveau as the first automatic driver for NVIDIA hardwareAnssi Hannula1-1/+9
2011-10-25xfree86: use NewInputDeviceRequest for xorg.conf devices tooPeter Hutterer2-28/+9
2011-10-25xfree86: Fix a comment, the old function doesn't exist anymorePeter Hutterer1-1/+1
2011-10-25xfree86: use xf86AddNewOption instead of xf86addNewOptionPeter Hutterer1-4/+4
2011-10-25input: switch InputOption to use XF86OptionRec storage.Peter Hutterer3-13/+6
2011-10-19Merge remote-tracking branch 'hramrach/pull'Keith Packard1-6/+0
2011-10-19Merge remote-tracking branch 'whot/for-keith'Keith Packard1-5/+4
2011-10-18Unload submodules.Michal Suchanek1-6/+0
2011-10-18Fix drain_console unregistrationTomáš Trnka1-5/+4
2011-10-15Bump ABI_VIDEODRV_VERSION to 12Jeremy Huddleston1-1/+1
2011-10-15configure: wrap PCI code with macro and set it at build timeTiago Vignatti10-19/+51
2011-10-15configure: change PCI function checking by a meaningful version of the libraryTiago Vignatti2-17/+0
2011-10-15pci: Port xf86MapLegacyIO to pciaccessAdam Jackson4-8/+12
2011-10-15xfree86: Move xf86GetClocks to vgahwAdam Jackson2-96/+0
2011-10-13Store desktop dimensions in screenInfo.Peter Hutterer2-0/+5
2011-10-13xfree86: remove xf86XInputSetScreenPeter Hutterer2-20/+0
2011-10-03Merge remote-tracking branch 'herrb/master'Keith Packard3-4/+7
2011-10-03Merge remote-tracking branch 'koba/reviewed'Keith Packard3-18/+0
2011-09-30Add a 'wscons' autoconf mechanism to configure input devices on BSD.Matthieu Herrb3-4/+7
2011-09-29Remove unused vtSysreqAlexandr Shadchin3-15/+0
2011-09-29bsd: Replacement screenFd on consoleFd because they are equivalentAlexandr Shadchin2-3/+0
2011-09-29input: switch InitValuatorAxisStruct to return BoolPeter Hutterer2-5/+5
2011-09-29Input: Widen pointer acceleration types to doubleDaniel Stone1-1/+1
2011-09-26Merge remote-tracking branch 'whot/next'Keith Packard10-249/+293
2011-09-27xfree86: expose Option "TransformationMatrix"Peter Hutterer1-0/+29
2011-09-27xfree86: fix comment typoPeter Hutterer1-1/+1
2011-09-27xfree86: switch options from pointer to XF86OptionPtrPeter Hutterer7-94/+147
2011-09-21Merge remote-tracking branch 'alanc/master'Keith Packard3-0/+16
2011-09-21Merge remote-tracking branch 'jamey/reviewed'Keith Packard5-47/+0
2011-09-21xfree86: Bump extension ABI version to 6.0Aaron Plattner1-1/+1
2011-09-16xfree86: move -novtswitch & -sharevts argument handling up to common layerAlan Coopersmith3-0/+16
2011-09-15Remove PC98 support.Jamey Sharp5-47/+0
2011-08-22input: make InputOption opaque, provide interface functions.Peter Hutterer1-16/+14
2011-08-22xfree86: comment typo fixPeter Hutterer1-1/+1
2011-08-22Revert "Attempt to add the 'mouse' driver in more situations."Peter Hutterer1-35/+0
2011-08-22config: add udev/systemd multi-seat supportLennart Poettering1-0/+19
2011-08-22xfree86: use xf86AllocateInput for implicit devices tooPeter Hutterer1-19/+23