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

Thomas Hellstrom thomash at kemper.freedesktop.org
Thu May 17 07:43:18 UTC 2018


Tag 'xf86-video-vmware-13.3.0' created by Thomas Hellstrom <thellstrom at vmware.com> at 2018-05-17 07:42 +0000

xf86-video-vmware-13.3.0
-----BEGIN PGP SIGNATURE-----

iEYEABECAAYFAlr9Mn0ACgkQwfXTzfUXZYChewCgriHir6JZjla2iYGMSeWE03Mf
//wAnA9A8rZU4rEmE6hlsK3s3PqfuTEN
=TqDJ
-----END PGP SIGNATURE-----

Changes since xf86-video-vmware-13.0.2:
Adam Jackson (2):
      saa: Adapt to GC client clip changes in xserver 1.17
      saa: Build compatibility with xserver 1.20

Alan Coopersmith (2):
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1

Deepak Singh Rawat (2):
      vmware: Fix build warnings
      vmware/vmwgfx: Wrap deprecated

Emil Velikov (1):
      autogen.sh: use quoted string variables

Hans de Goede (3):
      Add support for XSERVER_PLATFORM_BUS
      Add support for server managed fds
      Adapt Block/WakeupHandler signature for ABI 23

Jakob Bornecrantz (7):
      vmware/vmwgfx: Don't move cursors without images
      vmware/vmwgfx: A bit more error logging when handling cursors
      vmware/vmwgfx: Fix auto colorkey fill usage
      vmware/legacy: Apply same fix to auto colorkey fill
      vmware/legacy: Fix uninitialized values in video commands
      vmware/vmwgfx: Fix compilation issue on older X servers
      vmware/legacy: Fix out of bound array indexing

Julien Cristau (1):
      configure: fix build without xatracker

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish

Sinclair Yeh (2):
      Revert "vmwgfx: Support DRI3 v2"
      Revert "Revert "vmware/vmwgfx: Support multiple dri driver names""

Stefan Dirsch (1):
      xf86xv.h cannot be included without first including xorg-server.h.

Thomas Hellstrom (47):
      vmware/vmwgfx: Don't change backing-store of active scanout surfaces
      vmware/vmwgfx: Don't tell XA that we have a mask when we haven't
      vmware/vmwgfx: Set desired modes after xMir screen init
      vmware/vmwgfx: Fix initial dirty region for pixmaps
      vmware/saa: Disable the noreadback polyfillrect optimization
      vmware/vmwgfx: Fix xwayland build on newer XA versions
      vmware/vmwgfx: Fix an error path segfault
      vmware: Clear the PITCHLOCK register if available before modeset
      vmware: Fix bootstrap related compile errors on earlier X servers
      vmware/legacy: Fix overlay related compile breakage on earlier X servers
      vmware/vmwgfx: Don't add pixmaps to the pixmap list if they're already on it
      vmware/vmwgfx: Fix cursor problem with multimon
      Revert "vmware/saa: Disable the noreadback polyfillrect optimization"
      vmware/saa: Fix saa_check_copy_window dirty region v3
      vmware/saa: Fix saa_check_poly_fill_rect_noreadback v2
      vmware/vmwgfx: Make large Xv video blits cheaper
      vmware/vmwgfx: Try to use only_hw_present semantics if screen targets are enabled
      vmware/vmwgfx: Expose kernel connector attributes and react to hotplug events
      vmware/vmwgfx: Add missing includes of the config.h header.
      vmware/vmwgfx: Update RandR output properties on hotplug events v2
      vmware/vmwgfx: Add a layout handler v2
      vmware/vmwgfx: Avoid filling the log with modeline printouts
      vmware/vmwgfx: Read the implicit output status from KMS if available.
      vmware/vmwgfx: Disable autolayout if we detect an old resolutionset
      vmware/vmwgfx: Don't require screen objects to run
      vmware: Bump minor to signal availability of new features
      vmware/vmwgfx: Support multiple dri driver names
      vmware/vmwgfx: Add a missing source file for distribution
      Revert "vmware/vmwgfx: Support multiple dri driver names"
      vmwgfx: Support DRI3 v2
      Revert "vmware/vmwgfx: Support multiple dri driver names"
      vmwgfx: Support DRI3 v2
      Add the common_compat.h source file for distribution
      Bump version number for release candidate
      saa: Fix an include path
      vmwgfx: Fix compilation failure if dri3 is not available
      vmwgfx: Remove old XWayland and XMir drivers
      Fix a number of compilation warnings
      vmwgfx: Fix potential libudev include and link failures
      legacy: Avoid using the xf86[Un]blockSigio functions
      legacy: Silence a warning about an unused constant
      vmwgfx: Fix server termination due to a mesa loader bug
      Build fixes
      Fix a couple of shadowed declaration warnings
      vmwgfx: Clear the DRM mode before use
      Require at least XA version 2.4 to enable dri3
      Bump version number for release

Thomas Klausner (1):
      Add 2560x1440 to supported resolutions.

---
 autogen.sh                  |   13 -
 configure.ac                |   17 +
 saa/Makefile.am             |    2 
 saa/saa.c                   |    2 
 saa/saa_priv.h              |    7 
 saa/saa_unaccel.c           |   44 ++-
 src/Makefile.am             |    3 
 src/common_compat.h         |   41 +++
 src/compat-api.h            |    5 
 src/svga_modes.h            |    1 
 src/vmware.c                |   51 ++-
 src/vmware_bootstrap.c      |   83 +++++-
 src/vmwaremodes.c           |    3 
 src/vmwarevideo.c           |   30 +-
 vmwgfx/Makefile.am          |   10 
 vmwgfx/vmwgfx_crtc.c        |   51 +++
 vmwgfx/vmwgfx_ctrl.c        |    5 
 vmwgfx/vmwgfx_dri2.c        |    3 
 vmwgfx/vmwgfx_dri3.c        |  310 ++++++++++++++++++++++++
 vmwgfx/vmwgfx_driver.c      |  181 ++++++++++----
 vmwgfx/vmwgfx_driver.h      |   48 +++
 vmwgfx/vmwgfx_drm.h         |    1 
 vmwgfx/vmwgfx_hosted.c      |   10 
 vmwgfx/vmwgfx_hosted_priv.h |   40 ---
 vmwgfx/vmwgfx_layout.c      |  270 +++++++++++++++++++++
 vmwgfx/vmwgfx_output.c      |  565 +++++++++++++++++++++++++++++++++++++++-----
 vmwgfx/vmwgfx_overlay.c     |   40 ++-
 vmwgfx/vmwgfx_rr_inlines.h  |   92 +++++++
 vmwgfx/vmwgfx_saa.c         |   67 +++--
 vmwgfx/vmwgfx_saa.h         |    7 
 vmwgfx/vmwgfx_saa_priv.h    |   18 +
 vmwgfx/vmwgfx_tex_video.c   |  326 +++++++++++++++++++++++--
 vmwgfx/vmwgfx_xa_surface.c  |   65 ++++-
 vmwgfx/vmwgfx_xmir.c        |  178 -------------
 vmwgfx/vmwgfx_xwayland.c    |  186 --------------
 35 files changed, 2122 insertions(+), 653 deletions(-)
---


More information about the xorg-commit mailing list