]> git.proxmox.com Git - mirror_qemu.git/commit - ui/gtk-gl-area.c
ui: split the GL context in a different object
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Sat, 9 Oct 2021 19:48:46 +0000 (23:48 +0400)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 21 Dec 2021 06:50:21 +0000 (10:50 +0400)
commit5e79d516e8ac818d2a90aae9f787775055434ee9
tree572cadfe13cb13f683b0be625929427dbca469e6
parent7cc712e9862ffdbe4161dbdf3bbf41bcbe547472
ui: split the GL context in a different object

This will allow to have one GL context but a variable number of
listeners.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
14 files changed:
include/ui/console.h
include/ui/egl-context.h
include/ui/gtk.h
include/ui/sdl2.h
include/ui/spice-display.h
ui/console.c
ui/egl-context.c
ui/egl-headless.c
ui/gtk-egl.c
ui/gtk-gl-area.c
ui/gtk.c
ui/sdl2-gl.c
ui/sdl2.c
ui/spice-display.c