]> xenbits.xensource.com Git - qemu-xen.git/commit
ui/egl-helpers: Augment parameter list of egl_texture_blend() to convey scales of...
authorChen Zhang <tgfbeta@me.com>
Fri, 25 Jan 2019 07:47:23 +0000 (15:47 +0800)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 5 Feb 2019 09:45:44 +0000 (10:45 +0100)
commit051a0cde7b0a0dda9eef166f9aecd09dfc0a00cf
treec66249ebe2ec6af6bc8f6762c369f6becb6e1736
parent5e24600a7c1cb530c0fed3c699c4d08f16d69b8e
ui/egl-helpers: Augment parameter list of egl_texture_blend() to convey scales of viewport

This would help gtk-egl display showing scaled DMABuf cursor images when
gtk window was zoomed. A default scale of (1.0, 1.0) was presumed for
call sites where no scaling is needed.

Signed-off-by: Chen Zhang <tgfbeta@me.com>
Message-id: 23B229B3-3095-4DFB-8369-866784808D30@me.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
include/ui/egl-helpers.h
ui/egl-headless.c
ui/egl-helpers.c
ui/gtk-egl.c
ui/spice-display.c