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

Thomas Hellstrom thomash at kemper.freedesktop.org
Thu Nov 17 06:55:28 UTC 2016


Tag 'xf86-video-vmware-13.2.1' created by Thomas Hellstrom <thellstrom at vmware.com> at 2016-11-17 06:54 +0000

xf86-video-vmware-13.2.1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iEYEABECAAYFAlgtVD4ACgkQwfXTzfUXZYBCGwCffkDLeDR1VTCPMzxbTygSkQWI
6ZEAn0tfNsqp3rYAaM2qnLQr3Z80xujM
=JVJH
-----END PGP SIGNATURE-----

Changes since xf86-video-vmware-13.0.2:
Adam Jackson (1):
      saa: Adapt to GC client clip changes in xserver 1.17

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

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

Thomas Hellstrom (28):
      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: Add a missing source file for distribution
      Bump minor for release.

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

---
 configure.ac               |   16 +
 saa/saa.c                  |    2 
 saa/saa_unaccel.c          |   44 ++-
 src/compat-api.h           |    5 
 src/svga_modes.h           |    1 
 src/vmware.c               |    8 
 src/vmware_bootstrap.c     |   62 ++++
 src/vmwarevideo.c          |   16 +
 vmwgfx/Makefile.am         |    2 
 vmwgfx/vmwgfx_crtc.c       |   48 +++
 vmwgfx/vmwgfx_ctrl.c       |    5 
 vmwgfx/vmwgfx_dri2.c       |    3 
 vmwgfx/vmwgfx_driver.c     |   81 ++++--
 vmwgfx/vmwgfx_driver.h     |   35 ++
 vmwgfx/vmwgfx_drm.h        |    1 
 vmwgfx/vmwgfx_layout.c     |  265 +++++++++++++++++++++
 vmwgfx/vmwgfx_output.c     |  566 ++++++++++++++++++++++++++++++++++++++++-----
 vmwgfx/vmwgfx_overlay.c    |   32 +-
 vmwgfx/vmwgfx_rr_inlines.h |   92 +++++++
 vmwgfx/vmwgfx_saa.c        |   32 +-
 vmwgfx/vmwgfx_saa.h        |    7 
 vmwgfx/vmwgfx_saa_priv.h   |   12 
 vmwgfx/vmwgfx_tex_video.c  |  278 +++++++++++++++++++++-
 vmwgfx/vmwgfx_xa_surface.c |   61 ++++
 vmwgfx/vmwgfx_xmir.c       |    6 
 vmwgfx/vmwgfx_xwayland.c   |    2 
 26 files changed, 1540 insertions(+), 142 deletions(-)
---


More information about the xorg-commit mailing list