xf86-video-vmware: Changes to 'master'

Philip Langdale philipl at kemper.freedesktop.org
Fri Jul 18 14:07:06 PDT 2008


 configure.ac       |    2 
 src/svga_overlay.h |    1 
 src/vmware.c       |    2 
 src/vmwarevideo.c  |  110 +++++++++++++++++++++++++++++++++++++++++++++--------
 4 files changed, 98 insertions(+), 17 deletions(-)

New commits:
commit 71f1ca515cd1b3d92397682f4fcea120c392b26e
Author: Philip Langdale <philipl at fido2.homeip.net>
Date:   Fri Jul 18 14:03:09 2008 -0700

    Prepare for 10.16.3
    
    Bump up version numbers.

commit e7f404938b7ccd4c7e61c71c6c182ca8ee8d875f
Author: Philip Langdale <philipl at fido2.homeip.net>
Date:   Fri Jul 18 13:59:34 2008 -0700

    Video Overlay: Add XV_AUTOPAINT_COLORKEY capability to the Xv extension of Linux guest driver.
    
    Applications use XV_AUTOPAINT_COLORKEY capability to let the driver handle the painting
    of colorkey.
    
    Real Player assumes this capability as ON by default and hence prior to this patch videos
    didn't play with Real player.
    
    With this patch:
    a) If AUTOPAINT_COLORKEY is SET then the driver handles the painting of the colorkey.
    Painting is done on the 1st frame and from there on only if the video frame moves.
    
    b) Adds UYVY fourcc format to keep it consistent with Windows SVGA driver and the host backends.
    
    c) Changes the default colorkey from a pungent GREEN to a darker shade.
    Real Player sets this colorkey and it looks better when the video is moved around.



More information about the xorg-commit mailing list