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

Adam Jackson ajax at kemper.freedesktop.org
Thu Oct 5 14:49:32 UTC 2017


Tag 'xorg-server-1.19.4' created by Adam Jackson <ajax at redhat.com> at 2017-10-05 14:48 +0000

xorg-server-1.19.4
-----BEGIN PGP SIGNATURE-----

iQGzBAABCAAdFiEEmV7VyKYTjrCWHxhHTAndg8qqULIFAlnWRiIACgkQTAndg8qq
ULKn6gv/SdBn3rBKFECrviZrg20Yl+6ji2tCtG7OLUaTo5CzL2r3V+a4vdyv5eJU
WYd8QHRqyqhhsQpL42fQ1B/nIRFMJAxDjVWII073U3dcHnYm1SzfA5bl6uTQEfes
bAhRbGgNIqTrKG3SRhdDeDZN3X5iN8wbTxJojrywflc8/QScx5rmZtmtRJJ1Celi
7K5QFgoyIB4WQNxYvnlqOf38kJwJcibqbpSnLt3Rx0a1YGcrRi+MJdD1l7+v6Dh+
0isPur0eoyqVHrTi09VZvqRC3DfcKTNX0yKUiCKf2S9dvLOAfep3Njz8YinFPPkC
CkeY062A2+0+q7akhR782SAqjGlYVanwJDC+ehZ4pY4nqbLOpY/hu/S9R7fRiqHS
MtGKw7RdHua3a+9RgL5ToO9Cg+rrVVxH7MuAVyP9K39UrQa6+ksvN+JSY0cpbbTn
XY3uxy8MXWHm01KnxZPONaoU05nNJ/vm8SJ7zqYarAzQyO+YoiHudNC10zAk1pRQ
HtH/Nybq
=zOl6
-----END PGP SIGNATURE-----

Changes since xorg-server-1.19.3:
Aaron Plattner (1):
      randr: Use RRTransformEqual in RRCrtcPendingTransform

Adam Jackson (11):
      parser: Fix crash when xf86nameCompare(s1 = x, s2 = NULL)
      xinerama: Implement graphics exposures for window->pixmap copies (v4)
      ephyr: Don't clobber bitsPerPixel when using glamor
      xephyr: Check for host XVideo support before trying to use it
      modesetting: Validate the atom for enum properties
      wayland: Sync drm.xml with Mesa
      os: Fix warning in LockServer
      xfree86: Silence a new glibc warning
      dmx: Silence an unused-result warning
      dmx: Remove some not-very-interesting debug prints
      xserver 1.19.4

Carlos Garnacho (5):
      xwayland: Allow pointer warp on root/None window
      xwayland: "Accept" confineTo on InputOnly windows
      xwayland: Update root window size when desktop size changes
      xwayland: Lock the pointer if it is confined and has no cursor
      Xi: Use WarpPointerProc hook on XI pointer warping implementation

Daniel Stone (1):
      modesetting: Set correct DRM event context version

Dawid Kurek (1):
      modesetting: Blacklist EVDI devices from PRIME sync

Eric Anholt (1):
      glamor: Fix dashed line rendering.

Jason Gerecke (1):
      xfree86: Fix interpretation of xf86WaitForInput timeout

Jon TURNEY (1):
      Move statically linked xorgxkb files from dixmods to a separate directory

Keith Packard (6):
      os: un-duplicate code to close client on write failure
      os: Mark client as ready to read when closing due to write failure [100863]
      dix: Remove clients from input and output ready queues after closing
      modesetting: Skip no-longer-present connectors when resetting BAD links
      xkb: Handle xkb formated string output safely (CVE-2017-13723)
      xf86-video-modesetting: Add ms_queue_vblank helper [v3]

Kenneth Graunke (1):
      dri2: Sync i965_pci_ids.h from Mesa.

Louis-Francis Ratté-Boulianne (1):
      present: Check the whole exec queue on event

Lyude (1):
      xwayland: Don't load extension list more than once

Martin Peres (1):
      modesetting: re-set the crtc's mode when link-status goes BAD

Michal Srb (7):
      Xi: Zero target buffer in SProcXSendExtensionEvent.
      dix: Disallow GenericEvent in SendEvent request.
      Xi: Verify all events in ProcXSendExtensionEvent.
      Xi: Do not try to swap GenericEvent.
      Xi: Test exact size of XIBarrierReleasePointer
      Xext/shm: Validate shmseg resource id (CVE-2017-13721)
      xkb: Escape non-printable characters correctly.

Michel Dänzer (5):
      xfree86/modes: Make colormap/gamma glue code work with RandR disabled
      os: Handle SIGABRT
      glamor: Store the actual EGL/GLX context pointer in lastGLContext
      glamor: Fix temporary pixmap coordinate offsets
      xfree86/modes: Use RRTransformEqual in xf86RandR12CrtcSet

