[Xquartz-changes] xserver: Changes to 'refs/tags/xorg-server-1.14.99.1'

Jeremy Huddleston jeremyhu at freedesktop.org
Sat Nov 2 11:10:02 PDT 2013


Tag 'xorg-server-1.14.99.1' created by Keith Packard <keithp at keithp.com> at 2013-04-24 18:14 -0700

xorg-server-1.14.99.1

Changes since xorg-server-1.14.0:
Aaron Plattner (1):
      fb: Rename wfbDestroyGlyphCache

Alan Coopersmith (8):
      Handle failure to create counter in init_system_idle_counter
      Stop leaking overlayWin in PanoramiXCompositeGetOverlayWindow error paths
      Free keymap on error in Xephyr's hostx_load_keymap
      Make xf86ValidateModes actually copy clock range list to screen pointer
      Avoid NULL pointer dereference in xf86TokenToOptinfo if token not found
      Avoid memory leak on realloc failure in localRegisterFreeBoxCallback
      xf86XvMCScreenInit: Avoid leak if dixRegisterPrivateKey fails
      Avoid memory leak in ddc resort() if find_header() fails

Andreas Wettstein (1):
      xkb: Fixes to LatchMods/LatchGroup

Bryce Harrington (6):
      xfree86: (Cleanup) Close fd if drm interface 1.4 could not be set.
      xfree86: Track error code and add label for error handling.
      xfree86: Provide more details on failure
      xfree86: Keep trying to set interface on drm for 2 seconds.
      xfree86: Fix race condition failure opening drm.
      xfree86: Be verbose if waiting on opening the drm device

Daniel Martin (2):
      ephyr: Add -resizeable option
      ephyr: Fix crash on 24bpp host framebuffer

Dave Airlie (1):
      xf86: fix flush input to work with Linux evdev devices.

Geert Uytterhoeven (1):
      kdrive/fbdev: revive randr new screen size logic

Jeremy White (1):
      Define prototypes for hw/xfree86/modes/xf86Modes.c only in xf86Modes.h.

Keith Packard (4):
      Bump release to 1.14.99.0
      Merge remote-tracking branch 'whot/next'
      Merge remote-tracking branch 'whot/for-keith'
      Bump to 1.14.99.1

Marcin Slusarz (1):
      os: use libunwind to generate backtraces

Peter Harris (1):
      xkb: Set nIndicators in XkbGetIndicatorMap

