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

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Oct 15 16:03:45 UTC 2018


Tag 'xorg-server-1.20.2' created by Adam Jackson <ajax at redhat.com> at 2018-10-15 15:45 +0000

xorg-server-1.20.2
-----BEGIN PGP SIGNATURE-----

iQHEBAABCAAuFiEEmV7VyKYTjrCWHxhHTAndg8qqULIFAlvEtg4QHGFqYXhAcmVk
aGF0LmNvbQAKCRBMCd2DyqpQspZnDACYHVLolgzR5pykAEKokY2F5dggCsmnGpS8
BacUGbd1ghSUYu8AWUqAM+da8Uq4nsic7b+zqCWQhRXQ973s79U38O61uhlKZy1Z
KQ9jAvLN9ysHYJomnr943yuKbYfHfNXh6Ui6YJcWJPW4dp49kebBZJO4TzBpsVdk
GGIaBUDXNGqGJf+fkbdwD70wEDXybpA0HXIYBPexf9IK3H2gNPtIwaNooM2RkR9h
pW8uxv9rAq/y8PLXLdRoikSqa5n91WHKavy/QPbVsxd7aGLh/g0GGQEIcdIE8tba
/taaX9hpNjRMh4rgoX5ZPYmin/msUehurbrs2gt3Ab5oshF2D4urZJn8yr1iKXta
xHO9wEc5o6zInu4npx7mx06j2klyEhKdGeDWHUTreLy55Jva7wa2lkDTtMpJAC/s
EaLKKXbTpm2T0bQDk8YPF8S+vKWxOYGg49267gETz75bbH9TL021RUdy9eYClqBg
672yjyTlHEDw6nmUlJpcQ15HovAWtaA=
=5C6x
-----END PGP SIGNATURE-----

Changes since xorg-server-1.20.1:
Adam Jackson (8):
      modesetting: Lie less in the man page
      modesetting: Document Option "DoubleShadow" in the man page
      xfree86: Fix Option "MaxClients" validation
      modesetting: Don't free(dst) in drmmode_prop_info_copy
      glamor_egl: Don't initialize on llvmpipe
      glamor/egl: Avoid crashing on broken configurations
      fbdevhw: Refuse to touch PCI devices on the fallback probe path
      xserver 1.20.2

Alex Goins (1):
      randr: rrCheckPixmapBounding should only increase screen size

Alexander Volkov (1):
      os/xdmcp: Don't create a new socket in XdmcpReset()

Cedric Roux (1):
      miext/damage: take care of the coordinate mode in damagePolyPoint

Dave Airlie (9):
      shm: move shmsize verify before allocating the drawable.
      xi: free modifiers_failed on error path. (v2)
      fboverlay: move bpp checks above malloc
      glamor: fix leak of fs_getcolor_source.
      modesetting: get pEnt after error checks
      posix_tty: free leak of xf86SetStrOption return value.
      xkb: fix what looks to be a copy-paste error with first vs firstMM
      mibltblt: free prgnSrcClip on error path.
      devices: break after finding and removing device from lists

Jim Qu (1):
      modesetting: code refactor for PRIME sync

Lionel Landwerlin (2):
      present: fix freed pointer access
      xwayland: fix access to invalid pointer

Olivier Fourdan (3):
      glx: check for indirect context in CreateContextAttribsARB()
      xwayland: Remove xwl_present_window from privates on cleanup
      xwayland: Use `double` for `xwl_tablet_tool`

Peter Hutterer (1):
      dix: check_modmap_change() returns Success, not true

Pierre Ossman (1):
      Switch automatic composite update to WorkQueue

Scott Anderson (1):
      xwayland: use wayland axis_discrete event

---
 Xext/shm.c                                       |   25 ++++-----
 Xi/xipassivegrab.c                               |    4 -
 composite/compalloc.c                            |   28 ++++------
 composite/compinit.c                             |    4 -
 composite/compint.h                              |    3 -
 configure.ac                                     |    6 +-
 dix/devices.c                                    |    2 
 dix/inpututils.c                                 |    2 
 fb/fboverlay.c                                   |    6 +-
 glamor/glamor_egl.c                              |   16 +++++-
 glamor/glamor_gradient.c                         |    8 +--
 glx/createcontext.c                              |   12 ++++
 hw/xfree86/common/xf86Config.c                   |   10 ++-
 hw/xfree86/drivers/modesetting/driver.c          |   40 +++++++--------
 hw/xfree86/drivers/modesetting/drmmode_display.c |    1 
 hw/xfree86/drivers/modesetting/modesetting.man   |   23 ++++++--
 hw/xfree86/fbdevhw/fbdevhw.c                     |   16 ++++++
 hw/xfree86/os-support/shared/posix_tty.c         |    6 +-
 hw/xwayland/xwayland-glamor-gbm.c                |   11 ++++
 hw/xwayland/xwayland-input.c                     |   61 ++++++++++++++++++-----
 hw/xwayland/xwayland-output.c                    |    5 +
 hw/xwayland/xwayland-present.c                   |    5 +
 hw/xwayland/xwayland.h                           |   13 ++--
 meson.build                                      |    2 
 mi/mibitblt.c                                    |    2 
 miext/damage/damage.c                            |   40 +++++++++++----
 os/xdmcp.c                                       |   12 +++-
 present/present_wnmd.c                           |    3 -
 randr/rrcrtc.c                                   |    4 -
 xkb/xkb.c                                        |    2 
 30 files changed, 260 insertions(+), 112 deletions(-)
---


More information about the xorg-commit mailing list