summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
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-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-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-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
2009-02-10glx: Replace broken GLX visual setup with a fixed "all" mode.Eric Anholt1-15/+0
2009-02-06Remove unused barrier macros on alpha.Matt Turner1-11/+1
2009-02-04Revert "Bus: Remove xf86SetAccessFuncs() and related machinery"Adam Jackson4-0/+81
2009-02-04Bus: Remove xf86SetAccessFuncs() and related machineryAdam Jackson4-81/+0
2009-02-04Bus: Delete some obfuscatory macrosAdam Jackson6-23/+17
2009-02-04Bus: Remove unused xf86ExtractTypeFromListAdam Jackson2-15/+0
2009-02-04Bus: make the resource list static.Adam Jackson2-5/+1
2009-02-04loader: Remove icache flushes on alpha.Adam Jackson1-12/+0
2009-02-04loader: Remove a vestige of archive supportAdam Jackson1-4/+1
2009-02-04loader: Remove useless call to LoaderGetOSAdam Jackson1-6/+0
2009-02-04loader: Simplify loader magicAdam Jackson1-3/+1
2009-02-04loader: Make a comment slightly less stupidAdam Jackson1-6/+1
2009-02-04loader: code motion.Adam Jackson1-33/+30
2009-02-04loader: Simplify handle allocation and refcounting.Adam Jackson1-17/+3
2009-02-03Handle the combination of panning and crtc transformsKeith Packard1-26/+10
2009-02-03Damage re-used shadow scanout buffer using new transforms.Keith Packard1-1/+5
2009-02-04fbdevHWGetRec() doesn't return the private dataTomas Carnecky1-1/+4
2009-02-04Fix "warning: braces around scalar initializer"Tomas Carnecky1-1/+1
2009-02-04Fix "warning: XXX defined but not used"Tomas Carnecky1-0/+2
2009-02-04Fix "warning: unused variable XXX"Tomas Carnecky3-4/+1
2009-02-03Don't enable XAA offscreen pixmaps with Option "XaaOffscreenPixmaps" "no".Aaron Plattner1-1/+3
2009-02-03Constify atom name stringsAlan Coopersmith3-5/+5
2009-02-03XQuartz: Accept bundle version 2.1.6 to work with our startup methodJeremy Huddleston1-2/+2
2009-02-02XQuartz: GLX: Fix accidental exclusion of glBlitFramebufferEXT on LeopardJeremy Huddleston1-1/+1
2009-02-02Cygwin/X: Fix compilation for mandatory XKBJon TURNEY4-87/+30
2009-02-01XQuartz: GLX: OpenGL.framework on Tiger doesn't have glBlitFramebufferEXTJeremy Huddleston1-0/+2
2009-02-01kdrive: Move a close() to the right place so we don't close(-1) normally.Jim Huang1-1/+1
2009-02-01netbsd: Force the use of ev56 instructions for register access on ev56.Manuel Bouyer1-6/+15
2009-02-01netbsd: Fix alpha ev6 support.Manuel Bouyer1-1/+6
2009-02-01Prevent double unref of glxdrawablesPierre Willenbrock1-3/+0