summaryrefslogtreecommitdiff
path: root/hw/xfree86
AgeCommit message (Expand)AuthorFilesLines
2011-12-21xfree86: bump the input ABI for the touch changesPeter Hutterer1-1/+1
2011-12-21Add the touch input API stubsDaniel Stone2-0/+27
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-16xserver: check for elevated privileges not uid=0Antoine Martin3-23/+84
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 declaration of xf86ValidateModesFlags in xf86Modes.hAlan Coopersmith1-4/+0
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 Packard2-8/+11
2011-12-07Merge remote-tracking branch 'alanc/master'Keith Packard2-1/+4
2011-12-07hw/xfree86: fix segfault in config parser when config dir is missingKeith Packard1-0/+4
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-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-01Remove another if (E != NULL) check around free(E)Matt Turner1-2/+0
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 Zanoni3-19/+17
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
2011-11-23sun_agp: cast key to uintptr_t before casting to (int *)Alan Coopersmith1-1/+1
2011-11-23Convert a bunch of sprintf to snprintf callsAlan Coopersmith7-20/+20
2011-11-23Remove xf86FormatPciBusNumber from API, inline the one place its usedAlan Coopersmith2-12/+6
2011-11-23Move DoShowOptions to xf86Configure.c, delete xf86ShowOpts.cAlan Coopersmith3-123/+52
2011-11-23Remove bad code from DoShowOptions (Xorg -showopts handler)Alan Coopersmith1-10/+2
2011-11-23matchDriverFromFiles: use one snprintf instead of strncpy/cat seriesAlan Coopersmith1-3/+2
2011-11-23Convert strncpy/strncat to strlcpy/strlcatAlan Coopersmith4-11/+9
2011-11-23Don't fallback to wsfb or fbdev on SolarisAlan Coopersmith1-0/+2
2011-11-21docs: spell "X Server Version" consistently in titles. Add where missing.Gaetan Nadon1-1/+1
2011-11-18edid: Add quirk for Acer Aspire One 110Ross Burton1-0/+5
2011-11-18dri2: Register the DRI2DrawableType after server regenerationChris Wilson2-2/+15
2011-11-18DRI2: Avoid a NULL pointer dereferenceChris Wilson1-1/+2
2011-11-18VidMode: prevent crash with no modesChris Wilson1-0/+3
2011-11-18xfree86: Deprecate the use of xf86PciInfo.hJeremy Huddleston6-10/+3