]> xenbits.xensource.com Git - qemu-xen.git/commit
ui/console: call gfx_switch() even if the current scanout is GL
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Sun, 20 Feb 2022 19:45:38 +0000 (23:45 +0400)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 15 Mar 2022 08:55:02 +0000 (12:55 +0400)
commite1c676a254b012779db87166a1f26db6886a8bce
tree5fa8286250477f77cd490e4686586357a13ba287
parent2fa2386e38387f592a0abf871eabb16e7a43dcd1
ui/console: call gfx_switch() even if the current scanout is GL

egl-headless depends on the backing surface to be set before texture are
set and updated. Display it (update=true) iff the current scanout kind
is SURFACE.

Reported-by: Akihiko Odaki <akihiko.odaki@gmail.com>
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
ui/console.c