Nick Sarnie (1):
      suid: Include sysmacros.h to fix build after glibc-2.25

Olivier Fourdan (9):
      glamor: Check for NULL pixmap in glamor_get_pixmap_texture()
      Xephyr: Check screen resources creation success
      glamor: glamor_set_destination_drawable() can fail
      glamor: Check glamor_set_destination_drawable() return value
      glamor: avoid a crash if texture allocation failed
      glamor: an FBO is not needed for Xv pixmaps
      xwayland: Fix a segfault with pointer locking
      glamor: handle NULL source picture
      glamor: Avoid overflow between box32 and box16 box

Peter Hutterer (2):
      test: fix compiler warning
      xfree86: up the path name size to 512 in xf86MatchDriverFromFiles

Rodrigo Vivi (1):
      dri2: Sync i965_pci_ids.h from Mesa.

Tobias Stoeckmann (2):
      record: Fix OOB access in ProcRecordUnregisterClients
      dmx: Fix null pointer dereference

---
 Xext/panoramiXprocs.c                            |   70 +++++++++--
 Xext/shm.c                                       |    1 
 Xi/sendexev.c                                    |   24 ++-
 Xi/xibarriers.c                                  |    9 -
 Xi/xiwarppointer.c                               |    4 
 configure.ac                                     |    9 -
 dix/dispatch.c                                   |    4 
 dix/events.c                                     |    6 
 dix/swapreq.c                                    |    7 +
 glamor/glamor.c                                  |    3 
 glamor/glamor_copy.c                             |   21 +--
 glamor/glamor_dash.c                             |    2 
 glamor/glamor_fbo.c                              |    4 
 glamor/glamor_glyphblt.c                         |   26 ++--
 glamor/glamor_largepixmap.c                      |   11 -
 glamor/glamor_lines.c                            |   13 +-
 glamor/glamor_points.c                           |   14 +-
 glamor/glamor_rects.c                            |   13 +-
 glamor/glamor_render.c                           |    5 
 glamor/glamor_segs.c                             |   14 +-
 glamor/glamor_spans.c                            |   13 +-
 glamor/glamor_transform.c                        |   11 +
 glamor/glamor_transform.h                        |    2 
 glamor/glamor_utils.h                            |    4 
 glamor/glamor_xv.c                               |    9 -
 hw/dmx/dmxinit.c                                 |   63 ----------
 hw/dmx/dmxsync.c                                 |    2 
 hw/dmx/input/usb-keyboard.c                      |    3 
 hw/kdrive/ephyr/ephyr.c                          |    6 
 hw/kdrive/ephyr/ephyrvideo.c                     |    5 
 hw/kdrive/ephyr/hostx.c                          |    6 
 hw/xfree86/Makefile.am                           |   10 -
 hw/xfree86/common/xf86Init.c                     |    1 
 hw/xfree86/common/xf86Xinput.c                   |    3 
 hw/xfree86/common/xf86pciBus.c                   |    2 
 hw/xfree86/dixmods/Makefile.am                   |    4 
 hw/xfree86/dri2/pci_ids/i965_pci_ids.h           |   63 +++++++---
 hw/xfree86/drivers/modesetting/dri2.c            |   74 +++---------
 hw/xfree86/drivers/modesetting/driver.c          |    5 
 hw/xfree86/drivers/modesetting/driver.h          |   17 ++
 hw/xfree86/drivers/modesetting/drmmode_display.c |   66 +++++++++-
 hw/xfree86/drivers/modesetting/present.c         |   25 ----
 hw/xfree86/drivers/modesetting/vblank.c          |   69 +++++++++--
 hw/xfree86/modes/xf86RandR12.c                   |  139 +++++++++++++++--------
 hw/xfree86/os-support/linux/lnx_init.c           |    3 
 hw/xfree86/os-support/shared/posix_tty.c         |    3 
 hw/xfree86/parser/scan.c                         |    2 
 hw/xfree86/xkb/Makefile.am                       |    6 
 hw/xfree86/xkb/meson.build                       |   12 +
 hw/xfree86/xorg-wrapper.c                        |    3 
 hw/xquartz/quartz.c                              |    1 
 hw/xwayland/drm.xml                              |   35 +++--
 hw/xwayland/xwayland-input.c                     |   32 +++++
 hw/xwayland/xwayland-output.c                    |    3 
 hw/xwayland/xwayland.c                           |   38 +++++-
 include/xorg-config.h.in                         |    3 
 os/io.c                                          |   38 ++++--
 os/osinit.c                                      |    1 
 os/utils.c                                       |    8 +
 present/present.c                                |    4 
 randr/rrcrtc.c                                   |    5 
 record/record.c                                  |    3 
 test/Makefile.am                                 |    2 
 test/signal-logging.c                            |    2 
 xkb/xkbtext.c                                    |   42 +++---
 65 files changed, 713 insertions(+), 395 deletions(-)
---


More information about the xorg-commit mailing list