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

Jeremy Huddleston jeremyhu at freedesktop.org
Mon Oct 26 15:49:23 PDT 2015


Tag 'xorg-server-1.17.2' created by Adam Jackson <ajax at redhat.com> at 2015-06-16 17:29 -0700

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

iEYEABECAAYFAlWATs8ACgkQW4otUKDs0NP3YgCfZ9S68HzuAJFG/dHDWFEXGxvb
0SkAoKv0P6ceobF17bjDZ+48IoqPUhGk
=gaII
-----END PGP SIGNATURE-----

Changes since xorg-server-1.17.1:
Aaron Plattner (2):
      xfree86: Fix xf86_check_platform_slot's handling of PCI
      xfree86: Add GPU screens even if there are no active GDevs

Adam Jackson (1):
      xserver 1.17.2

Adel Gadllah (1):
      modesetting: Fix software cursor fallback

Alan Coopersmith (2):
      Clear ListenTransConns entries in CloseWellKnownConnections
      Accept x86_64 as well as i*86 for $host_cpu in Solaris on x86

Brent Collins (1):
      shm: Fix xselinux resource initialization for xinerama pixmaps

Chris Wilson (2):
      shm: Fix use-after-free in ShmDestroyPixmap
      present: Copy unflip contents back to the Screen Pixmap

Colin Harrison (2):
      os/xdmcp.c: Include Xtrans.h when building for WIN32
      os/utils.c: Don't try to build os_move_fd() for WIN32

Dave Airlie (2):
      os/access: fix regression in server interpreted auth
      glamor: don't do render ops with matching source/dest (v2)

Dima Ryazanov (1):
      xwayland: Implement smooth scrolling

Egbert Eich (6):
      symbols: Fix sdksyms.sh to cope with gcc5
      Xephyr: Don't crash when no command line argument is specified
      Xephyr: Print default server display number if none is specified
      Xephyr: Fix compile when debugging is enabled
      Xephyr: Fix screen image draw for the non-Glamor & non-XHSM case
      Xephyr: Fix broken image when endianess of client machine and host-Xserver differ

Emil Velikov (2):
      randr: remove chatty error messages
      randr: use randr: prefix in ErrorF()

Hans de Goede (1):
      Re-enable non serverfd input devices immediately on vtenter

Jason Gerecke (2):
      xfree86: Return NULL from xf86CompatOutput if no compat_output is defined
      dix: Do not allow device transform to be set on valuatorless devices

Jon TURNEY (9):
      ephyr: Avoid a segfault with 'DISPLAY= Xephy -glamor'
      os: XDMCP options like -query etc. should imply -listen tcp
      os: Teach vpnprintf() how to handle "%*.*s"
      hw/xwin/glx: Refactor parsing of the <proto> XML element
      hw/xwin/glx: Improve code generator to deal with latest Khronos OpenGL registry XML
      hw/xwin: Report Cygwin version information in log
      glamor: Fix build when configured --enable-glamor --disable-xshmfence
      hw/xwin/winclipboard: Link xwinclip with -lpthread
      hw/xnest: Fix build for MinGW

Jonathan Gray (2):
      glamor: remove const from the return type of glamor_get_drawable_location()
      glamor: fix build when DRI3 is not defined

Jürg Billeter (1):
      int10: Fix error check for pci_device_map_legacy

Keith Packard (1):
      mi: Partial pie-slice filled arcs may need more space for spans

Maarten Lankhorst (4):
      glamor: only use (un)pack_subimage when available
      glamor: do not check for gl errors in glamor_build_program
      glamor: Use GL_FRAMEBUFFER instead of GL_READ_FRAMEBUFFER
      glamor: GL_TEXTURE_MAX_LEVEL is not available on GLES2

Michal Srb (1):
      Expose GetMaster to modules.

Michel Dänzer (2):
      Add AC_SYS_LARGEFILE defines to dix-config.h
      modesetting: Include dix-config.h from dumb_bo.c

Olivier Fourdan (4):
      ephyr: Fail if glamor is requested but not usable
      xwayland: Add dependency on glamor libs
      glamor: check max native ALU instructions
      dix: Fix image byte order on big endian hardware

