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

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Feb 26 19:34:00 UTC 2019


Tag 'xorg-server-1.20.4' created by Adam Jackson <ajax at redhat.com> at 2019-02-26 19:33 +0000

xorg-server-1.20.4
-----BEGIN PGP SIGNATURE-----

iQHEBAABCAAuFiEEmV7VyKYTjrCWHxhHTAndg8qqULIFAlx1lKIQHGFqYXhAcmVk
aGF0LmNvbQAKCRBMCd2DyqpQsnPBC/9K2smBTVYhHRX12eLQNDTfvkqiLFEr2HVl
TyXIhqSeMh931S0OLyjZ2PmmcJCYPD6P3RIVg1AOHZRgdnATINRF5omwJgmSa46r
zrg/WUVkts7ihZWrQyeMakQ0Q+h2CUWJBjwJo0nE8A80hDspK4Kk7fW3fK3yfD5z
MhUoYyS0w2xPdQdpAkGdAkKMXIPU/ZB9VOkRC+YlvwJdGWePCd4BL/0/AUu6coLd
+JbW+VtCPKLoa+yeFuLUKHBOcLUFRvKl3NhYW1AtFq3dW8vreZLC4U0O2aEybvjf
5MJvImcjOpEoNNhUm7KaMnpkM337xTlOQ9bMwq/JaanHo2rilgIaRynP7g6Ibx6n
UwvjSxxHWATb+GyfFPgEay4iRcaawSbuUKqGGGeg2G6LYBU56e1zTCJWTHtwkEC4
4u0olL5Yl8DE/7AntS8gFlPJQpn8Lg94ucaqCprJiTXpUumA2RidHtrq4GBch0hL
pPJRQmI6ZE2ofEEh4ip/mzT2HOQDkKE=
=rPX1
-----END PGP SIGNATURE-----

Changes since xorg-server-1.20.3:
A. Wilcox (1):
      DRI2: Add another Coffeelake PCI ID

Adam Jackson (6):
      automake: Distribute meson's configure header templates
      dri3: Fix XACE access mode for open and get_supported_modifiers
      mi: When {en,dis}abling extensions, match names case-insensitively
      vnd: Fix a silly memory leak
      gitlab: Skip the docker-in-docker step
      xserver 1.20.4

Alan Coopersmith (3):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      os: Report errors opening authorization file (#469)

Ilia Mirkin (1):
      modesetting: fix conn_id termination and potential overrun by 1 byte

Lionel Landwerlin (1):
      present: fix compile warning with debug traces

Lyude Paul (1):
      modesetting: Actually disable CRTCs in legacy mode

Maya Rashish (2):
      Fix typo in error message
      xfree86: Try nouveau on NetBSD as well.

Michel Daenzer (2):
      travis: Use a single meson invocation
      Make artifacts of piglit results if job fails

Michel Dänzer (22):
      xwayland: Plug leaks in xwl_present_sync_callback
      xwayland: Use xwl_present_reset_timer in xwl_present_timer_callback
      xwayland: Rename xwl_present_events_notify to xwl_present_msc_bump
      xwayland: Complete "synchronous" Present flips from xwl_present_msc_bump
      xwayland: Replace xwl_window::present_window with ::present_flipped
      xwayland: Add xwl_present_unrealize_window
      xwayland: Don't need xwl_window anymore in xwl_present_queue_vblank
      xwayland: Don't take buffer release queue into account for frame timer
      glamor: Check that storage format is compatible with RENDER format
      xfree86/modes: Don't clobber gamma LUT of compatibility output's CRTC
      Drop Travis Linux build in favour of GitLab CI
      gitlab-ci: Docker image can be generated as part of pipeline
      test: Use .../piglit instead of .../piglit-*.py
      gitlab-ci: Set LC_ALL=C.UTF-8
      gitlab-ci: Only run docker-image stage if relevant source files change
      gitlab-ci: Don't rely on $CI_PROJECT_NAME
      gitlab-ci: Add ccache to docker image, and leave in autotools
      gitlab-ci: Use ccache
      gitlab-ci: Add autotools build & test job
      present/wnmd: Allow flipping if the window pixmap matches the toplevel's
      glx,xquartz: Fix make distcheck
      gitlab-ci: Run make distcheck in autotools build & test job

Olivier Fourdan (3):
      present/wnmd: Fix use after free on CRTC removal
      xwayland: do not crash if `gbm_bo_create()` fails
      xwayland: handle case without any crtc

Peter Harris (1):
      os: Fix GetTimeInMicros resolution

Peter Hutterer (2):
      test: fix failing tests
      Xi: lock the input thread for any pointer barrier list manipulation

---
 .gitlab-ci.yml                                   |  115 ++++-
 .gitlab-ci/Dockerfile                            |   35 +
 .travis.yml                                      |   15 
 Makefile.am                                      |    2 
 README.md                                        |   21 
 Xi/xibarriers.c                                  |   10 
 configure.ac                                     |    6 
 dri3/dri3_request.c                              |    4 
 glamor/glamor_render.c                           |   25 -
 glx/vndcmds.c                                    |    4 
 hw/xfree86/common/xf86pciBus.c                   |    2 
 hw/xfree86/dri2/pci_ids/i965_pci_ids.h           |    1 
 hw/xfree86/drivers/modesetting/drmmode_display.c |   12 
 hw/xfree86/modes/xf86RandR12.c                   |    2 
 hw/xquartz/mach-startup/Makefile.am              |    4 
 hw/xwayland/xwayland-glamor-gbm.c                |    6 
 hw/xwayland/xwayland-present.c                   |  163 ++++---
 hw/xwayland/xwayland.c                           |   22 -
 hw/xwayland/xwayland.h                           |    6 
 hw/xwin/glx/Makefile.am                          |    3 
 include/Makefile.am                              |    3 
 include/xserver_poll.h                           |    2 
 meson.build                                      |    2 
 mi/miinitext.c                                   |    2 
 os/auth.c                                        |    9 
 os/utils.c                                       |    9 
 present/present.c                                |    2 
 present/present_priv.h                           |    1 
 present/present_scmd.c                           |   21 
 present/present_vblank.c                         |    6 
 present/present_wnmd.c                           |   20 
 test/scripts/build-travis-deps.sh                |   31 -
 test/scripts/run-piglit.sh                       |    6 
 test/scripts/xinit-piglit-session.sh             |   11 
 test/tetexec.cfg                                 |  497 -----------------------
 test/xi2/protocol-common.c                       |    1 
 test/xtest.c                                     |   11 
 37 files changed, 374 insertions(+), 718 deletions(-)
---


More information about the xorg-commit mailing list