[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 2/8] spice: flush drawing before notifying client
From: |
Gerd Hoffmann |
Subject: |
[PULL 2/8] spice: flush drawing before notifying client |
Date: |
Fri, 19 Feb 2021 23:00:30 +0100 |
From: Marc-André Lureau <marcandre.lureau@redhat.com>
This solves the client having slow/outdated VGA/2D console. It's a
regression introduced when the code was switched to render it via opengl
in commit 4423184376d ("spice/gl: render DisplaySurface via opengl")
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20210216092056.2301293-2-marcandre.lureau@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
ui/spice-display.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/ui/spice-display.c b/ui/spice-display.c
index d562c6408405..ad93b953a90c 100644
--- a/ui/spice-display.c
+++ b/ui/spice-display.c
@@ -846,6 +846,7 @@ static void spice_gl_refresh(DisplayChangeListener *dcl)
graphic_hw_update(dcl->con);
if (ssd->gl_updates && ssd->have_surface) {
qemu_spice_gl_block(ssd, true);
+ glFlush();
cookie = (uintptr_t)qxl_cookie_new(QXL_COOKIE_TYPE_GL_DRAW_DONE, 0);
spice_qxl_gl_draw_async(&ssd->qxl, 0, 0,
surface_width(ssd->ds),
--
2.29.2
- [PULL 0/8] Ui 20210219 patches, Gerd Hoffmann, 2021/02/19
- [PULL 3/8] ui/cocoa: Support unique keys of JIS keyboards, Gerd Hoffmann, 2021/02/19
- [PULL 4/8] ui/cocoa: Do not copy members of pixman image, Gerd Hoffmann, 2021/02/19
- [PULL 2/8] spice: flush drawing before notifying client,
Gerd Hoffmann <=
- [PULL 7/8] ui/cocoa: Statically allocate dcl, Gerd Hoffmann, 2021/02/19
- [PULL 8/8] ui/console: Remove dpy_gl_ctx_get_current, Gerd Hoffmann, 2021/02/19
- [PULL 6/8] ui/cocoa: Interpret left button down as is when command is pressed, Gerd Hoffmann, 2021/02/19
- [PULL 1/8] spice: flush on GL update before notifying client, Gerd Hoffmann, 2021/02/19
- [PULL 5/8] spice-app: avoid crash when core spice module doesn't loaded, Gerd Hoffmann, 2021/02/19
- Re: [PULL 0/8] Ui 20210219 patches, Peter Maydell, 2021/02/20