xf86-video-vmware: Changes to 'refs/tags/xf86-video-vmware-13.4.0'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jan 24 02:52:31 UTC 2023


Tag 'xf86-video-vmware-13.4.0' created by Peter Hutterer <peter.hutterer at who-t.net> at 2023-01-24 02:03 +0000

xf86-video-vmware 13.4.0
-----BEGIN PGP SIGNATURE-----

iHcEABECADcWIQQ8LEPZRH1ZOO9FUeviO35wtGfwvwUCY888fRkccGV0ZXIuaHV0
dGVyZXJAd2hvLXQubmV0AAoJEOI7fnC0Z/C/6cYAn06l2DxG++xgUmmQGKHjqsTg
4toQAKCixJm9yUjFBQTjbXhen7Zd2+ZyQA==
=NK5u
-----END PGP SIGNATURE-----

Changes since xf86-video-vmware-13.3.0:
Alan Coopersmith (3):
      Remove obsolete B16 & B32 tags in struct definitions
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2

Martin Krastev (2):
      vmwgfx: Change header inclusion order to avoid xorg headers catching stdbool.h
      Garbled XvPutImage output for FOURCC_YV12 when using 3D-accel-texture adaptor

Peter Hutterer (1):
      Bump the version number to 13.4.0

Rudi Heitbaum (1):
      vmwgfx: fix missing array notation

Thomas Hellstrom (10):
      vmwgfx: Fix XVideo memory leaks
      vmwgfx: Fix a memory leak
      vmwgfx: Use libdrm to obtain the drm device node name v2
      saa: Make sure damage destruction happens at the correct location
      vmwgfx: Fix invalid memory accesses in CloseScreen
      vmwgfx: Don't exceed the device command size limit v3
      vmwgfx: Limit the number of cliprects in a drm dirtyfb command v3
      vmwgfx: Limit the number of cliprects in a drm present command v3
      vmwgfx: Limit the number of cliprects in a drm present_readback command v3
      vmwgfx: Unify style in scanout_update and present functions

Ville Skyttä (2):
      Spelling fixes.
      Man page syntax fix.

---
 .gitlab-ci.yml            |   98 ++++++++++++++++
 configure.ac              |   14 ++
 man/vmware.man            |    2 
 saa/saa.c                 |   72 ++++++++++--
 saa/saa_pixmap.c          |    3 
 saa/saa_priv.h            |   10 +
 src/common_compat.h       |    4 
 src/svga_reg.h            |    3 
 src/vmware.c              |    2 
 src/vmware_bootstrap.c    |    2 
 src/vmwarectrlproto.h     |   70 ++++++------
 src/vmwarecurs.c          |    2 
 vmwgfx/vmwgfx_crtc.c      |    2 
 vmwgfx/vmwgfx_dri2.c      |   43 +++++--
 vmwgfx/vmwgfx_driver.c    |   55 ++++++---
 vmwgfx/vmwgfx_driver.h    |   25 +++-
 vmwgfx/vmwgfx_drmi.c      |  267 +++++++++++++++++++++++++---------------------
 vmwgfx/vmwgfx_output.c    |    1 
 vmwgfx/vmwgfx_overlay.c   |   11 -
 vmwgfx/vmwgfx_saa.c       |    2 
 vmwgfx/vmwgfx_tex_video.c |   59 +++++++---
 21 files changed, 519 insertions(+), 228 deletions(-)
---


More information about the xorg-commit mailing list