summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2008-03-04Merge branch 'master' into mpxPeter Hutterer77-1141/+4744
2008-02-28Oops, there's one more parenthesis.Tiago Vignatti1-1/+1
2008-02-28quirks: another LPL panel with the cm/mm wrongDave Airlie1-1/+2
2008-02-27[Xephyr/GL] unbreak the buildDodji Seketeli1-0/+4
2008-02-27xf86Crtc: add higher level modesetting entry point.Dave Airlie2-0/+10
2008-02-25Fine, we don't need pciInit() anymore. Nuke, nuke, nuke...Tiago Vignatti1-17/+10
2008-02-25Jesus, pciInit() was called 32 times in my machine without need!Tiago Vignatti1-8/+0
2008-02-25Some doc clean up:Tiago Vignatti2-77/+6
2008-02-25remove lnxPciInit() unused function.Tiago Vignatti1-10/+0
2008-02-25No more "-scanpci" given that we already have it in libpciaccess.Tiago Vignatti11-176/+7
2008-02-25Clean some garbage caused when pciaccess was merged:Tiago Vignatti2-136/+118
2008-02-24Bug #13736: Fix %bx in VBEGetPixelClock to match spec.Adam Jackson1-2/+2
2008-02-23XQuartz: Quit now properly warns the userJeremy Huddleston2-20/+22
2008-02-22Use the client-side XKB headers for the config utilitiesAdam Jackson2-2/+2
2008-02-22s/via/openchrome/ in the autoconfig logic.Adam Jackson1-1/+1
2008-02-22Match Xephyr DRI definitions to the ones in xf86dri.hAdam Jackson1-3/+3
2008-02-22fbFillRegionTiled() is now dead code.Adam Jackson1-12/+0
2008-02-22Fix Xinerama's consolidated visual handling.Adam Jackson2-11/+2
2008-02-21[Xephyr/GL] properly route expose event on GL drawablesDodji Seketeli5-16/+130
2008-02-21[Xephyr/GL] don't crash when the host returns a NULL server stringDodji Seketeli2-4/+19
2008-02-19Revert "xfree86: plug a memory leak in xf86LoadModules."Peter Hutterer1-7/+1
2008-02-19XQuartz: unsetenv("DISPLAY") before startx if X11.app can't connect to it.Jeremy Huddleston1-2/+8
2008-02-19dix: change GetEventList to return length of list and set parameter in place.Peter Hutterer2-9/+9
2008-02-19xfree86: guard against NULL-pointer dereferences in xf86LoadModules.Peter Hutterer1-2/+3
2008-02-18Move input event list initialisation and storage from DDX to DIX.Peter Hutterer2-34/+12
2008-02-18xfree86: plug a memory leak in xf86LoadModules.Arjan van de Ven1-1/+6
2008-02-18xfree86: plug memory leak in InitPathList.Arjan van de Ven1-0/+1
2008-02-18xfree86: plug memory leak in xf86LogInit()Arjan van de Ven1-1/+3
2008-02-17XKB: Move headers into the server treeDaniel Stone4-4/+4
2008-02-17Fix rotation for multi-monitor situation.Maarten Maathuis1-2/+2
2008-02-16Added Xquartz.plist to EXTRA_DISTJeremy Huddleston1-0/+1
2008-02-16Fixed unescaped newline in EXTRA_DISTJeremy Huddleston1-1/+1
2008-02-16XQuartz: Fixed EXTRA_DIST to include localizationJeremy Huddleston1-3/+53
2008-02-14GLX: Implement support for TTM BO based TFP when available.Kristian Høgsberg2-0/+11
2008-02-14Add GLX provider for DRI2.Kristian Høgsberg1-0/+3
2008-02-14Add DRI2 module.Kristian Høgsberg4-2/+546
2008-02-15Bah, macros are hard.Adam Jackson1-35/+15
2008-02-14Fix typo in commit b8b7cdf6df3d338c50db670ce4cfd245f9fa8844.Maarten Maathuis1-1/+0
2008-02-15Silence useless debug spew from XFree86-Misc extension.Adam Jackson1-11/+12
2008-02-14Simplify dlloader a bit more.Adam Jackson1-27/+16
2008-02-14Remove some braindamage from ModuleDesc.Adam Jackson3-28/+0
2008-02-14Friends don't let friends call xf86AddModuleInfo.Adam Jackson8-82/+7
2008-02-14Eradicate the VTInit code.Adam Jackson6-61/+0
2008-02-14Don't bother warning people about the keyboard driver rename, just do it.Adam Jackson1-6/+0
2008-02-14Don't even attempt to parse -bpp in xfree86 DDX option parsing.Adam Jackson1-9/+0
2008-02-14Use strerror instead of errno values in user strings.Adam Jackson10-28/+28
2008-02-14requestingClient is an xprintism, hide it for other servers.Adam Jackson1-0/+2
2008-02-11XQuartz: Fixed layout of Applications->Customize menuJeremy Huddleston2-1172/+561
2008-02-10XQuartz: Added option for setting quartz-wm click-through preferenceJeremy Huddleston5-2287/+2303
2008-02-10XQuartz: Converted interface to nib 3.x formatJeremy Huddleston4-336/+4098