summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 Jackson4-506/+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-25include: remove ENTER_LEAVE_SEMAPHORE macros.Peter Hutterer1-6/+0
2008-11-25dix: updated enter/leave core event model.Peter Hutterer3-2/+274
2008-11-25dix: add FirstPointerChild, FirstPointerAncestor auxiliary functions.Peter Hutterer1-0/+100
2008-11-25dix: Add EnterWindow, LeaveWindow, HasPointer auxiliary functions.Peter Hutterer1-0/+50
2008-11-25dix: split enter/leave event handling into core and device handling.Peter Hutterer3-123/+125
2008-11-25dix: remove unused EnterLeaveSemaphoresIsset.Peter Hutterer2-16/+0
2008-11-25dix: move Enter-Leave related functions into new enterleave.cPeter Hutterer4-113/+196
2008-11-24Handle transform failure when computing shadow damage area.Keith Packard3-23/+35
2008-11-24[randr] don't try to compute crtc transform when no mode is set.Keith Packard1-1/+1
2008-11-24Update RandR global transform when driver notifies of transform change.Keith Packard1-0/+9
2008-11-24Export rrtransform.h as needed by randrstr.hKeith Packard1-1/+1
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-24rrtransform needs randrstr to get RANDR_INTERFACE definesKeith Packard1-0/+1
2008-11-24Create rrtransform.[ch]. Add RRTransform argument to RRCrtcNotify.Keith Packard10-250/+355
2008-11-24Avoid overflow in PictureTransformPoint. Fix PictureTransformIsIdentity.Keith Packard2-41/+22
2008-11-24Allow drivers to set crtc transforms.Keith Packard8-66/+150
2008-11-24Handle RandR transform matrices in floating point.Keith Packard8-251/+488
2008-11-24Eliminate inverse matrix from randr transform protocolKeith Packard1-2/+0
2008-11-24Report whether transforms are support from driver through extension to clientKeith Packard5-2/+52
2008-11-24Clear shadow pixmaps before using them.Keith Packard1-0/+30
2008-11-24When converting from double to fixed, round carefully.Keith Packard1-3/+4
2008-11-24Compute matrix inversion instead of using wire version in RRCrtcTransformSetKeith Packard1-3/+2
2008-11-24Add matrix inversion function (uses doubles)Keith Packard2-0/+83
2008-11-24Adjust transformed cursor position to account for hotspotKeith Packard1-0/+9