platform/upstream/xorg-server.git
2014-01-29 Hans de Goedexf86Events: split xf86VTSwitch into xf86VTLeave and...
2014-01-29 Hans de Goededbus-core: Attempt to connect to dbus ASAP
2014-01-29 Hans de Goededbus-core: Make dbus-core no longer mutually exclusive...
2014-01-29 Peter Huttererconfig: drop the dbus API
2014-01-29 Laércio de... xfree86: Keep a non-seat0 X server from touching VTs...
2014-01-29 Łukasz Stelmachconfigure.ac: enable systemd socket activation in libxtrans
2014-01-29 Alan CoopersmithAdd RANDR 1.4 requests & events to dix/protocol.txt
2014-01-29 Alan Coopersmithxf86DeleteScreen: move check for NULL pScrn before...
2014-01-29 Alan CoopersmithOn realloc failure, free font_path_string instead of...
2014-01-29 Alan CoopersmithLink libvgahw with $(PCIACCESS_LIBS) as well
2014-01-28 Keith PackardMerge remote-tracking branch 'whot/for-keith'
2014-01-27 Keith PackardMerge remote-tracking branch 'anholt/glamor-reformat'
2014-01-27 Keith PackardAdd _XITYPEDEF_POINTER to dix-config.h
2014-01-27 Keith PackardpseudoramiX: Only compile on XQUARTZ and XWIN
2014-01-27 Keith PackardpseudoramiX: Add _X_ATTRIBUTE_PRINTF attributes to...
2014-01-27 Keith PackardWarning fixes in glx
2014-01-27 Eric Anholtglamor: Remove more out-of-tree compat code.
2014-01-27 Eric Anholtglamor: Remove an extra copy of RegionNil().
2014-01-27 Eric Anholtglamor: Hook the module back up to the build.
2014-01-27 Eric Anholtglamor: Convert use of the old "pointer" typedef to...
2014-01-27 Eric Anholtglamor: Silence warnings for non-debug builds.
2014-01-27 Eric Anholtglamor: Disable definitions of GL extension prototypes...
2014-01-27 Eric Anholtglamor: Drop xfree86 dependencies from this dix module.
2014-01-27 Eric Anholtglamor: Disable the XV code for now.
2014-01-27 Adam Jacksonglamor: Use dix-config.h not project config.h
2014-01-27 Adam Jacksonglamor/egl: Remove glapi awareness
2014-01-27 Eric Anholtglamor: Remove compat code for building out of tree.
2014-01-27 Adam Jacksonglamor: Remove copy of sna's compiler.h
2014-01-27 Eric Anholtglamor: Fix up some indentation damage on header protot...
2014-01-27 Eric Anholtglamor: Fix some indent damage of putting a ' ' after...
2014-01-27 Eric Anholtglamor: Fix some mangling of shader strings by indent.
2014-01-27 Eric Anholtglamor: Apply x-indent.sh.
2014-01-27 Eric Anholtglamor: Touch up some code so indent doesn't get confused.
2014-01-25 Alan CoopersmithCheck for calloc() failure in add_master()
2014-01-25 Peter HuttererXi: fix modifier offset in XIPassiveGrab swapping function
2014-01-23 Keith Packarddix: Praise clients which haven't run for a while,...
2014-01-23 Keith Packardtest/signal-formatting: Ignore compiler warnings
2014-01-23 Keith Packardtest/hashtabletest: Clean up -Wshadow errors
2014-01-23 Keith Packardtest/xi2: Clean up -Wshadow warnings
2014-01-23 Keith Packardkdrive/ephyr: Remove extra 'i' variable in ProcXF86DRIG...
2014-01-23 Keith Packardrandr: Eliminate -Wshadow warnings
2014-01-23 Keith Packardhw/xnest: Eliminate shadowed names
2014-01-23 Keith Packardhw/vfb: Rename screenInfo parameter to screen_info
2014-01-23 Keith Packardkdrive: Fix -Wshadow errors
2014-01-23 Keith Packardexa: Fix -Wshadow warnings
2014-01-23 Keith Packardcomposite: Remove duplicate window pixmap fetch
2014-01-23 Keith Packardxfree86: Fix -Wshadow warnings
2014-01-23 Keith PackardXi: Use 'void *' instead of 'Pointer' (which is going...
2014-01-23 Keith Packardos: Fix -Wshadow errors
2014-01-23 Keith PackardAdd 'FONT_PATH_NAME_ELEMENT_CONST' to dix-config.h...
2014-01-23 Keith PackardIgnore a couple of format-nonliteral warnings
2014-01-23 Keith Packardinclude: GetClientResolutions is declared in font.h
2014-01-22 Keith PackardMerge remote-tracking branch 'whot/for-keith'
2014-01-22 Keith PackardMerge remote-tracking branch 'dlespiau/20131216-4k'
2014-01-22 Alan CoopersmithIf EAGAIN == EWOULDBLOCK, only need to check errno...
2014-01-22 Keith PackardMerge remote-tracking branch 'jeremyhu/master'
2014-01-22 Keith PackardMerge remote-tracking branch 'anholt/xserver-unifdef'
2014-01-22 Keith PackardMerge remote-tracking branch 'anholt/glamor-external...
2014-01-22 Gaetan Nadonautoconf: fix warning by replacing AC_WARN with AC_MSG_WARN
2014-01-22 Gaetan Nadonxorg-tls: fix warning, replace AC_TRY_COMPILE with...
2014-01-22 Gaetan Nadonautoconf: fix warning, replace AC_TRY_COMPILE with...
2014-01-22 Gaetan Nadonautoconf: fix warning, replace AC_TRY_LINK with AC_LINK...
2014-01-22 Gaetan Nadonautoconf: fix warning by replacing deprecated AC_HELP_S...
2014-01-22 Gaetan Nadonlibtool: bump minimum required version to 2.2
2014-01-14 Peter Huttereros: restrict display names to digits
2014-01-13 Jeremy Huddleston... XQuartz: Avoid passing uninitialized pointers to X11App...
2014-01-13 Jeremy Huddleston... XQuartz: Check for allocated memory before using it...
2014-01-13 Jeremy Huddleston... XQuartz: Silence a clang static analysis warning about...
2014-01-13 Jeremy Huddleston... XQuartz: Silence a clang static analysis warning about...
2014-01-13 Jeremy Huddleston... XQuartz: Validate length in appledri before swapping
2014-01-13 Jeremy Huddleston... XQuartz: Validate screen in AppleDRIQueryDirectRenderin...
2014-01-13 Jeremy Huddleston... XQuartz: Simplify hook_run to quiet static analyzer
2014-01-13 Jeremy Huddleston... XQuartz: Mark applicationWillTerminate: noreturn
2014-01-13 Jeremy Huddleston... XQuartz: Fix get_proc_address signature
2014-01-13 Jeremy Huddleston... XQuartz: Fix darwinfb.h header guard
2014-01-13 Jeremy Huddleston... XQuartz: Silence some static analyzer warnings by annot...
2014-01-12 Keith PackardClean up a few function prototypes to not place formals...
2014-01-12 Keith PackardReplace 'pointer' type with 'void *'
2014-01-12 Keith PackardDon't build dmx by default
2014-01-12 Keith Packardhw/xfree86: nobus.c shouldn't define a static function
2014-01-12 Keith Packardkdrive/ephyr; Don't redeclare monitorResolution
2014-01-12 Keith Packardkdrive/ephyr: ddxUseMsg is supposed to return
2014-01-12 Keith Packardvfb: Remove unused pXWDCmap variable
2014-01-12 Keith Packardxfree86: Switch int10 code to stdint types
2014-01-12 Keith Packardxfree86: Don't complain when the SDK dependency file...
2014-01-12 Keith Packardxkb: Make XkbWriteCountedString take a const char ...
2014-01-12 Keith Packardos: xstrtokenize takes and returns const char * now
2014-01-12 Keith Packardxfree86/vbe: Make VBEValidateModes take const char **
2014-01-12 Keith Packardxfree86/shadowfb: GCFuncs and GCOps are now const
2014-01-12 Keith Packardxfree86/parser: make strings in xf86MatchGroup const
2014-01-12 Keith Packardxfree86/int10: mark printk as _X_ATTRIBUTE_PRINTF
2014-01-12 Keith Packardxfree86/fbdevhw: Fix warnings
2014-01-12 Keith Packardxfree86/exa: xf86GetOptValString returns const char...
2014-01-12 Keith Packardxfree86/dri: Mark DRIDrvMsg and dri_drm_debug_print...
2014-01-12 Keith Packardxfree86/common: handle string constants in xf86Xinput...
2014-01-12 Keith Packardxfree86/common: Const GC funcs and ops in xf86VAarbiter
2014-01-12 Keith Packardxfree86/config: Kludge around const strings
2014-01-12 Keith Packardconfig/udev: handle const strings
2014-01-12 Keith Packardcomposite: Remove unused pScreen variables
2014-01-12 Keith Packardtest: Warning cleanup
next