]> git.proxmox.com Git - mirror_qemu.git/commit - ui/gtk-gl-area.c
egl: misc framebuffer helper improvements.
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 27 Sep 2017 11:50:31 +0000 (13:50 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 29 Sep 2017 08:36:33 +0000 (10:36 +0200)
commit74083f9c01910b1d36ddaca04db468eb326676ae
treed4a928528ba030c2afa7ee735942023becf53a8a
parente2f82e924d057935dd4c61c0c53e11b15762eda2
egl: misc framebuffer helper improvements.

Rename the functions to to say "setup" instead of "create" because they
support being called multiple times on the same egl framebuffer.

Properly delete unused textures, update function interfaces to support
this.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-id: 20170927115031.12063-1-kraxel@redhat.com
include/ui/egl-helpers.h
ui/egl-headless.c
ui/egl-helpers.c
ui/gtk-egl.c
ui/gtk-gl-area.c
ui/sdl2-gl.c