]> git.proxmox.com Git - mirror_qemu.git/commit
ui/gtk-egl: blitting partial guest fb to the proper scanout surface
authorDongwon Kim <dongwon.kim@intel.com>
Thu, 4 Nov 2021 06:51:53 +0000 (23:51 -0700)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 5 Nov 2021 11:29:44 +0000 (12:29 +0100)
commit1350ff156b25be65c599ecca9957ce6726c6d383
tree22e8188a7762fb9402563d0be4f98cb9158ca805
parent7cf87257f751b5312ff5f151992016a722e273d8
ui/gtk-egl: blitting partial guest fb to the proper scanout surface

eb_fb_blit should be able to blit partial image of guest display (blob res)
in case multiple displays are configured for the guest and they are set as extended-
desktop mode.

v2: egl_fb includes dmabuf info then make egl_fb_blit position and size
    parameters programmed in dmabuf structure (previously position/size
    parameters were given to egl_fb_blit separately)
    (Vivek Kasireddy)

    changed the commit message as there is no interface change to egl_fb_blit

Cc: Gerd Hoffmann <kraxel@redhat.com>
Cc: Vivek Kasireddy <vivek.kasireddy@intel.com>
Signed-off-by: Dongwon Kim <dongwon.kim@intel.com>
Message-Id: <20211104065153.28897-6-dongwon.kim@intel.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
ui/egl-helpers.c