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

Adam Jackson ajax at kemper.freedesktop.org
Thu May 10 16:39:05 UTC 2018


Tag 'xorg-server-1.20.0' created by Adam Jackson <ajax at redhat.com> at 2018-05-10 16:38 +0000

xorg-server-1.20.0
-----BEGIN PGP SIGNATURE-----

iQHEBAABCAAuFiEEmV7VyKYTjrCWHxhHTAndg8qqULIFAlr0dXgQHGFqYXhAcmVk
aGF0LmNvbQAKCRBMCd2DyqpQsvCZDACQWmrzq7jOLjYCaZ5bHDFr9IBkjuW0zmcy
E/tLme3l30uKGLa5Z4pDr0g4wQWFN97fQIIQEwkFBDAcTvDofC6qgAUqSqIUpZxl
2fouI8lkxr7QgAg1J2xl+fCdpfpAIK1Ef+++wAUinkCYTLsGIJLWxSnb/CYe/kdA
nquiuI944pkqdSfEhTEtaYAPjEmM5rU3cMGPZH+B2/dcFqAEytf+hqNWChACu43F
ysZ0AKRYoEWzi3fJrkRZSIc0FOLaAzqZKDoZwgcasIZ85Lcr1g/Hj5OG7EAYQF9p
bPpBCpWQToYVTRaTYBoLy4akeQ7qK0+0ZZVTNj8Z06sNjnUb6Ul6gqmlbGKxAbtS
QdOi05bYUPCK64OxnXUreAk9f8TY+jtBl2/OBy68uJRO44+GfaLBSNxdsOkW4TXV
BoRbnMH9xVGiXrrkQ/g+dPoPPKHVhYoIYMpkgi10A79MwXVf6LugWscYz6n8Sd9u
YnbFOnD+5Dz4l7erZ6/6aN1e76t5gpQ=
=tnDH
-----END PGP SIGNATURE-----

Changes since xorg-server-1.19.99.905:
Aaron Plattner (3):
      meson: Define DEFAULT_LIBRARY_PATH as join_paths(get_option('prefix'), get_option('libdir'))
      meson: Set XCONFIGFILE to 'xorg.conf' instead of '/etc/xorg.conf'
      meson: Fix module_dir configuration (v2)

Adam Jackson (10):
      dri3: Clamp to 1.0 if not all screens support 1.2
      meson: Bump version number here too
      xwayland: Avoid using epoxy_has_egl()
      gitlab-ci: Add for gitlab.freedesktop.org
      meson: Fix build with three-component version numbers
      xwayland: Don't create a "fake" crtc for Present
      present: Fix swapping of PresentCompleteNotify events
      glx: Be sure to set an error for ghost contexts
      man: Fix automake seddery
      xserver 1.20

Anuj Phogat (1):
      dri2: Sync i965_pci_ids.h from mesa

Chris Wilson (1):
      randr: Account for panning and transforms when constraining the cursor

Eric Anholt (6):
      dix: Fix a warning about GetTimeInMillis return value in XFont2.
      randr: Fix a compiler warning on 32-bit.
      dri3: Switch get_drawable_modifiers to using stdint.
      dri3: Switch get_modifiers to using stdint.
      dri3: Switch fds_from_pixmap to stdint types.
      xwayland: Fix a 32-bit build warning.

Louis-Francis Ratté-Boulianne (1):
      modesetting: Fix GBM objects leak when checking for flip

Mario Kleiner (6):
      dri3: Fix DRI3.2 support for drivers other than modesetting-ddx.
      dri3: Fix error handling in dri3_buffer_from_pixmap request.
      dri3: Robustly clamp to 1.0 if not all screens support 1.2
      glamor: Don't fail in glamor_get_formats if not dmabuf_capable.
      modesetting: Remove ms_crtc_msc_to_kernel_msc().
      modesetting: Fix and improve ms_kernel_msc_to_crtc_msc()

Roman Gilg (4):
      xwayland: restrict present cleanup to presenting and top parent window
      present: fix msc offset calculation in window mode
      xwayland: persistent window struct on present
      modesetting: set gbm as dependency in meson build

---
 .gitlab-ci.yml                                   |   13 +
 configure.ac                                     |    6 
 dix/dixfonts.c                                   |    7 
 dri3/dri3.h                                      |   18 -
 dri3/dri3_priv.h                                 |    4 
 dri3/dri3_request.c                              |   34 ++
 dri3/dri3_screen.c                               |   21 -
 glamor/glamor.c                                  |    4 
 glamor/glamor.h                                  |   12 -
 glamor/glamor_egl.c                              |    6 
 glx/glxcmds.c                                    |    4 
 hw/xfree86/dri2/pci_ids/i965_pci_ids.h           |   13 -
 hw/xfree86/drivers/modesetting/driver.h          |    3 
 hw/xfree86/drivers/modesetting/drmmode_display.h |    1 
 hw/xfree86/drivers/modesetting/meson.build       |    1 
 hw/xfree86/drivers/modesetting/present.c         |    2 
 hw/xfree86/drivers/modesetting/vblank.c          |  109 ++++-----
 hw/xwayland/xwayland-glamor-gbm.c                |    4 
 hw/xwayland/xwayland-glamor.c                    |    3 
 hw/xwayland/xwayland-present.c                   |  270 +++++++++++++----------
 hw/xwayland/xwayland.c                           |   52 ++--
 hw/xwayland/xwayland.h                           |   36 +--
 include/meson.build                              |   12 -
 manpages.am                                      |   30 +-
 meson.build                                      |   11 
 meson_options.txt                                |    2 
 present/present_event.c                          |    2 
 present/present_wnmd.c                           |    7 
 randr/rrcrtc.c                                   |   60 ++---
 randr/rrprovider.c                               |    2 
 30 files changed, 430 insertions(+), 319 deletions(-)
---


More information about the xorg-commit mailing list