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

Jakob Bornecrantz wallbraker at kemper.freedesktop.org
Wed Mar 26 05:18:14 PDT 2014


Tag 'xf86-video-vmware-13.0.2' created by Jakob Bornecrantz <jakob at vmware.com> at 2014-03-26 13:17 -0700

xf86-video-vmware-13.0.2

Changes since xf86-video-vmware-13.0.1:
Gaetan Nadon (1):
      vmwgfx: handle changes of DamageUnregister API in 1.14.99.2

Jakob Bornecrantz (2):
      vmware: Fix compilation on newer X servers
      Bump the version number to 13.0.2

Rob Clark (1):
      vmwgfx: update for XA API changes

Thomas Hellstrom (17):
      vmwgfx: Avoid HW operations when not master
      vmwgfx: Implement textured video completely on top of XA.
      vmwgfx: Get rid of device-specific DMA code
      vmwgfx: Fix some compilation warnings and indentations
      vmwgfx: Support also XA version 1 v2
      vmwgfx: Remove stray 1
      Revert "vmwgfx: Get rid of device-specific DMA code"
      vmwgfx: Really allow XA version 2.
      vmwgfx: Fix compile breakage on XA version 1.
      vmwgfx: Add an infrastructure to be able to run hosted under a compositor v2
      vmwgfx: Add support for XMir v2.
      vmwgfx: Add support for XWayland
      vmwgfx: Enable direct dmas
      vmwgfx: Block DMA to prime surfaces for now
      vmware: Fix build errors and warnings
      vmware: Require libdrm 2.4.38 to build XMir.
      vmware/vmwgfx: Always allocate shared hardware surfaces.

---
 configure.ac                |   18 ++
 src/vmware_bootstrap.c      |   22 ++-
 src/vmware_bootstrap.h      |    2 
 src/vmwaremodes.c           |    4 
 vmwgfx/Makefile.am          |    5 
 vmwgfx/vmwgfx_dri2.c        |   52 +++++++
 vmwgfx/vmwgfx_driver.c      |  315 ++++++++++++++++++++++++++------------------
 vmwgfx/vmwgfx_driver.h      |    4 
 vmwgfx/vmwgfx_drmi.c        |   41 +++++
 vmwgfx/vmwgfx_drmi.h        |   10 +
 vmwgfx/vmwgfx_hosted.c      |   71 +++++++++
 vmwgfx/vmwgfx_hosted.h      |  258 ++++++++++++++++++++++++++++++++++++
 vmwgfx/vmwgfx_hosted_priv.h |   40 +++++
 vmwgfx/vmwgfx_output.c      |    2 
 vmwgfx/vmwgfx_overlay.c     |    4 
 vmwgfx/vmwgfx_saa.c         |  284 ++++++++++++++++++++++++++++++++++++---
 vmwgfx/vmwgfx_saa.h         |   27 +++
 vmwgfx/vmwgfx_saa_priv.h    |    3 
 vmwgfx/vmwgfx_tex_video.c   |  132 +++---------------
 vmwgfx/vmwgfx_xa_surface.c  |    8 -
 vmwgfx/vmwgfx_xmir.c        |  178 ++++++++++++++++++++++++
 vmwgfx/vmwgfx_xwayland.c    |  186 +++++++++++++++++++++++++
 22 files changed, 1404 insertions(+), 262 deletions(-)
---


More information about the xorg-commit mailing list