Ray Strode (5):
      systemd-logind: filter out non-signal messages from message filter
      systemd-logind: don't second guess D-Bus default timeout
      xwayland: Enable access control on open sockets [CVE-2015-3164 1/3]
      os: support new implicit local user access mode [CVE-2015-3164 2/3]
      xwayland: default to local user if no xauth file given. [CVE-2015-3164 3/3]

Robert Ancell (1):
      xwayland: Fix error strings

Rui Matos (2):
      dix/events: Set currentTime to the given time stamp in NoticeTime
      xwayland: Throttle our cursor surface updates with a frame callback

Vicente Olivert Riera (1):
      backtrace.c: Fix word cast to a pointer

---
 Xext/shm.c                                       |   10 +-
 configure.ac                                     |   10 +-
 dix/devices.c                                    |    3 
 dix/events.c                                     |    1 
 glamor/glamor.c                                  |   40 ++++++++
 glamor/glamor_core.c                             |    2 
 glamor/glamor_egl.c                              |    6 +
 glamor/glamor_fbo.c                              |    1 
 glamor/glamor_font.c                             |    1 
 glamor/glamor_largepixmap.c                      |    9 +
 glamor/glamor_pixmap.c                           |    1 
 glamor/glamor_priv.h                             |    6 +
 glamor/glamor_program.c                          |    3 
 glamor/glamor_render.c                           |   10 +-
 glamor/glamor_spans.c                            |    2 
 glamor/glamor_sync.c                             |    2 
 glamor/glamor_transfer.c                         |   57 +++++++----
 hw/kdrive/ephyr/ephyrinit.c                      |   11 +-
 hw/kdrive/ephyr/hostx.c                          |   27 +++--
 hw/kdrive/fake/Makefile.am                       |    1 
 hw/kdrive/fbdev/Makefile.am                      |    1 
 hw/xfree86/common/xf86Events.c                   |    7 -
 hw/xfree86/common/xf86platformBus.c              |   20 +++-
 hw/xfree86/drivers/modesetting/drmmode_display.c |    4 
 hw/xfree86/drivers/modesetting/dumb_bo.c         |    4 
 hw/xfree86/int10/generic.c                       |    2 
 hw/xfree86/modes/xf86Crtc.h                      |    2 
 hw/xfree86/os-support/linux/int10/linux.c        |    2 
 hw/xfree86/os-support/linux/systemd-logind.c     |   17 +--
 hw/xfree86/sdksyms.sh                            |   14 ++
 hw/xnest/Keyboard.c                              |    4 
 hw/xwayland/Makefile.am                          |    1 
 hw/xwayland/xwayland-cursor.c                    |   26 +++++
 hw/xwayland/xwayland-glamor.c                    |    4 
 hw/xwayland/xwayland-input.c                     |   57 +++--------
 hw/xwayland/xwayland-output.c                    |    4 
 hw/xwayland/xwayland.c                           |    4 
 hw/xwayland/xwayland.h                           |    8 -
 hw/xwin/glx/gen_gl_wrappers.py                   |   96 +++++++++----------
 hw/xwin/winclipboard/Makefile.am                 |    2 
 hw/xwin/winprocarg.c                             |   14 ++
 include/dix-config.h.in                          |    6 +
 include/input.h                                  |    2 
 include/os.h                                     |   17 +++
 include/servermd.h                               |    2 
 mi/mifillarc.c                                   |    5 +
 os/access.c                                      |  111 ++++++++++++++++++++++-
 os/auth.c                                        |    8 -
 os/backtrace.c                                   |    4 
 os/connection.c                                  |    9 +
 os/log.c                                         |   28 ++++-
 os/utils.c                                       |    2 
 os/xdmcp.c                                       |   21 ++++
 present/present.c                                |    8 -
 randr/rrcrtc.c                                   |    6 -
 randr/rrscreen.c                                 |    2 
 56 files changed, 535 insertions(+), 192 deletions(-)
---


More information about the Xquartz-changes mailing list