xf86-video-vmware: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Feb 6 23:00:53 UTC 2025


 saa/saa.c            |    2 +-
 saa/saa_pixmap.c     |    8 +++++---
 saa/saa_render.c     |    6 +++---
 vmwgfx/vmwgfx_crtc.c |    2 +-
 vmwgfx/vmwgfx_dri2.c |    2 +-
 vmwgfx/vmwgfx_dri3.c |    2 +-
 vmwgfx/vmwgfx_saa.c  |    2 +-
 7 files changed, 13 insertions(+), 11 deletions(-)

New commits:
commit 92cc4534146dd84c0d843759cdb30f75abddddd6
Author: Enrico Weigelt, metux IT consult <info at metux.net>
Date:   Mon Sep 30 18:29:41 2024 +0200

    use dixDestroyPixmap() instead of direct driver call
    
    Direct calls to ScreenRec->DestroyPixmap() blocks cleaning up the wrapping
    jungle, so use the proper dix function instead - except when calling down the
    chain where we had wrapped ourselves - and protecting those against NULL, so
    we can move subsys-provided functions out of that chain.
    
    See: https://gitlab.freedesktop.org/xorg/xserver/-/issues/1754
    
    Signed-off-by: Enrico Weigelt, metux IT consult <info at metux.net>
    Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-vmware/-/merge_requests/11>



More information about the xorg-commit mailing list