summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
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
2008-11-24xfree86: Split the working code of NIDR into new xf86NewInputDevice.Peter Hutterer3-95/+83
2008-11-23Merge branch 'master' of git+ssh://herrb@git.freedesktop.org/git/xorg/xserverMatthieu Herrb13-60/+250
2008-11-23missing action in if statement.Matthieu Herrb1-0/+1
2008-11-23Added '-showopts' option to print available driver options (#5564).Stefan Dirsch6-2/+147
2008-11-22XQuartz: More 1.6 server API updatesJeremy Huddleston1-11/+23
2008-11-22XQuartz: Fixed --disable-glxJeremy Huddleston1-2/+2
2008-11-22XQuartz: Updated some code to use newer server APIJeremy Huddleston4-16/+15
2008-11-22XQuartz: GL: Remove the inclusion of glcontextmodes.h.George Staplin1-7/+28
2008-11-22XQuartz: GL: Add a branch to prevent a NULL DrawablePtr structure access.George Staplin1-22/+35
2008-11-22Remove the old libusbhid copy from os-support/bsd.Matthieu Herrb9-2167/+1
2008-11-21XQuartz: GLX: sync up indirect.c to match George's updates in the xorg-server...Jeremy Huddleston1-66/+237
2008-11-21XQuartz: GL: remove glcontextmodes.* from the Makefile.am. It has been repla...George Staplin1-2/+0
2008-11-21Xephyr man page typo fixes.Alan Coopersmith1-21/+21
2008-11-21XQuartz: Don't use LS to find X11.app on Tiger.Jeremy Huddleston1-0/+8
2008-11-21XQuartz: spewCallStack is noop on Tiger now...Jeremy Huddleston1-2/+10
2008-11-21XQuartz: pbproxy: Added some typedefs for types not available on TigerJeremy Huddleston1-0/+11
2008-11-21XQuartz: More Tiger ifdefsJeremy Huddleston4-8/+19
2008-11-21XQuartz: Resurrect the old audio path for TigerJeremy Huddleston1-0/+5
2008-11-21XQuartz: pbproxy: Push the pbproxy Xevent processing into its own threadJeremy Huddleston2-3/+32
2008-11-21int10: Do an mprotect(..,PROT_EXEC) on shmat()ed memory ranges.Egbert Eich1-2/+10
2008-11-21xfree86: don't reset Auto(Add|Enable)Devices, use defaults from xf86GlobalsRĂ©mi Cardona1-2/+0
2008-11-21Add a man page for Xephyr, with information from the README file.Matthieu Herrb2-1/+99
2008-11-21Support for BSD apmMatthieu Herrb1-1/+9
2008-11-21xfree86: without CONFIG_HAL, Auto{Add|Enable}Devices and AEI is false.Peter Hutterer1-0/+6
2008-11-19XQuartz: pbproxy: nuke RCS Id, update header license/copyrightJeremy Huddleston6-13/+110
2008-11-19XQuartz: pbproxy: Remove thread-main.mJeremy Huddleston1-42/+0
2008-11-19Use bsd_pci stub routines on Solaris too, since we use pciaccess for real workAlan Coopersmith1-1/+1
2008-11-18Xinput: use floats for ConstantDeceleration and AdaptiveDecelerationKeith Packard1-2/+2
2008-11-15XQuartz: Don't use TIS on Tiger...Jeremy Huddleston2-12/+31