]> git.proxmox.com Git - mirror_qemu.git/commit
sdl2: add support for display rendering using opengl.
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 11 Nov 2014 15:54:45 +0000 (16:54 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 5 May 2015 08:48:26 +0000 (10:48 +0200)
commit0b71a5d5caa4f709d37fa1d7786dffc2c94f8414
treedb4697889cfdac1fae3cf5a42055cb21cd08aa72
parent19dadfccd0124804e2790e7cb075c9df7cd3154f
sdl2: add support for display rendering using opengl.

Add new sdl2-gl.c file, with display
rendering functions using opengl.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
include/ui/console.h
include/ui/sdl2.h
ui/Makefile.objs
ui/sdl.c
ui/sdl2-2d.c
ui/sdl2-gl.c [new file with mode: 0644]
ui/sdl2.c
vl.c