xf86-video-vmware: Changes to 'master'

Thomas Hellstrom thomash at kemper.freedesktop.org
Fri Dec 6 05:25:50 PST 2013


 configure.ac              |   10 +++++++++-
 src/vmware_bootstrap.c    |    2 --
 src/vmwarevideo.c         |    4 ++--
 vmwgfx/vmwgfx_dri2.c      |    5 ++---
 vmwgfx/vmwgfx_driver.c    |    4 +---
 vmwgfx/vmwgfx_output.c    |    2 +-
 vmwgfx/vmwgfx_overlay.c   |    4 ++--
 vmwgfx/vmwgfx_saa.c       |   12 +++++-------
 vmwgfx/vmwgfx_saa.h       |   12 ++++++++++++
 vmwgfx/vmwgfx_tex_video.c |   28 ++++++++++++++--------------
 10 files changed, 48 insertions(+), 35 deletions(-)

New commits:
commit a40cbd7b4fa19219849b4b0a48f07538772c3e22
Author: Thomas Hellstrom <thellstrom at vmware.com>
Date:   Thu Dec 5 02:58:47 2013 -0800

    vmwgfx: Support also XA version 1 v2
    
    We need to support also XA version 1, since we want to be backwards
    compatible with older mesa releases.
    Unfortunately, the intended way of detecting XA major version at
    compile-time was broken on mesa 10 so we need a workaround that tests
    for XA version 2 at config time.
    
    v2: Update the test for XA version 2.
    
    Signed-off-by: Thomas Hellstrom <thellstrom at vmware.com>
    Reviewed-by: Jakob Bornecrantz <jakob at vmware.com>

commit 7ac45326eccbf3bea9a4a8f95b9662a36ab58eb0
Author: Thomas Hellstrom <thellstrom at vmware.com>
Date:   Thu Nov 28 02:02:20 2013 -0800

    vmwgfx: Fix some compilation warnings and indentations
    
    Most of the compilation warnings we're seeing are due to bad xorg headers,
    but fix the ones we can fix in the driver. Some indentation fixes as well.
    
    Signed-off-by: Thomas Hellstrom <thellstrom at vmware.com>
    Reviewed-by: Jakob Bornecrantz <jakob at vmware.com>



More information about the xorg-commit mailing list