summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2010-08-13Stop checking or calling PtrCtrlProcsAlan Coopersmith1-3/+0
2010-08-13xfree86: parser: Never use constant strings for driver names (fixes #17438)Jesse Adkins2-4/+9
2010-08-10Cygwin/X: Fix glxWinCreateDrawable() for API changeJon TURNEY1-5/+9
2010-08-01ddc: Fix memory leak in GetEDID_DDC1Matt Turner1-2/+5
2010-07-29XQuartz: xpbproxy: Don't take down the whole server on an IO errorJeremy Huddleston1-0/+2
2010-07-28XQuartz: GLX: Don't mangle __GLXDrawable's pDrawJeremy Huddleston1-3/+2
2010-07-23Use DocBook stylesheets from xorg-sgml-doctools if they're availableAlan Coopersmith1-0/+1
2010-07-13Merge remote branch 'jeremyhu/master'Keith Packard5-33/+7
2010-07-13Unwrap/rewrap EnterVT/LeaveVT completely, Fixes 28998Keith Packard5-4/+45
2010-07-13XQuartz: Bump bundle version to 2.6.0 for xorg-server-1.9.0 and X11R7.6Jeremy Huddleston1-2/+2
2010-07-13XQuartz: Remove some dead code.Jan Hauffa3-30/+0
2010-07-13XQuartz: Avoid a crash when mistakenly free()ing in QuartzSetCursor on some c...Jeremy Huddleston1-1/+5
2010-07-09DRI2: re-allocate DRI2 drawable if pixmap serial changesJesse Barnes1-1/+18
2010-07-07dix: purge leftover manual key down bit setting.Peter Hutterer5-20/+3
2010-07-02Add API to update setting of waitForUpdate screen private in miPointerAlan Coopersmith1-8/+4
2010-07-01xfree86: configure: remove vendor and card name matching rulesTiago Vignatti1-25/+0
2010-07-01xfree86: pci: remove superfluous vendor and card name loggingTiago Vignatti1-12/+1
2010-06-30Xephyr: fix Xv adaptor capability testsJulien Cristau1-5/+10
2010-06-30Xephyr: fix memory leak in XF86DRIOpenConnectionJulien Cristau1-1/+2
2010-06-30xfree86/modes: Allow the driver to specify initial rotationVille Syrjälä1-1/+4
2010-06-22Revert "mi: Remove unused overlay support"Keith Packard2-1/+29
2010-06-22rotation: fix cursor and overlap of one pixel.Dave Airlie1-3/+6
2010-06-22XWin: Fixes for devPrivates API changeColin Harrison3-11/+18
2010-06-20mi: Remove unused overlay supportMikhail Gusarov2-29/+1
2010-06-18Don't coredump on "X -showopts" (bug 25874)Alan Coopersmith1-0/+7
2010-06-17DRI2/xserver: Don't hang in glXSwapBuffers if drawable moves between crtc's (...Mario Kleiner1-0/+15
2010-06-16Re-enabled Xnest fix for focus in + modifier bug.Xiaoyang Yu (Max)1-62/+45
2010-06-15In DRI2Connect, check to see if DRI2 has been initialized (bug 28424)Keith Packard1-1/+5
2010-06-15Clean up RandR12 bits on screen close (bug 27114)Keith Packard3-1/+28
2010-06-11Remove more superfluous if(p) checks around free(p)Matt Turner5-35/+16
2010-06-11xfree86: Get rid of xstrdup when argument is definitely non-NULLMikhail Gusarov3-14/+14
2010-06-11xquartz: Get rid of xstrdup when argument is definitely non-NULLMikhail Gusarov1-6/+6
2010-06-11xwin: Get rid of xstrdup when argument is definitely non-NULLMikhail Gusarov3-8/+8
2010-06-11kdrive: Get rid of xstrdup when argument is definitely non-NULLMikhail Gusarov1-6/+6
2010-06-11dmx: Get rid of xstrdup when argument is definitely non-NULLMikhail Gusarov2-3/+3
2010-06-10Merge remote branch 'alanc/master'Keith Packard2-5/+6
2010-06-10Fix a couple more possible errors with input-only windowsKeith Packard1-1/+1
2010-06-10Solaris: avoid memory leak if AGPIOC_INFO ioctl failsAlan Coopersmith1-5/+5
2010-06-10Record some additional library dependencies in xf86 modulesAlan Coopersmith1-0/+1
2010-06-10Merge remote branch 'whot/for-keith'Keith Packard5-125/+383
2010-06-11xfree86: Match devices based on current driver settingDan Nicholson5-22/+57
2010-06-11xfree86: Allow multiple InputClass Match* entries for && matchingDan Nicholson4-109/+179
2010-06-11xfree86: Match devices based on USB IDDan Nicholson5-0/+34
2010-06-11xfree86: Match devices based on PnP IDDan Nicholson5-0/+41
2010-06-10Merge remote branch 'jeremyhu/master'Keith Packard4-29/+31
2010-06-10dri2: Only deal with output windows and pixmaps.Keith Packard2-7/+12
2010-06-10DRI2: Don't return junk reply instead of blocking in glXWaitForSbcOML()Mario Kleiner3-21/+8
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov78-339/+339
2010-06-10xfree86: Add MatchOS InputClass entry for operating system matchingDan Nicholson5-0/+62
2010-06-10xfree86: Refactor InputClass matching codeDan Nicholson1-51/+66