Hi,
Here is the ui patch queue with two small bug fixes and with pure opengl
support for spice, i.e. with gl=on we'll render everything (including
classic DisplaySurfaces) into a opengl texture for dma-buf passing.
please pull,
Gerd
The following changes since commit 7cfdc02dae0d2ff58c897496cfdbbafc0eda0f3f:
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
(2016-09-26 19:47:00 +0100)
are available in the git repository at:
git://git.kraxel.org/qemu tags/pull-ui-20160928-1
for you to fetch changes up to d9d2663c336b4ff7af9528f2cd3736791f4c0da5:
ui/vnc-enc-tight: remove switch and have single return (2016-09-28 12:55:09
+0200)
----------------------------------------------------------------
ui: console+vnc fixes, switch spice to pure opengl with gl=on.
----------------------------------------------------------------
Alex Bennée (1):
ui/vnc-enc-tight: remove switch and have single return
Gerd Hoffmann (2):
console: track gl_block state in QemuConsole
spice/gl: render DisplaySurface via opengl
Marc-André Lureau (1):
console: skip same-size resize
include/ui/console.h | 1 +
include/ui/spice-display.h | 5 ++-
ui/console.c | 22 +++++++++--
ui/spice-display.c | 92 ++++++++++++++++++++++++++++++++++++++++++----
ui/vnc-enc-tight.c | 6 +--
5 files changed, 109 insertions(+), 17 deletions(-)