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

Adam Jackson ajax at kemper.freedesktop.org
Tue Apr 24 21:13:01 UTC 2018


Tag 'xorg-server-1.19.99.905' created by Adam Jackson <ajax at redhat.com> at 2018-04-24 21:12 +0000

xorg-server-1.19.99.905
-----BEGIN PGP SIGNATURE-----

iQHEBAABCAAuFiEEmV7VyKYTjrCWHxhHTAndg8qqULIFAlrfna8QHGFqYXhAcmVk
aGF0LmNvbQAKCRBMCd2DyqpQstmBC/4kmakA5yDn99QA0omzu6qTQsmTgBKIcSSA
/qr35HcdFEEcBpRs3KdUSSJtE3j04mDih81BkcJibRatkwYzr+0tz3eNdR7nP6Rb
TleWBF7SSRizs2C+GScsADV4bNMi6sU7kUZpGBJZXVBJI/BdvM/cXRr+2p7/EV4j
e8nnqJ5kjq3Nn3QRlDrvq0kJ/HAmoUPb+MmjC7hM71TfF5nPLjAvXlVYKFFVm5su
5QrW3eaoegXjox71fHtd1nDjLKfjNYYZoApqsObFvCjjBdsUB4SQFb86/nRB1H/F
KidvjbVO//rsjIv2ibOUdYPAneignQuWz5zkoROJBM4HOQAMfWLG5opi79wAQ2jD
dqosStK26om1gyjKY3lOipQ5nv/Q8h56h7cG3euYzEyTlHw1C9mp4r0MJDJZlXDR
ml6zIXI5ceCJg7+fbubSUwXaWHhVwLqjIUn26sb05DIkye3aAZavxeoRk5V7mSpN
EJfnw2xOL0me5pmO2C0yFcMwy1VYgRY=
=5SKY
-----END PGP SIGNATURE-----

Changes since xorg-server-1.19.99.904:
Adam Jackson (10):
      sdksyms: Skip empty symbols
      xwayland: Don't crash on WarpPointer(dest_w = None)
      modesetting: Fix inverted check in dri2 WaitMSC
      animcur: Fix crash when removing a master device
      dix: Factor out extension availability check
      dix: Allow an extension to disable itself
      vnd: Disable GLX if no vendors successfully initialized
      glx: Require depth > 12 for GLX visuals
      vfb: Fix man page in re depth
      xserver 1.20 RC5

Chris Wilson (1):
      os/WaitFor: Check timers on every iteration

Daniel Stone (1):
      dri3: Don't call vfuncs on old DRI3 screens

David Woodhouse (1):
      glamor: fix glamor_xv_query_image_attributes() for odd-width images

Emil Velikov (1):
      configure.ac: make use of wayland-scanner.pc

Lyude Paul (5):
      meson: Ensure we always build Xext/hashtable.c for glx
      meson: Fix indenting in glx/meson.build
      xwayland: Decouple GBM from glamor
      xwayland: Add xwayland-config.h
      xwayland: Add glamor egl_backend for EGLStreams

Mario Kleiner (2):
      dri3: Fix dri3_buffers_from_pixmap request.
      modesetting: Only use modifiers on kms drivers which do support them.

Matt Turner (1):
      modesetting: Move GBM code inside #ifdef GLAMOR_HAS_GBM

Olivier Fourdan (3):
      xwayland: Fix build without glamor
      xwayland: avoid using freed xwl_window on unrealize
      xwayland: Clean up all frame callbacks

Thomas Klausner (1):
      sdksyms: Cope with __pid_t and __uint32_t

---
 Xext/meson.build                                 |    6 
 configure.ac                                     |   45 +
 dix/extension.c                                  |   16 
 dri3/dri3_request.c                              |    4 
 dri3/dri3_screen.c                               |    2 
 glamor/glamor_xv.c                               |    1 
 glx/glxext.c                                     |    5 
 glx/meson.build                                  |    4 
 glx/vndcmds.c                                    |    2 
 glx/vndext.c                                     |    9 
 glx/vndserver.h                                  |    4 
 hw/vfb/man/Xvfb.man                              |   13 
 hw/xfree86/drivers/modesetting/dri2.c            |    2 
 hw/xfree86/drivers/modesetting/driver.c          |    5 
 hw/xfree86/drivers/modesetting/driver.h          |    2 
 hw/xfree86/drivers/modesetting/drmmode_display.c |   27 
 hw/xfree86/sdksyms.sh                            |   14 
 hw/xwayland/Makefile.am                          |   29 
 hw/xwayland/meson.build                          |   20 
 hw/xwayland/xwayland-glamor-eglstream.c          |  830 +++++++++++++++++++++
 hw/xwayland/xwayland-glamor-gbm.c                |  887 +++++++++++++++++++++++
 hw/xwayland/xwayland-glamor.c                    |  837 ++-------------------
 hw/xwayland/xwayland-input.c                     |    2 
 hw/xwayland/xwayland-present.c                   |   45 -
 hw/xwayland/xwayland.c                           |  134 ++-
 hw/xwayland/xwayland.h                           |  112 ++
 include/meson.build                              |   12 
 include/xwayland-config.h.in                     |   13 
 include/xwayland-config.h.meson.in               |   11 
 meson.build                                      |   24 
 meson_options.txt                                |    2 
 os/WaitFor.c                                     |    3 
 render/animcur.c                                 |    3 
 33 files changed, 2267 insertions(+), 858 deletions(-)
---


More information about the xorg-commit mailing list