summaryrefslogtreecommitdiff
path: root/hw/xfree86
AgeCommit message (Expand)AuthorFilesLines
2012-03-17sdksyms.sh: Use CPPFLAGS, not CFLAGSJeremy Huddleston1-2/+2
2012-03-17os: Pass the FatalError message to OsVendorFatalErrorJeremy Huddleston1-1/+1
2012-02-03Namespace list api to reduce conflicts with similar system headersAlan Coopersmith4-63/+63
2012-02-03Stop including <sys/proc.h> from xf86_OSlib.h on SolarisAlan Coopersmith1-1/+1
2012-01-25int10: Fix unmapping of the BIOS scratch areaAdam Jackson1-1/+1
2012-01-15xfree86: Don't link libxorgxkb against libdix.laJeremy Huddleston1-1/+0
2012-01-15sdksyms.sh: Exit on error rather than building an empty symbol tableJeremy Huddleston1-0/+1
2012-01-13xfree86: mention udev in the xorg.conf manpage AutoAddDevices sectionPeter Hutterer1-4/+4
2012-01-12Revert "dix: Pull client-is-local flag up to the ClientRec"Keith Packard4-7/+7
2012-01-09Always install xaa sdk headersAdam Jackson2-2/+4
2012-01-09UnloadSubModule(): accept pointer value '1' and ignore it.Matthieu Herrb1-0/+3
2012-01-09vgahw: Fix DACDelay() macro to use the driver's vtableAdam Jackson1-4/+4
2012-01-09linux: Use K_OFF VT KB mode over K_RAW if available.Arthur Taylor1-6/+13
2012-01-09Merge commit '777bf90abeac37087a3d0538b847742523d5acf2'Keith Packard5-50/+11
2012-01-09Merge remote-tracking branch 'whot/for-keith'Keith Packard1-5/+6
2012-01-09Merge remote-tracking branch 'kibi/master'Keith Packard1-19/+0
2012-01-06xfree86: Remove the pretense of EDID v2 supportAdam Jackson1-43/+4
2012-01-06dix: Pull client-is-local flag up to the ClientRecAdam Jackson4-7/+7
2012-01-05xfree86: split warning about missing identifier or input driverPeter Hutterer1-5/+6
2011-12-31linux/ia64: Fix regression after domain I/O support code removal.Cyril Brulebois1-19/+0
2011-12-27Merge remote-tracking branch 'kibi/master'Keith Packard1-1/+1
2011-12-22xorg.conf.man: Fix bad whatis entry.Cyril Brulebois1-1/+1
2011-12-22Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Peter Hutterer31-173/+258
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-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-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