summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2007-05-11Remove mfb and cfb from include paths where they're not needed.Adam Jackson4-10/+0
2007-05-11Make the use of ICEIL slightly less ugly.Adam Jackson1-4/+0
2007-05-11Missing piece from bug 9808Colin Harrison3-6/+9
2007-05-10Disable Simba PCI bridge routing code (Bug #8020).Matthias Hopf1-1/+1
2007-05-09fix an occasional crash in GetWindowName() (bug: 9798)Colin Harrison1-4/+1
2007-05-09Fix bad use of hwnd (bug: 9808)Colin Harrison1-2/+2
2007-05-09Migrate some code to the new mi apisColin Harrison1-2/+3
2007-05-07Add more informative logging for module default loadingDavid Nusinow1-0/+3
2007-05-03Provide UseDefaultFontPath optionDavid Nusinow3-6/+31
2007-05-03Improve modules loading defaultsDavid Nusinow6-33/+125
2007-04-30fix __glXErrorCallBack() protoColin Guthrie1-1/+1
2007-04-30Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/xorg/xserverBrian25-368/+125
2007-04-29Fix a couple of picture repeat fields incorrectly compared to RepeatNormal.Michel Dänzer1-1/+1
2007-04-26Fix the 'relink' target for kdrive servers.Adam Jackson19-3/+63
2007-04-26Remove old edid_modes.c, it lives in hw/xfree86/modes/ now.Adam Jackson1-361/+0
2007-04-25Fix a buffer overrun on machines with excessively large PCI busses.Adam Jackson1-3/+11
2007-04-24Include xf86Rename.h in xf86RandR12.h.Aaron Plattner1-0/+3
2007-04-24bump release date to reflect input code updatesBrian1-1/+1
2007-04-24Disable devices before removing, remove unrecoverable devices.Peter Hutterer2-3/+22
2007-04-24Use DevicePresence events to tell the client about enabled/disabled devices.Peter Hutterer2-0/+28
2007-04-22Adjust the screen pixmap's dimensions in xf86RandR12ScreenSetSize.Aaron Plattner1-2/+3
2007-04-20Don't call xf86RandR12TellChanged if it doesn't exist. Add some exports to xf...Aaron Plattner2-0/+11
2007-04-19Disable SourceValidate in rotation to capture cursor.Keith Packard1-2/+13
2007-04-19Was accidentally disabling rotation updates in mode set.Keith Packard1-2/+3
2007-04-19Revert "Suppress software cursor removal during rotated shadow buffer drawing."Keith Packard1-9/+1
2007-04-19libdri: Make sure the new DRIInfo keepFDOpen member is honoured.Thomas Hellstrom1-0/+3
2007-04-18Suppress software cursor removal during rotated shadow buffer drawing.Eric Anholt1-1/+9
2007-04-17Syncmaster 226 monitor needs 60Hz refresh (#10545).Erik Andrén1-0/+5
2007-04-16Allow outputs to be explicitly enabled in config, overriding detect.Keith Packard1-10/+35
2007-04-16Use default screen monitor for one of the outputs.Keith Packard2-4/+39
2007-04-16Using wrong log level in extension to built-in messageKeith Packard1-1/+1
2007-04-16Changes for single-entity multi-screen DRI.Thomas Hellstrom4-173/+382
2007-04-16Add quirk for Acer AL1706 monitor to force 60hz refresh.Keith Packard1-0/+5
2007-04-11XFree86: DGA: Don't call ProcessInputEvents from CloseScreenDaniel Stone1-3/+0
2007-04-11Input: Allow a pointer to a device to be returned in NIDRRemigiusz Marcinkiewicz2-2/+9
2007-04-10Input: Add DeleteInputDeviceRequestMagnus Vigerlöf3-0/+28
2007-04-10XFree86: Fix memory leaks, option parsing, in NewInputDeviceRequestMagnus Vigerlöf1-15/+53
2007-04-10XFree86: Fix memory leak in option parsingMagnus Vigerlöf5-27/+30
2007-04-10Add a real xf86EnableIO/xf86DisableIO for NetBSD/PPC.Jared D. McNeill2-2/+34
2007-04-10Disable CRTC when SetSingleMode has no matching mode. Update RandR as well.Keith Packard3-2/+31
2007-04-09Look for the PCI ROM file elsewhere in sysfs.Adam Jackson1-2/+2
2007-04-09VT activate or waitactive are fatal if they fail.Adam Jackson1-5/+9
2007-04-09Don't write out empty sections from the parser.Adam Jackson1-6/+12
2007-04-09Bug #10560: Code-Cleanup: function declarations () -> (void)Stefan Huehner2-5/+5
2007-04-08XFree86: Treat evdev and vmmouse as mouse drivers (bug #10512, #10559)Daniel Stone1-1/+5
2007-04-03Implement a minor hack in dmxCheckFunctionKeys() to detect special keys.Brian1-3/+22
2007-04-03add DDXRingBell() stub to solve link problemBrian1-0/+6
2007-04-03Split the xserver/fb/fbcmap.c file into two files.Brian6-16/+13
2007-04-02Don't erase current crtc for outputs on CloseScreenKeith Packard1-1/+0
2007-04-02Move modes/ debugging output under Option "ModeDebug" in the Device section.Eric Anholt3-20/+49