]> git.proxmox.com Git - mirror_qemu.git/commit - ui/gtk-gl-area.c
gtk/opengl: add opengl context and scanout support (GtkGLArea)
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 26 May 2015 10:26:21 +0000 (12:26 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 8 Oct 2015 08:34:53 +0000 (10:34 +0200)
commit925a04000231ad865770ba227876ba518ac3e479
tree84b10c22b9825cb4c84386af1c3e489727187e1c
parent4782aeb79fbcb70bb96b52f6d9bc7cadb3cf7d58
gtk/opengl: add opengl context and scanout support (GtkGLArea)

This allows virtio-gpu to render in 3d mode.
Uses native opengl support which is present
in gtk versions 3.16 and newer.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
configure
include/ui/gtk.h
ui/Makefile.objs
ui/gtk-gl-area.c [new file with mode: 0644]
ui/gtk.c