xf86-video-vmware: Changes to 'master'

Philip Langdale philipl at kemper.freedesktop.org
Mon Jul 21 15:27:00 PDT 2008


 configure.ac      |    2 +-
 src/vmware.c      |    2 +-
 src/vmwarevideo.c |   54 ++++++++++--------------------------------------------
 3 files changed, 12 insertions(+), 46 deletions(-)

New commits:
commit 0576b87c27d3d885cc698a3cc013bcfa4021942c
Author: Philip Langdale <philipl at fido2.homeip.net>
Date:   Mon Jul 21 15:26:01 2008 -0700

    Prepare for 10.16.4 release.

commit ad8f17dec71632d0e606af1bea9432ece0bc97db
Author: Philip Langdale <philipl at fido2.homeip.net>
Date:   Mon Jul 21 15:23:50 2008 -0700

    Video Overlay: Handle clipping correctly with AutoPaint colorkey.
    
    We recently added XV_AUTOPAINT_COLORKEY attribute to the X video driver
    to enable applications like Real player that rely on this attribute to
    display video frames in Linux guest.
    
    When this attribute is SET, we paint the colorkey on 1st frame and from
    there on only when the video is moved.
    
    This introduced a bug 305202 with clipping.
    
    Consider a case when the video is playing, obscure the player window
    with another window, without moving the player window, move the other
    window away. The part of the window that was obscured didn't display
    the video.
    
    With this patch instead of relying on the target rectangle, we use
    the clipBoxes supplied in every frame.



More information about the xorg-commit mailing list