summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-02-17glx: Inialize best_score before calculating visual scoresIan Romanick1-1/+1
2009-02-16XQuartz: Add driWrap.h that I missed in the last commit.George Staplin1-0/+31
2009-02-16XQuartz: Add support for GLXPixmaps to the AppleDRI.George Staplin7-10/+892
2009-02-16kdrive: Nuke dead AGP and VGA code. (#19921)Adam Jackson7-900/+0
2009-02-16Build fix, remove export of pciBusAddrToHostAddrChris Ball1-1/+0
2009-02-16xfree86: ModeDebug is a boolean, not a stringJulien Cristau1-1/+1
2009-02-17xkb: Fix wrong colour reference in XKB geometry copying. #20081Peter Hutterer1-2/+2
2009-02-16PCI: Remove pciBusAddrToHostAddr and associated nonsenseAdam Jackson7-334/+1
2009-02-16Linux: Remove dead USE_DEV_FB #ifdefsAdam Jackson1-34/+0
2009-02-16glx: Add comments around some extension string weirdnessIan Romanick2-1/+9
2009-02-16exa: reintroduce src rect optimisation, with a slightly higher threshold.Maarten Maathuis1-0/+7
2009-02-16exa: fix performance regression from 736b6fbd2c941b6276066cd1503523edebe7bf3dMaarten Maathuis2-10/+12
2009-02-16xorg.conf (5) refer to mousedrv (4). Debian #394058David Nusinow1-1/+1
2009-02-16dri2: support glXWaitGL & glXWaitX by copying fake front to front andAlan Hourihane4-11/+67
2009-02-16xserver: Avoid sending uninitialized padding data over the networkPeter Åstrand24-16/+86
2009-02-16dix: Remove lastEventMask variable, substitute with a #define.Peter Hutterer1-4/+2
2009-02-16dix: Don't set core events in SetMaskForEvent.Peter Hutterer3-20/+32
2009-02-16Xi: remove dynamic mask assignment for XI events.Peter Hutterer5-122/+71
2009-02-16Remove two more define XKB leftovers.Peter Hutterer2-4/+0
2009-02-15EXA: Try to prevent the valid regions from growing too many rects.Michel Dänzer1-1/+28
2009-02-13Build fix for xf86EdidModes.cChris Ball1-1/+1
2009-02-13Input: Don't re-block SIGIO in xf86SigioReadInput()Adam Jackson1-5/+2
2009-02-13Query the DDX in ProcRRGetScreenInfo.Aaron Plattner1-1/+1
2009-02-13EDID: Hack for 1366x768 in standard timing descriptorsAdam Jackson1-11/+19
2009-02-13RANDR: Validate entire mode list for interlace and doublescanAdam Jackson3-11/+13
2009-02-13glx: fix retval checks when failures occur for drawable creation.Alan Hourihane1-1/+9
2009-02-13xext: Use proto header rather than the Xext include file, this prevents users...Benjamin Close1-2/+1
2009-02-13dix: Remove includes which are not actually used directlyBenjamin Close2-8/+0
2009-02-13dix: remove DefineInitialRootWindow()Peter Hutterer3-15/+0
2009-02-13dix: doxygen-ify enterleave.cPeter Hutterer1-46/+57
2009-02-13Doxygen-ify bits of events.cPeter Hutterer1-20/+24
2009-02-13Document the event masks.Peter Hutterer3-13/+64
2009-02-13dix: refactor pointer accelerationSimon Thum2-52/+94
2009-02-12Check for and report errors writing xorg.conf.new from Xorg -configureAlan Coopersmith1-2/+10
2009-02-12Correct error message if specified config file is not foundAlan Coopersmith1-3/+2
2009-02-12XQuartz: xpr: The dri.c code for pixmaps was wrong in several ways. They wer...George Staplin1-17/+26
2009-02-12XQuartz: Fix copyright info in Info.plist to be prettier when viewed in FinderJeremy Huddleston1-3/+3
2009-02-12Enable pbuffersIan Romanick2-1/+2
2009-02-12Xming: Update keyboard layouts mapping tableColin Harrison1-3/+18
2009-02-12Xming: Check clipboard selection ownership after taking itColin Harrison2-4/+12
2009-02-12Xming: Fix a memory leak in clipboard integration codeColin Harrison1-0/+2
2009-02-12Xming: Fix prototype for winProcessXEventsTimeout() in clipboard integration ...Colin Harrison1-1/+1
2009-02-12Xming: Improve clipboard integration startup in XDMCP modeColin Harrison1-8/+13
2009-02-12Xming: Select events correctly in clipboard integration codeColin Harrison1-9/+7
2009-02-12Xming: Add Colin Harrison to copyright and authors list for clipboard integra...Colin Harrison4-16/+24
2009-02-12Cygwin/X: Place prototype for winSelectIcons() in a header fileJon TURNEY3-5/+2
2009-02-12Cygwin/X: Place prototypes for winCheckKeyPressed() and winFixShiftKeys() in ...Jon TURNEY2-4/+5
2009-02-12cygwin/X: Remove an unused variable to fix a warningJon TURNEY1-2/+0
2009-02-12Cygwin/X: Fix several prototypes to return HICONJon TURNEY5-16/+16
2009-02-12Cygwin/X: Fix -Wold-style-definition warningsJon TURNEY9-15/+15