xserver: Changes to 'refs/tags/xorg-server-1.18.1'

Adam Jackson ajax at kemper.freedesktop.org
Mon Feb 8 23:41:21 UTC 2016


Tag 'xorg-server-1.18.1' created by Adam Jackson <ajax at redhat.com> at 2016-02-08 23:40 -0800

xorg-server-1.18.1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iEYEABECAAYFAla5J4gACgkQW4otUKDs0NPSRgCdF80+e5OgT7C38NFPrt/EreZI
pZ8AnjDwo5ebj4b5LgB6chBSptCT4krz
=Xttc
-----END PGP SIGNATURE-----

Changes since xorg-server-1.18.0:
Adam Jackson (11):
      xnest: Fix needless build dependency on xcb-util-keysyms
      x86emu: Squash a warning
      dmx: Silence lex/yacc-related config parser warnings
      dmx: Silence unused variable warning in dmxcompat
      dmx: Run 'doxygen -u' to upgrade the doxygen config file
      glxproxy: Silence set-but-unused-variable warnings
      glxproxy: Silence shadowed-variable warnings
      os: Failure to remove a non-existent log file is not an error
      glx: Fix GLX_EXT_create_context_es2_profile support
      modesetting: Require sufficiently new libdrm
      xserver 1.18.1

Alan Coopersmith (2):
      modesetting should not reference gbm when it's not defined
      Use unique logfile names when starting server with -displayfd

Arkadiusz Miśkiewicz (1):
      Xorg.wrap: activate libdrm based detection for KMS drivers

Bob Ham (1):
      xserver: Fix configure.ac check for libsystemd/-daemon

Chris Wilson (3):
      present: Requery pending flips with the right sync_flip mode
      present: When cancelling a pending synchronous flip, requeue it
      present: Do not replace Pixmaps on redirected Window on unflip

Dave Airlie (5):
      modesetting: drop platform_dev pointer.
      modesetting: create entities for pci and old probe. (v2)
      glamor: fallback if font is too large for FBO size.
      glamor: store old fonts in double width textures.
      glamor: don't do copy if we have 0 boxes to copy.

Egbert Eich (1):
      kdrive/UnregisterFd: Fix off by one

Eric Anholt (8):
      glamor: Avoid GL errors from mapping with size == 0.
      glamor: Handle GL_OUT_OF_MEMORY when allocating texture images.
      glamor: Fix crashes when the glyph atlas allocation fails.
      glamor: Fix rendering when core font texture allocation fails.
      glamor: Fix assert failures when fallback picture upload alloc fails.
      glamor: Fix segfault in fallback picture uploading.
      glamor: No need to glFlush before destroying a pixmap.
      glamor: Fix copy-like Render operations between 15 and 16 depth.

Jonas Ådahl (1):
      xwayland: Always update the wl_pointer cursor on pointer focus

Julian Pidancet (1):
      x86emu: Correctly handle 0x66 prefix for some instructions

Laércio de Sousa (1):
      systemd-logind.c: don't parse VT settings for non-seat0 X servers

Marek Chalupa (2):
      xwayland: fix memory leaks on error paths in xwl_realize_window
      xwayland: check if creating xwl_output succeeded

Michael Stapelberg (1):
      Also dump passive grabs on XF86LogGrabInfo

Michel Dänzer (3):
      prime: Damage full destination rectangle when we start dirty tracking
      glamor: Disable debugging messages other than GL API errors
      present: Handle wraparound when comparing MSC values

Olivier Fourdan (2):
      xwayland: Do not set root clip when rootless
      xwayland: Update screen size on output removal

Peter Hutterer (1):
      xfree86: fix minor memory leak

Siim Põder (1):
      vfb: add randr support (v2)

Thomas Klausner (2):
      Fix uninitialized variable warnings reported by clang
      Fix build when XSERVER_PLATFORM_BUS is not defined.

Timo Aaltonen (1):
      dri2: Sync i915_pci_ids.h and i965_pci_ids.h from mesa

---
 configure.ac                                 |   34 
 dix/pixmap.c                                 |   21 
 dix/window.c                                 |  126 +
 glamor/glamor.c                              |   10 
 glamor/glamor_composite_glyphs.c             |    9 
 glamor/glamor_copy.c                         |    3 
 glamor/glamor_egl.c                          |    4 
 glamor/glamor_fbo.c                          |   18 
 glamor/glamor_font.c                         |   35 
 glamor/glamor_font.h                         |    2 
 glamor/glamor_picture.c                      |   37 
 glamor/glamor_priv.h                         |    4 
 glamor/glamor_render.c                       |   24 
 glamor/glamor_text.c                         |   10 
 glamor/glamor_vbo.c                          |   16 
 glx/createcontext.c                          |   31 
 glx/extension_string.c                       |    1 
 glx/extension_string.h                       |    1 
 glx/glxdri2.c                                |    4 
 glx/glxdriswrast.c                           |    2 
 hw/dmx/config/dmxcompat.c                    |    2 
 hw/dmx/config/dmxconfig.c                    |    2 
 hw/dmx/config/dmxparse.h                     |    2 
 hw/dmx/config/dmxtodmx.c                     |    1 
 hw/dmx/config/parser.y                       |    1 
 hw/dmx/config/scanner.l                      |    6 
 hw/dmx/config/xdmxconfig.c                   |    1 
 hw/dmx/doxygen/doxygen.conf.in               | 2429 ++++++++++++++++++---------
 hw/dmx/glxProxy/glxsingle.c                  |    5 
 hw/dmx/glxProxy/render2swap.c                |   34 
 hw/dmx/glxProxy/renderpixswap.c              |    3 
 hw/kdrive/src/kinput.c                       |    2 
 hw/vfb/InitOutput.c                          |  123 +
 hw/xfree86/common/xf86Xinput.c               |    5 
 hw/xfree86/dixmods/xkbPrivate.c              |    2 
 hw/xfree86/dri2/pci_ids/i915_pci_ids.h       |    4 
 hw/xfree86/dri2/pci_ids/i965_pci_ids.h       |   56 
 hw/xfree86/drivers/modesetting/driver.c      |   59 
 hw/xfree86/drivers/modesetting/driver.h      |    3 
 hw/xfree86/drivers/modesetting/present.c     |    6 
 hw/xfree86/os-support/linux/systemd-logind.c |    3 
 hw/xfree86/x86emu/ops.c                      |  192 +-
 hw/xfree86/xorg-wrapper.c                    |    1 
 hw/xnest/Keyboard.c                          |    5 
 hw/xwayland/xwayland-glamor.c                |    4 
 hw/xwayland/xwayland-input.c                 |   22 
 hw/xwayland/xwayland-output.c                |   93 -
 hw/xwayland/xwayland-shm.c                   |    4 
 hw/xwayland/xwayland.c                       |   35 
 include/list.h                               |    8 
 include/os.h                                 |    2 
 include/window.h                             |    1 
 os/connection.c                              |    1 
 os/log.c                                     |  126 +
 present/present.c                            |   79 
 present/present_priv.h                       |    2 
 56 files changed, 2637 insertions(+), 1079 deletions(-)
---


More information about the xorg-commit mailing list