summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
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-08-30hw/xwin: Remove unnecessary and incorrect HWND castsMarc Haesen2-5/+3
2013-08-30hw/xwin: Fix compilation of winauth.c with -Werror=implicit-function-declarationJon TURNEY1-4/+3
2013-08-30hw/xwin: Remove unused extern g_fUseUnicode from winclipboardwndproc.cJon TURNEY1-1/+0
2013-08-30hw/xwin: Remove unneeded forward declaration of winProcessXEventsTimeout()Jon TURNEY1-10/+0
2013-08-30hw/xwin: Remove prototype for non-existent winDeinitClipboard()Jon TURNEY1-3/+0
2013-08-30hw/xwin: Remove unused externs from winclipboardwrappers.cJon TURNEY1-2/+0
2013-08-30hw/xwin: Remove unused winProcQueryTreeOrig variableJon TURNEY3-3/+0
2013-08-30hw/xwin: Fix ARGB cursor conversion on x86_64Jon TURNEY1-8/+7
2013-08-30hw/xwin: Fix an issue in winSetSpansNativeGDI() identifed by -Warray-boundsJon TURNEY1-23/+29
2013-08-30hw/xwin: Fix -Warray-bounds warning in winXCursorToHCURSOR()Jon TURNEY1-12/+16
2013-08-30hw/xwin: Correct size of _WINDOWSWM_NATIVE_HWND property on x86_64Marc Haesen1-7/+7
2013-08-30hw/xwin: Correct winprefs.c function signatures for x64.Colin Harrison4-25/+13
2013-08-30Move pseudoramiX code where it can be shared between Xwin and XquartzJon TURNEY4-528/+3
2013-08-30hw/xwin: Fix winglobals.h for MinGW64 buildJon TURNEY1-0/+2
2013-08-30hw/xwin: Fix inclusion of shlobj.h in MinGW64 buildJon TURNEY1-0/+4
2013-08-21ephyr: Fix warning about XID vs unsigned long * by changing function argsEric Anholt3-6/+5
2013-08-21ephyr: Drop is_ok logging.Eric Anholt1-15/+4
2013-08-21kdrive: Fix const cast warnings in arguments processing.Eric Anholt5-12/+13
2013-08-21kdrive: Fix const cast warnings in driver name handling.Eric Anholt2-3/+3
2013-08-21kdrive: Fix a few easy cast warnings.Eric Anholt4-5/+5
2013-08-21kdrive: Drop dead code.Eric Anholt1-7/+0
2013-08-21ephyr: Fix dead code warning.Eric Anholt1-2/+0
2013-08-21ephyr: Fix const-cast warnings for setting window title.Eric Anholt2-2/+2
2013-08-21ephyr: Fix const cast warnings in ephyrhostvideo.Eric Anholt1-19/+19
2013-08-06xfree86: de-duplicate some AM_CPPFLAGSPeter Hutterer1-3/+3
2013-08-06Replace INCLUDES with AM_CPPFLAGSPeter Hutterer31-34/+34
2013-08-06xfree86: improve check for posix saved idsJulien Cristau1-1/+2
2013-08-01xfree86/man: document AutoAddGPUDave Airlie1-0/+4
2013-07-25xfree86: detach scanout pixmaps when detaching output GPUsAaron Plattner1-3/+16
2013-07-23hw/xwin: Fix numerous 64-bit format/type cast issues with debug printing of p...Jon TURNEY6-36/+36
2013-07-23hw/xwin: Fix possible crash in winMultiWindowGetClassHintColin Harrison1-7/+14
2013-07-23hw/xwin: Remove obsolete WIN_XEVENTS_SHUTDOWNJon TURNEY2-9/+1
2013-07-23configure.ac: Check for python at configure time when building XWin with AIGLXJon TURNEY1-2/+2
2013-07-23hw/xwin: Avoid a null dereference if CreateDIBSection() fails in NetWMToWinIc...Jon TURNEY1-0/+4
2013-07-23hw/xwin: Handle WM_MOUSEHWHEELJon TURNEY6-18/+55