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

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Mar 29 20:27:26 UTC 2020


Tag 'xorg-server-1.20.8' created by Matt Turner <mattst88 at gmail.com> at 2020-03-29 20:27 +0000

xorg-server-1.20.8
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iNUEABYKAH0WIQSzlptPDvl9ch5jjr2cglpmBdQLvgUCXoEEo18UgAAAAAAuAChp
c3N1ZXItZnByQG5vdGF0aW9ucy5vcGVucGdwLmZpZnRoaG9yc2VtYW4ubmV0QjM5
NjlCNEYwRUY5N0Q3MjFFNjM4RUJEOUM4MjVBNjYwNUQ0MEJCRQAKCRCcglpmBdQL
viwkAQCmGNRGn50rLMAOie+YefThMziCKi1uYuzEwu6Gs9Ov/gD+OWmjMKRNDX4l
jvnw39QeGQQJFFhXzIk1iZ9lRkIN6ws=
=6L7q
-----END PGP SIGNATURE-----

Changes since xorg-server-1.20.7:
Adam Jackson (1):
      Revert "dri2: Don't make reference to noClientException"

Arthur Williams (1):
      dix: Check for NULL spriteInfo in GetPairedDevice

Daniel Llewellyn (1):
      os: Ignore dying client in ResetCurrentRequest

Dave Airlie (1):
      modesetting: remove unnecessary error message, fix zaphod leases

David Seifert (1):
      Fix building with `-fno-common`

Dor Askayo (1):
      xwayland: clear pixmaps after creation in rootless mode

Eric Anholt (1):
      glamor: Fix a compiler warning since the recent OOM fixes.

George Matsumura (1):
      Restrict 1x1 pixmap filling optimization to GXcopy

Jon Turney (2):
      Add xf86OSInputThreadInit to stub os-support as well
      Fix old-style definition warning for xf86OSInputThreadInit()

Jonas Ådahl (1):
      xwayland/glamor-gbm: Handle DRM_FORMAT_MOD_INVALID gracefully

Kenneth Graunke (1):
      configure: Define GLAMOR_HAS_EGL_QUERY_DRIVER when available

Maarten Lankhorst (1):
      modesetting: Disable atomic support by default

Matt Turner (1):
      xserver 1.20.8

Michel Dänzer (8):
      modesetting: Explicitly #include "mi.h"
      xfree86/modes: Bail from xf86RotateRedisplay if pScreen->root is NULL
      xwayland: Split up xwl_screen_post_damage into two phases
      xwayland: Call glamor_block_handler from xwl_screen_post_damage
      xwayland: Add xwl_window_create_frame_callback helper
      xwayland: Use single frame callback for Present flips and normal updates
      xwayland: Use frame callbacks for Present vblank events
      xwayland: Delete all frame_callback_list nodes in xwl_unrealize_window

Paul Kocialkowski (4):
      glamor: Propagate FBO allocation failure for picture to texture upload
      glamor: Error out on out-of-memory when allocating PBO for FBO access
      glamor: Propagate glamor_prepare_access failures in copy helpers
      glamor: Fallback to system memory for RW PBO buffer allocation

---
 configure.ac                                     |   10 ++-
 dix/devices.c                                    |    2 
 exa/exa_accel.c                                  |    2 
 glamor/glamor.c                                  |   15 ++++
 glamor/glamor.h                                  |    3 
 glamor/glamor_copy.c                             |    8 +-
 glamor/glamor_fbo.c                              |   12 +++
 glamor/glamor_picture.c                          |    4 -
 glamor/glamor_prepare.c                          |   28 ++++++--
 glamor/glamor_priv.h                             |    2 
 glx/glxdri2.c                                    |    2 
 hw/dmx/config/dmxconfig.c                        |    2 
 hw/dmx/config/xdmxconfig.c                       |    2 
 hw/dmx/glxProxy/glxext.c                         |    2 
 hw/xfree86/drivers/modesetting/driver.c          |    9 ++
 hw/xfree86/drivers/modesetting/driver.h          |    1 
 hw/xfree86/drivers/modesetting/drmmode_display.c |   10 +--
 hw/xfree86/modes/xf86Rotate.c                    |    2 
 hw/xfree86/os-support/bsd/bsd_init.c             |    2 
 hw/xfree86/os-support/hurd/hurd_init.c           |    2 
 hw/xfree86/os-support/linux/lnx_init.c           |    2 
 hw/xfree86/os-support/solaris/sun_vid.c          |    2 
 hw/xfree86/os-support/stub/stub_init.c           |    6 +
 hw/xwayland/xwayland-glamor-gbm.c                |   10 ++-
 hw/xwayland/xwayland-present.c                   |   66 ++++++++------------
 hw/xwayland/xwayland.c                           |   75 +++++++++++++++++++----
 hw/xwayland/xwayland.h                           |   10 +--
 include/dix-config.h.in                          |    3 
 meson.build                                      |    2 
 os/io.c                                          |    5 +
 test/misc.c                                      |    2 
 test/xi1/protocol-xchangedevicecontrol.c         |    2 
 test/xi2/protocol-common.c                       |    2 
 test/xi2/protocol-common.h                       |    2 
 test/xi2/protocol-xigetclientpointer.c           |    2 
 test/xi2/protocol-xigetselectedevents.c          |    2 
 test/xi2/protocol-xipassivegrabdevice.c          |    2 
 test/xi2/protocol-xiquerydevice.c                |    2 
 test/xi2/protocol-xiquerypointer.c               |    2 
 test/xi2/protocol-xiqueryversion.c               |    2 
 test/xi2/protocol-xiselectevents.c               |    2 
 test/xi2/protocol-xisetclientpointer.c           |    2 
 test/xi2/protocol-xiwarppointer.c                |    2 
 43 files changed, 229 insertions(+), 98 deletions(-)
---


More information about the xorg-commit mailing list