summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2007-05-24Fix a typo in using memcpy in xwin.Luo Jie1-1/+1
2007-05-24Fix build on NetBSD/amd64.Matthias Drochner1-0/+5
2007-05-24Consolidate portPriv->pDraw assignments into xf86XVEnlistPortInWindow.Michel Dänzer1-4/+3
2007-05-22DRI: Add TexOffset driver hooks.Michel Dänzer2-2/+24
2007-05-21Fix boolean thinko that prevented working without a server layoutDavid Nusinow1-1/+1
2007-05-17Use Screen block handler for rotation to draw under DRI lock.Keith Packard2-25/+23
2007-05-17Disable all outputs and crtcs at startup.Keith Packard1-1/+19
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