xf86-video-vmware: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jun 21 15:31:34 UTC 2022


 vmwgfx/vmwgfx_tex_video.c |   13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

New commits:
commit ff5637a14c52e6ec592592c88938104b087e925c
Author: Martin Krastev <krastevm at vmware.com>
Date:   Tue Jan 25 15:11:08 2022 +0200

    Garbled XvPutImage output for FOURCC_YV12 when using 3D-accel-texture adaptor
    
    A helper for the PutImage callback in adaptor 'XA G3D Textured Video' was not
    taking into account the source data pitches for YV12 format, resulting in
    garbled frames for misaligned frame widths. Issue reported by Doug Brown.
    This patch is based off the patch proposed by Doug.
    
    Repro of the original issue:
    gst-launch-1.0 videotestsrc ! video/x-raw,format=YV12,width=449,height=240 ! xvimagesink
    
    Reported-by: Doug Brown <doug at schmorgal.com>
    Signed-off-by: Martin Krastev <krastevm at vmware.com>
    Reviewed-by: Zack Rusin <zackr at vmware.com>



More information about the xorg-commit mailing list