summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2013-10-04kdrive/ephyr: Remove duplicate ephyrExtensions and ephyrExtensionInit declsKeith Packard1-16/+0
2013-10-04xfree86: add a comment as to why the logdir is createdGaetan Nadon1-0/+1
2013-10-04xfree86: Use $(MKDIR_P) for better code portabilityGaetan Nadon1-2/+1
2013-10-04Uninstall X link and CYGWIN libXorg.exe.a in local install targetsGaetan Nadon1-0/+8
2013-10-04Xorg binary: use install-exec-hook rather than install-exec-localGaetan Nadon1-5/+4
2013-10-04Use $(LN_S) provided by AC_PROG_LN_S macro to create linksGaetan Nadon1-1/+1
2013-10-04The Xorg binary is missing the extension $(EXEEXT) in the makefileGaetan Nadon1-1/+1
2013-10-04Merge remote-tracking branch 'anholt/ephyr-fixes'Keith Packard20-4159/+1682
2013-10-04Merge remote-tracking branch 'whot/for-keith'Keith Packard1-2/+2
2013-10-04Merge remote-tracking branch 'ajax/xserver-next'Keith Packard33-414/+157
2013-09-25dmx: provide enough space for axis mappingsPeter Hutterer1-2/+2
2013-09-16XQuartz: pbproxy: Fix build with -DDEBUGJeremy Huddleston Sequoia1-2/+1
2013-09-16XQuartz: Fix build with moved pseudoramiXJeremy Huddleston Sequoia2-0/+2
2013-09-11glx: Remove pixmapMode from __GLXconfigAdam Jackson3-5/+0
2013-09-11glxproxy: Don't track GLCLientm{aj,in}orVersionAdam Jackson3-10/+0
2013-09-11dmx/glx: Remove unused __glXNopAdam Jackson3-40/+0
2013-09-10damage: Simplify DamageUnregisterAdam Jackson1-5/+1
2013-09-10damage: Implicitly unregister on destroyAdam Jackson1-3/+0
2013-09-10mipointer: Remove deprecated miPointerCurrentScreenAdam Jackson1-5/+1
2013-09-10xfree86: Remove deprecated unimplemented xf86MapReadSideEffectsAdam Jackson3-17/+0
2013-09-10vbe: Don't try to load the ddc submoduleAdam Jackson1-15/+2
2013-09-10dmx: Remove ShadowFB supportAdam Jackson9-305/+101
2013-09-10mipointer: Remove EnqueueEvent from miPointerScreenFuncRecAdam Jackson4-5/+0
2013-09-10mipointer: Flatten calls to mieqSwitchScreenAdam Jackson4-4/+0
2013-09-10xnest: Ignore GetImage() error in xnestGetImage()Radek Doulik1-0/+14
2013-09-10Xnest: Implement xnestModifyPixmapHeaderMichal Srb3-0/+18
2013-09-10ephyr: restore GLX supportLaurent Carlier1-0/+20
2013-09-09Merge remote-tracking branch 'jturney/master'Keith Packard19-631/+87
2013-09-06kdrive: fix build error on gcc 4.8 for out-of-bounds array accessChris Clayton1-1/+1
2013-09-03kdrive: initialize GLX for xephyrSebastien Bacher1-0/+20
2013-09-03ephyr: Do grab/ungrab for ctrl+shift, not just shift+ctrl.Eric Anholt1-3/+6
2013-09-03ephyr: Flush the X connection when updating the window title.Eric Anholt1-0/+1
2013-09-03ephyr: Use host (HW) cursors by default.Eric Anholt3-7/+11
2013-09-03ephyr: Garbage collect some DOA host window clipping code.Eric Anholt2-43/+0
2013-09-03ephyr: Garbage collect some dead XV clipping code.Eric Anholt1-113/+4
2013-09-03ephyr: Remove the helper libs for each of the optional components.Eric Anholt1-49/+38
2013-09-03ephyr: Remove the remaining bits of host/server XV split.Eric Anholt4-202/+33
2013-09-03ephyr: Remove the host/server split of the actual XV video operations.Eric Anholt3-270/+137
2013-09-03ephyr: Remove another host/server split for XV image formats.Eric Anholt3-99/+56
2013-09-03ephyr: Remove the host/server split for video encodings.Eric Anholt3-99/+39
2013-09-03ephyr: Remove the host/server split for XV formats.Eric Anholt3-43/+15
2013-09-03ephyr: Remove the host/server split for XV attributes.Eric Anholt3-177/+86
2013-09-03ephyr: Remove the host/server split for XV adaptors.Eric Anholt3-96/+28
2013-09-03ephyr: Refactor XV adaptor feature detection.Eric Anholt3-110/+17
2013-09-03ephyr: Remove some pointless indirection in the XV code.Eric Anholt3-83/+7
2013-09-03ephyr: Move event processing into ephyr.c.Eric Anholt3-376/+299
2013-09-03ephyr: Move the host screen info into the kdrive screen private.Eric Anholt5-234/+192
2013-09-03ephyr: Rename and use the proper type for what was host_screen->info.Eric Anholt2-33/+34
2013-09-03ephyr: Expose a single function for detecting extensions.Eric Anholt5-34/+22
2013-09-03ephyr: Drop dead ephyrHostAtomToLocal code.Eric Anholt1-34/+0