summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2007-07-18Remove (long-)deprecated xf86EnablePciBusMaster.Adam Jackson3-32/+0
2007-07-18Always normalize the module name.Adam Jackson2-8/+0
2007-07-18Remove dead code for screen crossing.Adam Jackson2-15/+3
2007-07-18Delete dead module test code.Adam Jackson1-33/+0
2007-07-18Remove MEMDEBUGAdam Jackson3-16/+0
2007-07-18Dead ifdefs for BITMAP_SCANLINE_UNIT == 64Adam Jackson2-31/+0
2007-07-18Nuke dead X -configure code.Adam Jackson1-61/+4
2007-07-16Update pci.ids to 2007-07-16 snapshotAlan Coopersmith3-879/+9831
2007-07-14MakeAtom needs length without trailing NUL. sizeof("string") includes NUL.Keith Packard3-4/+4
2007-07-14Add RandR reflection support.Keith Packard4-139/+369
2007-07-14When sync'ing logfile, also flush it.Keith Packard1-0/+1
2007-07-13Use %S instead of %s for strftime seconds when printing build timeAlan Coopersmith1-1/+1
2007-07-12Use kbd driver when xorg.conf specifies "keyboard" or "Keyboard" (bug #11301)Alan Coopersmith1-0/+16
2007-07-12Make SOLARIS_INOUT_ARCH substitutions work better with automake-1.10Alan Coopersmith2-8/+8
2007-07-10Add per-monitor config file option for maximum pixel clock.Adam Jackson3-7/+15
2007-07-10Make sure DRI drawables are cleaned up when client dies.Michel Dänzer4-51/+106
2007-07-05Clean up unused #ifdefs from fb.Adam Jackson5-38/+0
2007-07-05Postpone options variable assignment to fix segfault when we got a device butTiago Vignatti1-3/+14
2007-07-05kdrive must to know that devices are unplugged.Tiago Vignatti1-0/+1
2007-07-05For each kdrive server put a dependencie on its own libraries.Tiago Vignatti18-15/+56
2007-07-04Bug 5000: Fix domain support for SGI AltixJonathan Lim2-93/+109
2007-07-03Fix build when int10 doesn't use x86emu.Michel Dänzer1-0/+2
2007-07-02Make x86emu's I/O cycle tracing more useful.Adam Jackson2-58/+61
2007-07-02Bug #10814: Add needed quirk for Samsung 225BW like the 226BW.Gero Mudersbach1-2/+7
2007-07-02Correct the xf86EdidModes.c file description.Eric Anholt1-2/+3
2007-07-02Fix documentation of association of outputs to monitor sections in xorg.conf(5)Eric Anholt1-6/+14
2007-06-29Death to RCS tags.Adam Jackson473-833/+3
2007-06-28Remove the remnants of OS/2 support.Adam Jackson36-792/+18
2007-06-28Fix another usage of MAX_PCI_DEVICES.Adam Jackson1-1/+1
2007-06-28Bug #10770: "Inputdevs" isn't a valid config file keyword.Adam Jackson1-1/+1
2007-06-27Relink properly all kdrive servers when changes happen.Tiago Vignatti15-0/+30
2007-06-27Add VBE PanelID support.Adam Jackson2-0/+86
2007-06-27More janitor work. Remove 'defined but not used' warnings from kdrive and som...Tiago Vignatti2-2/+4
2007-06-27Janitor work. Remove 'defined but not used' warnings from xorg and other cosm...Tiago Vignatti3-7/+1
2007-06-27Fix kdrive XKB.Tiago Vignatti1-3/+4
2007-06-25Make sure DRIScreenPrivIndex is -1 when no DRI screen private is allocated.Michel Dänzer1-7/+9
2007-06-25configFiles(): don't return anything when declared as void.Peter Hutterer1-1/+1
2007-06-25NULL-terminate device list when synthesizing core devices.Peter Hutterer1-3/+3
2007-06-25Split up memory for devices configured in the config file.Peter Hutterer3-53/+69
2007-06-22Skip driver mode detection/configuration when !vtSema.Keith Packard1-3/+21
2007-06-20Include module name in "already built-in" messageAlan Coopersmith1-1/+1
2007-06-18Make xf86{En,Dis}ableInterrupts no-ops on Linux.Adam Jackson1-57/+5
2007-06-18Compile fixes for Linux ARM platforms.Lennart Buytenhek3-4/+6
2007-06-18In NewInputDeviceRequest, only call EnableDevice if xf86Screens[0]->vtSema isZephaniah E. Hull1-1/+1
2007-06-11Really make sure BUILD_TIME doesn't have a leading zero.Clark Rawlins1-1/+1
2007-06-11DRI: Clip cliprects obtained from DRIGetDrawableInfo to screen dimensions.Michel Dänzer2-10/+43
2007-06-11DRITreeTraversal: Stop walking tree when we've seen all DRI windows.Michel Dänzer1-3/+8
2007-06-11DRI: Fix build warning.Michel Dänzer1-1/+1
2007-06-08Fix sync polarity on Samsung SyncMaster 205BW monitor.Daniel Ciocea1-1/+5
2007-06-04xf86PostMotionEvents[P] calls xf86SendDragEvents, xf86SendDragEventsZephaniah E. Hull1-1/+1