summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-01-27glamor: Remove more out-of-tree compat code.Eric Anholt1-13/+0
2014-01-27glamor: Remove an extra copy of RegionNil().Eric Anholt2-8/+2
2014-01-27glamor: Hook the module back up to the build.Eric Anholt6-26/+89
2014-01-27glamor: Convert use of the old "pointer" typedef to "void *".Eric Anholt4-16/+16
2014-01-27glamor: Silence warnings for non-debug builds.Eric Anholt2-3/+3
2014-01-27glamor: Disable definitions of GL extension prototypes to avoid warnings.Eric Anholt1-2/+0
2014-01-27glamor: Drop xfree86 dependencies from this dix module.Eric Anholt2-4/+2
2014-01-27glamor: Disable the XV code for now.Eric Anholt2-0/+4
2014-01-27glamor: Use dix-config.h not project config.hAdam Jackson3-9/+3
2014-01-27glamor/egl: Remove glapi awarenessAdam Jackson4-154/+4
2014-01-27glamor: Remove compat code for building out of tree.Eric Anholt6-127/+6
2014-01-27glamor: Remove copy of sna's compiler.hAdam Jackson8-89/+27
2014-01-27glamor: Fix up some indentation damage on header prototypes.Eric Anholt1-174/+118
2014-01-27glamor: Fix some indent damage of putting a ' ' after the '*' for pointers.Eric Anholt15-152/+152
2014-01-27glamor: Fix some mangling of shader strings by indent.Eric Anholt8-44/+183
2014-01-27glamor: Apply x-indent.sh.Eric Anholt40-14779/+14757
2014-01-27glamor: Touch up some code so indent doesn't get confused.Eric Anholt1-4/+4
2014-01-25Check for calloc() failure in add_master()Alan Coopersmith1-0/+4
2014-01-25Xi: fix modifier offset in XIPassiveGrab swapping functionPeter Hutterer2-2/+9
2014-01-23dix: Praise clients which haven't run for a while, rather than idle clientsKeith Packard2-5/+2
2014-01-22test/signal-formatting: Ignore compiler warningsKeith Packard1-2/+5
2014-01-22test/hashtabletest: Clean up -Wshadow errorsKeith Packard1-4/+2
2014-01-22test/xi2: Clean up -Wshadow warningsKeith Packard5-41/+41
2014-01-22kdrive/ephyr: Remove extra 'i' variable in ProcXF86DRIGetDrawableInfoKeith Packard1-1/+0
2014-01-22randr: Eliminate -Wshadow warningsKeith Packard1-9/+8
2014-01-22hw/xnest: Eliminate shadowed namesKeith Packard4-17/+17
2014-01-22hw/vfb: Rename screenInfo parameter to screen_infoKeith Packard1-9/+9
2014-01-22kdrive: Fix -Wshadow errorsKeith Packard2-4/+4
2014-01-22exa: Fix -Wshadow warningsKeith Packard2-4/+3
2014-01-22composite: Remove duplicate window pixmap fetchKeith Packard1-1/+0
2014-01-22xfree86: Fix -Wshadow warningsKeith Packard27-427/+408
2014-01-22Xi: Use 'void *' instead of 'Pointer' (which is going away)Keith Packard1-1/+1
2014-01-22os: Fix -Wshadow errorsKeith Packard2-24/+22
2014-01-22Add 'FONT_PATH_NAME_ELEMENT_CONST' to dix-config.h and xorg-server.hKeith Packard2-0/+6
2014-01-22Ignore a couple of format-nonliteral warningsKeith Packard2-0/+3
2014-01-22include: GetClientResolutions is declared in font.hKeith Packard1-2/+0
2014-01-22Merge remote-tracking branch 'whot/for-keith'Keith Packard5-9/+81
2014-01-22Merge remote-tracking branch 'dlespiau/20131216-4k'Keith Packard3-45/+105
2014-01-22If EAGAIN == EWOULDBLOCK, only need to check errno for one of themAlan Coopersmith1-3/+8
2014-01-22Merge remote-tracking branch 'jeremyhu/master'Keith Packard9-25/+56
2014-01-22Merge remote-tracking branch 'anholt/xserver-unifdef'Keith Packard2-83/+1
2014-01-22Merge remote-tracking branch 'anholt/glamor-external-rebase'Keith Packard42-0/+20996
2014-01-22autoconf: fix warning by replacing AC_WARN with AC_MSG_WARNGaetan Nadon1-1/+1
2014-01-22xorg-tls: fix warning, replace AC_TRY_COMPILE with AC_COMPILE_IFELSEGaetan Nadon1-2/+2
2014-01-22autoconf: fix warning, replace AC_TRY_COMPILE with AC_COMPILE_IFELSEGaetan Nadon1-5/+5
2014-01-22autoconf: fix warning, replace AC_TRY_LINK with AC_LINK_IFELSEGaetan Nadon1-5/+5
2014-01-22autoconf: fix warning by replacing deprecated AC_HELP_STRINGGaetan Nadon1-7/+5
2014-01-22libtool: bump minimum required version to 2.2Gaetan Nadon2-3/+5
2014-01-15os: restrict display names to digitsPeter Hutterer1-0/+27
2014-01-12XQuartz: Avoid passing uninitialized pointers to X11ApplicationSetWindowMenu ...Jeremy Huddleston Sequoia1-0/+9