summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2008-11-25XQuartz: Add fallback for xpbproxy's display for Tiger or no-launchd-LeopardJeremy Huddleston2-4/+23
2008-11-25XQuartz: Use the environment to pass the bundle's prefs domain on to xinit/qu...Jeremy Huddleston1-0/+11
2008-11-25XQuartz: Dead code removalJeremy Huddleston1-3/+0
2008-11-25XQuartz: Don't hardcode values of org.x.X11 for the preferences domainJeremy Huddleston4-11/+39
2008-11-25XQuartz: More dead code removalJeremy Huddleston1-137/+0
2008-11-25XQuartz: Disable some error spew on Tiger (where it wouldn't be an error)Jeremy Huddleston1-1/+6
2008-11-25XQuartz: Dead code removalJeremy Huddleston2-12/+0
2008-11-25XQuartz: More Tiger cleanup: bootstrap_strerrorJeremy Huddleston2-1/+10
2008-11-24Remove xf86IODelayAdam Jackson4-27/+1
2008-11-24Remove xf86{En,Dis}ableInterrupts entirelyAdam Jackson13-292/+0
2008-11-24Remove the remnants of Jensen supportAdam Jackson5-494/+28
2008-11-24Bus: Remove ISA support.Adam Jackson12-474/+14
2008-11-24Bus: Remove yet more unused overlap processing.Adam Jackson2-8/+0
2008-11-24Bus: Don't pretend to care about IRQs, DMA, or PCI config spaceAdam Jackson1-3/+0
2008-11-24Bus: Simplify a failure case (that pretty much never happens)Adam Jackson1-23/+1
2008-11-24Bus: Trust the kernel when registering driver resourcesAdam Jackson1-16/+4
2008-11-24Remove unused MIN macroAdam Jackson1-4/+0
2008-11-24Bus: remove special handling for init-only resourcesAdam Jackson1-24/+1
2008-11-24PCI: Unexport xf86scanpciAdam Jackson2-2/+1
2008-11-24Bus: remove useless isaConvertRange2HostAdam Jackson3-10/+0
2008-11-24Bus: Don't try to find an ISA bus just for fun.Adam Jackson1-39/+0
2008-11-24Bus: Remove unused RemoveOverlapsAdam Jackson2-87/+0
2008-11-24Bus: Remove the notion of estimated resources.Adam Jackson2-14/+1
2008-11-24Bus: remove the "reducer"Adam Jackson1-53/+0
2008-11-24PCI: Remove unused ia64 platform code.Adam Jackson3-121/+0
2008-11-24PCI: Simplify OS PCI function registration a bit.Adam Jackson4-43/+5
2008-11-24PCI: Remove config mechanism details.Adam Jackson3-23/+0
2008-11-24PCI: Remove non-pciaccess path for x86.Adam Jackson3-495/+0
2008-11-24PCI: Always build domain support.Adam Jackson4-16/+1
2008-11-24Remove xf86GetResourcesImplicitlyAdam Jackson1-27/+4
2008-11-24Fix typo in 5bf2c88d2317230b95b2904cb975167d03ee13a2Alan Coopersmith1-1/+1
2008-11-24Simplify filename generation code for Xorg -configureAlan Coopersmith1-22/+19
2008-11-24Solaris: Make KDSETMODE failure non fatal, and retry it on interruptsAlan Coopersmith1-4/+10
2008-11-24Handle transform failure when computing shadow damage area.Keith Packard1-19/+30
2008-11-24Be careful about copying transforms around; they have allocated memory.Keith Packard1-3/+6
2008-11-24Fix rotated/reflected cursor positions.Keith Packard1-11/+11
2008-11-24Create rrtransform.[ch]. Add RRTransform argument to RRCrtcNotify.Keith Packard3-6/+5
2008-11-24Allow drivers to set crtc transforms.Keith Packard6-42/+114
2008-11-24Handle RandR transform matrices in floating point.Keith Packard4-125/+64
2008-11-24Report whether transforms are support from driver through extension to clientKeith Packard3-0/+32
2008-11-24Clear shadow pixmaps before using them.Keith Packard1-0/+30
2008-11-24Adjust transformed cursor position to account for hotspotKeith Packard1-0/+9
2008-11-24Actually use filter kernel size to expand transform redisplay boxKeith Packard1-4/+9
2008-11-24Handle filter widths in xf86RotateKeith Packard2-18/+37
2008-11-24Initialize and cleanup new filter fields in xf86Crtc.Keith Packard1-0/+12
2008-11-24[RANDR] Support filters in CRTC transforms.Keith Packard2-4/+30
2008-11-24Wire up RandR CRTC transform protocol, bump server to RandR 1.3Keith Packard3-209/+10
2008-11-24Add projective transforms to RandR DIX/DDX API.Keith Packard1-6/+18
2008-11-24Notify DRI when crtc regions changeKeith Packard6-0/+76
2008-11-24DGA: silence compiler warning.Peter Hutterer1-2/+2