summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2011-12-20Merge remote-tracking branch 'jeremyhu/master'Keith Packard4-7/+14
2011-12-19dri2: Invalidate window pixmapsVille Syrjälä3-4/+6
2011-12-19dri2: Invalidate DRI2 buffers for all windows with the same pixmap on swapKeith Packard1-1/+30
2011-12-19dri2: Always re-generate front buffer information when asked for it.Michel Dänzer1-0/+1
2011-12-19dri2: Initialize needInvalidate member of DRI2Drawable.Rami Ylimäki1-0/+1
2011-12-19dmx: force -fno-strict-aliasing for xinput examplePeter Hutterer1-28/+28
2011-12-19kdrive/linux: Fix compilation with -Werror=int-to-pointer-cast -Werror=pointe...Jeremy Huddleston3-7/+7
2011-12-19XQuartz: Provide in-tree implementation of strndup(3) if neededJeremy Huddleston1-0/+7
2011-12-19xfree86: bump the input ABI for the touch changesPeter Hutterer1-1/+1
2011-12-19Add the touch input API stubsDaniel Stone2-0/+27
2011-12-16xserver: check for elevated privileges not uid=0Antoine Martin3-23/+84
2011-12-15dmx: fix distcheck failure, missing compsize.h in Makefile.amGaetan Nadon1-0/+2
2011-12-14Merge remote-tracking branch 'whot/for-keith'Keith Packard1-2/+2
2011-12-12xf86 parser: convert Error to a varargs macro to clear gcc format warningsAlan Coopersmith15-100/+100
2011-12-12Add some printf format attributes suggested by gccAlan Coopersmith4-5/+5
2011-12-12xf86Priv.h: Add some noreturn attributes suggested by gccAlan Coopersmith1-4/+2
2011-12-12Remove duplicate declarations of KdAdd*Driver in kdrive.hAlan Coopersmith1-6/+0
2011-12-12Remove duplicate declaration of xf86ValidateModesFlags in xf86Modes.hAlan Coopersmith1-4/+0
2011-12-12KdParseFindNext: Constify delim argumentAlan Coopersmith2-2/+2
2011-12-12Convert KdDoSwitchCmd to use asprintf instead of malloc/strcat/etc.Alan Coopersmith1-9/+4
2011-12-12DoShowOptions: preserve constness of options list as we walk itAlan Coopersmith1-2/+3
2011-12-12x86emu: constify debug stringsAlan Coopersmith4-14/+14
2011-12-12Even more correctly free config file namesAlan Coopersmith1-8/+9
2011-12-10xf86RegisterRootWindowProperty is confused about xnfcallocAlan Coopersmith1-8/+3
2011-12-10Change GetXI2/XI/CoreType to just take a type argumentPeter Hutterer1-2/+2
2011-12-08Merge remote-tracking branch 'whot/for-keith'Keith Packard2-1/+5
2011-12-09xfree86: include xorg-config.h from xaalocal.hPeter Hutterer1-0/+4
2011-12-09xfree86: bump the input ABIPeter Hutterer1-1/+1
2011-12-07Merge remote-tracking branch 'airlied/reviewed-fixes'Keith Packard3-14/+11
2011-12-07Merge remote-tracking branch 'alanc/master'Keith Packard7-20/+32
2011-12-07hw/xfree86: fix segfault in config parser when config dir is missingKeith Packard1-0/+4
2011-12-06kdrive: drop screen crossing code.Dave Airlie1-6/+0
2011-12-06xaa: avoid possible freed pointer reuse in epilogueDave Airlie1-0/+1
2011-12-06fbdevhw: iterate over all modes that match a mode. (v3)Adam Jackson1-8/+10
2011-12-05Fix builds of Xnest & Xephyr with Solaris Studio compilersAlan Coopersmith2-0/+10
2011-12-05LoaderOpen returns either a valid pointer or NULL, so don't check for < 0Alan Coopersmith1-1/+1
2011-12-05Fix gcc warnings about redundant declarations of fallback functionsAlan Coopersmith1-0/+3
2011-12-05Move to autoconf standard function name checks & definesAlan Coopersmith3-18/+15
2011-12-02Limit the number of screens Xvfb will attempt to allocate memory forAlan Coopersmith1-1/+3
2011-12-01Remove another if (E != NULL) check around free(E)Matt Turner1-2/+0
2011-11-24dmx: Build fix for -Werror=implicit-function-declaration on linuxJeremy Huddleston1-0/+1
2011-11-24parser: free val.str after xstrtokenizePaulo Zanoni1-0/+9
2011-11-24parser: free val.str after xf86getBoolValuePaulo Zanoni1-0/+6
2011-11-24parser: free scandir's listPaulo Zanoni1-3/+3
2011-11-24Correctly free config file namesPaulo Zanoni4-20/+20
2011-11-23dmx: Build fix for -Werror=implicit-function-declarationJeremy Huddleston6-0/+95
2011-11-23Fix gcc -Wwrite-strings warnings in xf86Modes codeAlan Coopersmith4-8/+8
2011-11-23Fix gcc -Wwrite-strings warnings in xf86 ddxAlan Coopersmith22-53/+54
2011-11-23FindModule: stop copying const char *dirname to char *dirpathAlan Coopersmith1-8/+3
2011-11-23Remove redundant redeclarations of functions in the same header fileAlan Coopersmith1-5/+0