Peter Hutterer (21):
      randr: fix "set but unused" warnings
      xfree86: drop unused prevSIGIO
      fb: drop two unneeded shadowing variables
      Xext: renaming shadowing variable
      Xext: rename two shadowing variables
      xkb: remove unused variable 'names'
      xfree86: remove redundant declaration of inputInfo
      Merge branch 'master' of git+ssh://people.freedesktop.org/~alanc/xserver into next
      dix: FreeAllAtoms() on reset
      dix: only show the cursor if a window defines one (#58398)
      os: document pnprintf as sigsafe snprintf
      kdrive: fix "set but not used" warnings
      xephyr: fix "set but not used warnings"
      xfixes: ifdef PanoramiXFixes* (#62015)
      Xi: return !Success from DeliverTouchEmulatedEvent if we didn't deliver
      Xi: use a temp variable for the new listener
      dix: fix a comment
      Xi: compress two if statements with the same body
      dix: update coords for touch events in PlayReleasedEvents
      Xi: add a comment to make a condition a bit clearer
      Revert "kdrive: fix "set but not used" warnings"

Piotr Dziwinski (1):
      glx: fix uninitialized var in __glXDRIscreenProbe

Robert Morell (2):
      configure.ac: Require inputproto 2.3
      list.h: Make xorg_list_init inline

Tomasz Lis (1):
      Full support of sRGB capable fbconfigs.

Zack Rusin (1):
      GLX/DRI2: Do not expose INTEL_swap_event without swap control

vdb at picaros.org (1):
      xserver: add monitor Option "ZoomModes" [v2]

---
 Xext/panoramiX.c                           |   14 +-
 Xext/sync.c                                |   13 +-
 Xext/xvdisp.c                              |    8 -
 Xi/exevents.c                              |   33 +++---
 composite/compext.c                        |    7 +
 configure.ac                               |   17 ++-
 dix/events.c                               |    3 
 dix/main.c                                 |    2 
 dix/touch.c                                |    3 
 dix/window.c                               |    4 
 fb/fbpict.c                                |    8 -
 fb/wfbrename.h                             |    1 
 glx/extension_string.c                     |    2 
 glx/extension_string.h                     |    5 
 glx/glxcmds.c                              |   26 ++++-
 glx/glxdri.c                               |    2 
 glx/glxdri2.c                              |   11 +-
 glx/glxdricommon.c                         |    4 
 glx/glxscreens.h                           |    3 
 hw/kdrive/ephyr/ephyr.c                    |    7 -
 hw/kdrive/ephyr/ephyrinit.c                |    6 +
 hw/kdrive/ephyr/ephyrvideo.c               |   24 ----
 hw/kdrive/ephyr/hostx.c                    |   43 +++++---
 hw/kdrive/ephyr/hostx.h                    |    3 
 hw/kdrive/fbdev/fbdev.c                    |   10 +
 hw/kdrive/linux/mouse.c                    |    6 -
 hw/kdrive/src/kinput.c                     |    8 -
 hw/kdrive/src/kxv.c                        |    2 
 hw/xfree86/common/xf86.h                   |   25 ----
 hw/xfree86/common/xf86Config.c             |    1 
 hw/xfree86/common/xf86Events.c             |    1 
 hw/xfree86/common/xf86Mode.c               |   17 +--
 hw/xfree86/common/xf86Option.c             |    2 
 hw/xfree86/common/xf86fbman.c              |   12 +-
 hw/xfree86/common/xf86xvmc.c               |    4 
 hw/xfree86/ddc/ddc.c                       |    7 -
 hw/xfree86/ddc/xf86DDC.h                   |    2 
 hw/xfree86/fbdevhw/Makefile.am             |    2 
 hw/xfree86/fbdevhw/fbdevhw.c               |    1 
 hw/xfree86/man/xorg.conf.man               |   11 ++
 hw/xfree86/modes/xf86Crtc.c                |   89 +++++++++++++++++
 hw/xfree86/modes/xf86DisplayIDModes.c      |    1 
 hw/xfree86/modes/xf86Modes.h               |    3 
 hw/xfree86/modes/xf86RandR12.c             |    1 
 hw/xfree86/os-support/linux/lnx_platform.c |   40 ++++++-
 hw/xfree86/os-support/shared/posix_tty.c   |    3 
 hw/xfree86/ramdac/xf86Cursor.c             |    1 
 hw/xfree86/utils/cvt/Makefile.am           |    1 
 hw/xfree86/utils/cvt/cvt.c                 |    1 
 hw/xfree86/vbe/Makefile.am                 |    1 
 hw/xfree86/vbe/vbe.c                       |    1 
 hw/xquartz/GL/visualConfigs.c              |    3 
 hw/xwin/glx/indirect.c                     |    2 
 include/dix-config.h.in                    |    3 
 include/input.h                            |    5 
 include/list.h                             |    2 
 os/Makefile.am                             |    5 
 os/backtrace.c                             |   75 ++++++++++++++
 os/log.c                                   |    4 
 randr/rrcrtc.c                             |    9 -
 xfixes/cursor.c                            |   10 -
 xfixes/xfixesint.h                         |    2 
 xkb/xkb.c                                  |    3 
 xkb/xkbActions.c                           |  149 +++++++++++++++--------------
 64 files changed, 516 insertions(+), 258 deletions(-)
---


More information about the Xquartz-changes mailing list