summaryrefslogtreecommitdiff
path: root/hw/xfree86
AgeCommit message (Expand)AuthorFilesLines
2007-06-18Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Ian Romanick64-2087/+2013
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
2007-06-04Let's not do a calloc and a free on every call to xf86PostMotionEvents.Zephaniah E. Hull1-4/+12
2007-06-04Add xf86PostMotionEventP, takes a pointer instead of a variable number ofZephaniah E. Hull3-14/+26
2007-06-04Print the build time as well as the date if we can.Zephaniah E. Hull2-0/+9
2007-06-03XFree86: Input: Assume core events per defaultDaniel Stone1-4/+6
2007-06-03XFree86: Input: Perform case-insensitive comparisons on option namesDaniel Stone1-3/+3
2007-06-02Minor cleanup/robustification to config parsing.Adam Jackson1-22/+14
2007-06-02Don't warn about default behaviour when autoconfigging.Adam Jackson1-6/+6
2007-06-02Delete VDIF support; it was never used anyway.Adam Jackson9-598/+3
2007-06-01Need to use minPitch in miScanLineWidth() to get the shrinkedHenry Zhao1-1/+1
2007-05-30Fix mode validation against the maximum X/Y values configuredAlan Hourihane1-2/+9
2007-05-29I/O enable/disable update for the HurdSamuel Thibault1-32/+12
2007-05-29Make sure that the ramdac symbols are present in the serverJulien Cristau1-0/+51
2007-05-29Remove wscons keyboard handling stuff that doesn't belong there anymore.Matthieu Herrb1-28/+0
2007-05-29Merge branch 'master' of ssh://herrb@git.freedesktop.org/git/xorg/xserverMatthieu Herrb6-575/+770
2007-05-29Make this build on OpenBSDMatthieu Herrb1-2/+2
2007-05-28Fixes for s390Bastian Blank2-2/+2
2007-05-28Overhaul xorg.conf manpageBranden Robinson1-547/+743
2007-05-28Read ROM in chunksDavid Nusinow1-1/+3
2007-05-25xf86XVFillKeyHelper assumed root clip never changed.Keith Packard1-21/+14
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-10Disable Simba PCI bridge routing code (Bug #8020).Matthias Hopf1-1/+1
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-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-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