summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
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
2008-11-15XQuartz: Integrated xpbproxy into the server.Jeremy Huddleston10-138/+211
2008-11-15DRI2: Don't crash in DRI2ClipNotify when DRI2DrawablePtr is NULL.Michel Dänzer1-1/+1
2008-11-14XQuartz: Actually add glcontextmodes.[hc]Jeremy Huddleston2-0/+604
2008-11-14fix compilation on systems that don't haveBen Byer1-2/+6
2008-11-14XQuartz: Initial work on readding GLX to the 1.5 serverJeremy Huddleston3-4/+19
2008-11-14Xquartz: Force sending mouse clicks to AppKit if we're over the menu barJeremy Huddleston1-23/+51
2008-11-14XQuartz: Made X11Application.m a little more tidy.Jeremy Huddleston1-25/+8
2008-11-13Merge branch 'master' of git+ssh://agd5f@git.freedesktop.org/git/xorg/./xserverAlex Deucher3-13/+33
2008-11-13Only add default modes if EDID supports continuous-frequencyAlex Deucher1-3/+11
2008-11-13xf86TargetExact should try harder if there's only one monitor attached.Adam Jackson1-60/+88
2008-11-13XQuartz: Fixed XBell() when not using system alert.Jeremy Huddleston1-1/+1
2008-11-13XQuartz: Added more debugging to handoff spewJeremy Huddleston1-6/+8
2008-11-13XQuartz: GL: Handle the alpha differently when the alpha is equal to GLCAPS_C...George Staplin1-6/+24
2008-11-13Add missing newline when printing edid infoAlex Deucher1-1/+1
2008-11-13XQuartz: Disable 2 calls to miSetVisualTypesAndMasks that seem to be unnecess...George Staplin1-0/+7
2008-11-13XQuartz: CFBundleShortVersionString needs to conform to X.Y.Z as well... sighJeremy Huddleston1-3/+1
2008-11-13XQuartz: Restore the logic of AppleWMDoReorderWindow to the same as the 1.4 b...George Staplin1-1/+5
2008-11-08Don’t recommend fixing HAL if HAL support is disabled.James Cloos1-0/+5
2008-11-08Remove some null statements.James Cloos3-3/+3
2008-11-07XAA PixmapOps: Sync before accessing unwrapped callbacks.Luc Verhaegen3-3/+9
2008-11-07xfree86: xf86SetDepthBpp needs to respect the driver's depth24flagsJulien Cristau1-5/+0
2008-11-06XQuartz: Make LS parse our version properly... it didn't like our CFBundleVer...Jeremy Huddleston1-3/+3
2008-11-05XQuartz: GL: Add capability detection for depth buffers, and multisampling.George Peter Staplin3-75/+179
2008-11-05XQuartz: GL: Work around problems with really deep visuals.George Peter Staplin3-72/+95
2008-11-05XQuartz: Replace deprecated API usage thanks to Robery MurphyJeremy Huddleston1-1/+2
2008-11-05XQuartz: version string updated for 2.3.2_beta3Jeremy Huddleston1-3/+3
2008-11-05linux: Drain the console fd of data when using evdev for keyboardsAdam Jackson1-0/+17
2008-11-05kdrive: Bye bye XvesaAdam Jackson12-4459/+1
2008-11-04DDX/RandR: When positioning outputs assume width/height = 0 if no modes exist.Egbert Eich1-2/+4
2008-11-04xnest: I'm sure xfree works fine, even if we're 64 bit.Peter Hutterer1-4/+0
2008-11-04Remove XEvIEDaniel Stone1-7/+0
2008-11-04A bit of whitespace cleanup in include directives.Daniel Stone2-5/+5
2008-11-04Xi: XINPUT has been mandatory for agesDaniel Stone2-6/+0
2008-11-03Add xf86MonitorIsHDMI() helper.Adam Jackson3-2/+57
2008-10-31XQuartz: Add option to allow access to the menu in fullscreen modeJeremy Huddleston6-34/+101