summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2007-06-18Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Ian Romanick112-2541/+2725
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 Herrb10-796/+1155
2007-05-29Make this build on OpenBSDMatthieu Herrb1-2/+2
2007-05-30Update Xprint build for pixman.Drew Parsons1-3/+3
2007-05-28Fix for GNU/kFreeBSDDavid Nusinow1-1/+1
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-28Fix up xnest manpageDavid Nusinow1-216/+380
2007-05-25xf86XVFillKeyHelper assumed root clip never changed.Keith Packard1-21/+14
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