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

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Jul 8 19:28:55 UTC 2021


Tag 'xorg-server-1.20.12' created by Matt Turner <mattst88 at gmail.com> at 2021-07-08 19:28 +0000

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

iQGTBAABCgB9FiEEvu9JS1spHrMAon8T7S7Rn4WzaCwFAmDnUfBfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEJF
RUY0OTRCNUIyOTFFQjMwMEEyN0YxM0VEMkVEMTlGODVCMzY4MkMACgkQ7S7Rn4Wz
aCxpCQf/VIWZiwKh4S+RFk43W+gjrrFuWnkQ7j2e3SvoqJeRgGZFDyo9wKwF6BkR
0eJyq/Yd2Fv5Js9A9JvttzMv64N5UsjVCWEVpMxKZ5pSgh7Fx8CT3hYnD7U7Tyr0
cJnHKFZpP5rVzV88uuczeInlzl+xjiHIOQOlkqhlsVUcY6TqAJw5+7CoR1csffPJ
u7oaj0GoLkjZebwuoA38C6hUNEDpVGygPDhxeranFI/h+SijUQyXKa/WAI2r/8yX
05a9VVL9CWewcDoxL6ft0seDCIRLbOlEtmNG4IfD72EpiLV+x9hUdcICLi7HZfS+
uOma8htHmWSNrO7Q85X2JRuQjc1KZQ==
=kwvi
-----END PGP SIGNATURE-----

Changes since xorg-server-1.20.11:
Erik Kurzinger (1):
      glx: don't create implicit GLXWindow if one already exists

Jeremy Huddleston Sequoia (2):
      xquartz: Fix appFlags build failure with macOS 10.15+ SDKs
      xquartz: Ensure the mouse pointer is shown when switching to a native macOS alert or window

Jose Maria Casanova Crespo (1):
      glamor: Avoid using GL_QUADS on V3D

Matt Turner (2):
      Build xz tarballs instead of bzip2
      xserver 1.20.12

Olivier Fourdan (4):
      xwayland: Add PtrFeedback to the touch device
      dix: Guard against non-existing PtrFeedbackPtr
      glx: Set ContextTag for all contexts
      glx: Fix use after free in MakeCurrent

Vasily Khoruzhick (1):
      glx: fixup symbol name for get_extensions function

Ville Syrjälä (2):
      modesetting: Update props for dynamically added outputs
      modesetting: Fix possible_crtcs

Zoltán Böszörményi (1):
      xfree86: Fix NULL pointer dereference crash

orbea (1):
      hw/dmx/config: Link directly with libdmxconfig.a

Łukasz Spintzyk (9):
      modesetting: Disable reverse prime offload mode for displays running on evdi,udl
      modesetting: Initialize present extension despite glamor is disabled
      present: Use crtc's screen present operation for syncing
      present: fix msc offset calculation in screen mode
      modesetting: Find crtc on slave outputs as fallback instead of returning primary crtc
      modesetting: remove unnecessary ms_covering_xf86_crtc dup of ms_covering_randr_crtc
      modesetting: Remove few common functions from ms namespace
      xfree86: Change displays array to pointers array to fix invalid pointer issues after table reallocation
      xfree86: Fix out of array bound access to xf86Entities

---
 configure.ac                                     |   10 -
 dix/devices.c                                    |    3 
 glamor/glamor.c                                  |    3 
 glx/glxcmds.c                                    |   16 +
 glx/glxdricommon.c                               |   10 +
 hw/dmx/config/Makefile.am                        |    9 -
 hw/dmx/dmxextension.c                            |    3 
 hw/dmx/dmxinit.c                                 |    2 
 hw/xfree86/common/xf86Bus.c                      |    4 
 hw/xfree86/common/xf86Config.c                   |   31 +--
 hw/xfree86/common/xf86Helper.c                   |   37 ++--
 hw/xfree86/common/xf86str.h                      |    2 
 hw/xfree86/drivers/modesetting/dri2.c            |    2 
 hw/xfree86/drivers/modesetting/driver.c          |   25 ++-
 hw/xfree86/drivers/modesetting/driver.h          |    2 
 hw/xfree86/drivers/modesetting/drmmode_display.c |   12 +
 hw/xfree86/drivers/modesetting/pageflip.c        |    2 
 hw/xfree86/drivers/modesetting/present.c         |    2 
 hw/xfree86/drivers/modesetting/vblank.c          |  191 +++++------------------
 hw/xquartz/X11Application.m                      |   50 ++++++
 hw/xquartz/xpr/xprCursor.c                       |    4 
 hw/xwayland/xwayland-input.c                     |    4 
 meson.build                                      |    2 
 present/present_scmd.c                           |   18 +-
 present/present_vblank.c                         |    4 
 randr/randrstr.h                                 |    5 
 randr/rrcrtc.c                                   |   43 +++++
 randr/rrprovider.c                               |    2 
 28 files changed, 272 insertions(+), 226 deletions(-)
---


More information about the xorg-commit mailing list