summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2009-07-21Cygwin/X: winInitMultiWindowClass() should be staticJon TURNEY1-0/+1
2009-07-21randr12: Add compatibility for XF86VidMode gamma ramps.Michel Dänzer2-12/+45
2009-07-20XQuartz: Initial support for automatic updates through SparkleJeremy Huddleston5-1/+54
2009-07-17s/xf86EnableOutputs/xf86CollectEnabledOutputs/ for clarityAdam Jackson1-2/+3
2009-07-17randr: Add Option "Primary" to Monitor sectionsAdam Jackson2-3/+22
2009-07-17xfree86: Remove xf86SetPriorityAdam Jackson1-36/+0
2009-07-17loader: Remove a useless check.Adam Jackson1-5/+0
2009-07-17loader: remove dead LoaderCheckUnresolvedAdam Jackson2-8/+0
2009-07-17loader: Remove useless TestFree() macroAdam Jackson1-7/+5
2009-07-17fbdevhw: Remove pointless OS check, this never gets built on non-LinuxAdam Jackson1-14/+1
2009-07-17fbdevhw: Remove a #if 0Adam Jackson1-6/+1
2009-07-17fbdevhw: simplify some #if 1Adam Jackson1-4/+0
2009-07-17randr: Un-duplicate the reduced blanking check.Adam Jackson1-11/+3
2009-07-17xfree86: Fix some misleading commentsAdam Jackson1-11/+0
2009-07-17xfree86: Remove some #if 0Adam Jackson1-73/+0
2009-07-17xfree86: Remove TargetRefresh optionAdam Jackson3-44/+0
2009-07-17displayid: Implement mode decoding.Adam Jackson4-2/+451
2009-07-17ddc: s/xf86DDCMonitorSet/xf86EdidMonitorSet/Adam Jackson3-3/+6
2009-07-17ddc: Refactor root window property codeAdam Jackson1-23/+20
2009-07-17ddc: Don't try to publish a root window property for DisplayIDAdam Jackson1-1/+4
2009-07-17ddc: Skeleton for xf86DoDisplayID()Adam Jackson1-1/+59
2009-07-17ddc: mv xf86DDC.c ddc.cAdam Jackson2-1/+1
2009-07-17ddc: Give DisplayID a place to hang its hatAdam Jackson1-1/+8
2009-07-17ddc: Yet more code motionAdam Jackson4-153/+122
2009-07-17ddc: Code motion to eliminate forward declsAdam Jackson1-83/+67
2009-07-17ddc: Update a comment.Adam Jackson1-4/+4
2009-07-16XQuartz: Localization updatesJeremy Huddleston51-2649/+1969
2009-07-16XQuartz: Cleanup getGlCapabilities to avoid hardcoding the number of displaysJeremy Huddleston1-39/+18
2009-07-16XQuartz: Allow more than 3 OSX displaysJeremy Huddleston1-1/+1
2009-07-16Coverity Prevent: RESOURCE_LEAK in xf86CrtcSetInitialGammaOliver McFadden1-3/+8
2009-07-16Coverity Prevent: NEGATIVE_RETURNS in fbdev_open_pci:Oliver McFadden1-2/+1
2009-07-15XQuartz: Cleanup keymap locking, fix a possible synchro bugJeremy Huddleston1-14/+17
2009-07-15Update to xextproto 7.0.99.1.Peter Hutterer11-29/+15
2009-07-14xfree86: remove a bunch of unused pci headersTiago Vignatti4-12/+0
2009-07-14ephyr: switch to byte counting functionsPeter Hutterer2-8/+8
2009-07-14xwin: switch to byte counting functionsPeter Hutterer1-8/+6
2009-07-14xquartz: switch to byte counting functionsPeter Hutterer2-2/+2
2009-07-14xfree86: switch to byte counting functionsPeter Hutterer9-40/+40
2009-07-14dmx: switch to byte counting functionsPeter Hutterer2-11/+11
2009-07-10Fix int10 module build after typo in commit 2638e9899Alan Coopersmith1-1/+1
2009-07-10configure: introduce --{enable,disable}-int10-moduleTiago Vignatti1-1/+5
2009-07-10configure: introduce --{enable,disable}-vbeTiago Vignatti1-1/+5
2009-07-10configure: introduce --{enable,disable}-vgahwTiago Vignatti1-1/+5
2009-07-10xfree86: remove unused vbe header fileTiago Vignatti1-1/+0
2009-07-09config: drop i810.Adam Jackson1-1/+0
2009-07-07Xephyr & Xserver man page fixesAlan Coopersmith1-3/+3
2009-07-07Cygwin/X: Window positioning improvements for multiwindow modeJon TURNEY1-10/+24
2009-07-06Remove old DRI2 buffer alloc/free interfacesKeith Packard4-206/+70
2009-07-06dri2: Preserve compatibility with 1.6 DRI2 API/ABIKeith Packard3-77/+203
2009-07-06Unclaim PCI slot if driver probing fails.Matthias Hopf3-1/+22