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

Thomas Hellstrom thomash at kemper.freedesktop.org
Fri Jan 13 12:43:36 PST 2012


Tag 'xf86-video-vmware-11.99.901' created by Thomas Hellstrom <thellstrom at vmware.com> at 2012-01-13 20:37 +0100

xf86-video-vmware 11.99.901
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEABECAAYFAk8Qle8ACgkQwfXTzfUXZYA59QCglQZ2oB1ZEdGQQ74fBKjocqtO
dSoAn112nMmnZ1kjQrymKr9CWPb2VNBU
=e2Ab
-----END PGP SIGNATURE-----

Changes since xf86-video-vmware-11.0.99.901:
Jakob Bornecrantz (5):
      vmwgfx: Fix logic when checking for XA
      saa: Remove superflouos headers includes
      vmwgfx: Just include vmwgfx_drm.h
      vmwgfx: Include drm.h from correct path
      vmwlegacy: Make the default be a minimum of 800x600

Jeremy Huddleston (2):
      Fix build failures resulting from changes to the swaps and swapl macros in recent xorg-server
      Build fix for ABI version 12

Thomas Hellstrom (63):
      vmwgfx, saa: Initial import
      vmwgfx: Fix up driver build process for Xserver >= 1.7.
      vmwgfx, saa: Build saa as a convenience library
      vmwgfx: Check for large files
      vmwgfx: Import the WSBM list macros
      vmwgfx: Make a list of scanout bounding boxes available to each scanout pixmap
      vmwgfx: Make present readbacks not cross scanout bounding box boundaries
      vmwgfx: Don't call xa_copy_done after a present.
      vmwgfx: Fix dirty present bug
      vmwgfx: Try to match created hardware formats with the dri state tracker.
      saa: Reuse code for computing composite bounds.
      saa: Add driver composite.
      vmwgfx: Support xa composite.
      vmwgfx: Try to sort out format handling with composite.
      vmwgfx: Set up XA version checking.
      vmwgfx: Require libxatracker >= 0.4.
      vmwgfx: Various acceleration fixes.
      vmwgfx: Add boolean flags for different rendering modes
      vmwgfx: Don't dirty the front buffer as hw when doing a dri2copyregion from it
      vmwgfx-xorg: Avoid enabling unwanted outputs in initial configuration
      vmwgfx: Adapt to vmwgfx kernel driver 2.1
      vmwgfx: Save the dri2 requested depth since it may differ from the drawable
      vmwgfx: Update the connector type name array
      vmwgfx: Hook up vmwarectrl to the gui layout ioctl
      vmwgfx: Fix crtc position of transformed fb
      vmwgfx: Fall back to sw cursors if needed
      vmwgfx: Don't do present readbacks per crtc
      vmwgfx: Remove a couple of unused options
      vmwgfx: Fix acceleration options.
      vmwgfx: Add an option for direct presents
      vmwgfx: Be correct when setting up damage tracking
      vmwgfx: Add an option to use a scanout surface
      vmwgfx: A number of damage fixes
      vmwgfx: Fix rendering errors when rotating / unrotating a screen.
      vmwgfx: Make sure we don't render when VT switched
      vmwlegacy: Fix device fifo communication
      vmwlegacy: Fix up Xinerama / panoramiX replies.
      vmwlegacy: Factor out bootstrap functions
      vmware: Hook up vmwgfx to be tried before falling back to legacy
      vmware: Update the vmware register definition
      vmwgfx: Pre-init fixes
      vmware: Update library dependencies
      vmwlegacy: Accept option "GuiLayout" as a synonym for "staticXinerama"
      vmwlegacy: Factor out code that can be common for vmwgfx and vmwlegacy
      vmwgfx: Use config options to optionally set GUI topology
      vmwgfx: Get the drm device name from the open file descriptor
      vmwgfx: Make the drm device name persistent
      vmwgfx: Don't register back buffers as "hw_is_dri2_fronts" v2
      vmwgfx: Adapt to the dri state tracker sending depth instead of bpp
      vmwgfx: Add an option to enable rendercheck mode
      vmwgfx: Fix MessageType members that are incorrectly typed as Bool
      vmwgfx: Adapt to new interface of xa_yuv_planar_blit
      vmwgfx: Hook up XV color conversion control attributes
      vmwgfx: Reduce system resource usage with textured video
      saa: Only try to accelerate pixmaps that are driver pixmaps
      saa: Always read back hw contents on poly_fill_rect
      saa, vmwgfx: Fix saa_copy_composite
      Merge branch 'vmwgfx_branch'
      vmware: Make sure the driver builds on old servers
      vmwgfx,saa: Fix a bunch of compilation warnings
      vmwgfx: Adapt to new XA version number v2
      Make the driver build pass "make distcheck"
      Bump version number for release

Thomas Hellström (1):
      vmware: Update Manpage

---
 Makefile.am                  |    2 
 configure.ac                 |   37 
 man/vmware.man               |   63 +
 saa/Makefile.am              |   13 
 saa/saa.c                    |  748 +++++++++++++++++
 saa/saa.h                    |  209 ++++
 saa/saa_accel.c              |  153 +++
 saa/saa_pixmap.c             |  222 +++++
 saa/saa_priv.h               |  279 ++++++
 saa/saa_render.c             |  424 ++++++++++
 saa/saa_unaccel.c            |  934 ++++++++++++++++++++++
 src/Makefile.am              |   27 
 src/svga_reg.h               | 1402 +++++++++++++++++++++++++--------
 src/vmware.c                 |  588 +-------------
 src/vmware.h                 |   18 
 src/vmware_bootstrap.c       |  517 ++++++++++++
 src/vmware_bootstrap.h       |   71 +
 src/vmware_common.c          |  163 +++
 src/vmware_common.h          |   41 
 src/vmwarectrl.c             |   40 
 src/vmwaremodule.c           |  256 ------
 src/vmwarexinerama.c         |   66 -
 vmwgfx/Makefile.am           |   29 
 vmwgfx/svga3d_reg.h          | 1801 +++++++++++++++++++++++++++++++++++++++++++
 vmwgfx/vmwgfx_crtc.c         |  455 ++++++++++
 vmwgfx/vmwgfx_ctrl.c         |  523 ++++++++++++
 vmwgfx/vmwgfx_ctrl.h         |   48 +
 vmwgfx/vmwgfx_dri2.c         |  426 ++++++++++
 vmwgfx/vmwgfx_driver.c       | 1193 ++++++++++++++++++++++++++++
 vmwgfx/vmwgfx_driver.h       |  186 ++++
 vmwgfx/vmwgfx_drm.h          |  792 ++++++++++++++++++
 vmwgfx/vmwgfx_drmi.c         |  502 +++++++++++
 vmwgfx/vmwgfx_drmi.h         |   87 ++
 vmwgfx/vmwgfx_output.c       |  393 +++++++++
 vmwgfx/vmwgfx_overlay.c      |  893 +++++++++++++++++++++
 vmwgfx/vmwgfx_saa.c          | 1514 ++++++++++++++++++++++++++++++++++++
 vmwgfx/vmwgfx_saa.h          |  110 ++
 vmwgfx/vmwgfx_saa_priv.h     |  125 ++
 vmwgfx/vmwgfx_tex_video.c    |  851 ++++++++++++++++++++
 vmwgfx/vmwgfx_xa_composite.c |  277 ++++++
 vmwgfx/vmwgfx_xa_surface.c   |  368 ++++++++
 vmwgfx/wsbm_util.h           |   79 +
 42 files changed, 15704 insertions(+), 1221 deletions(-)
---


More information about the xorg-commit mailing list