Re: [Qemu-devel] [PATCH 3/4] sdl2: add support for display rendering using opengl.
On 2015-01-12 at 07:35, Gerd Hoffmann wrote: Add new sdl2-gl.c file, with display rendering functions using opengl. Signed-off-by: Gerd Hoffmann --- include/ui/console.h | 1 + include/ui/sdl2.h| 10 + ui/Makefile.objs | 4 ++ ui/sdl.c | 11 + ui/sdl2-2d.
[Qemu-devel] [PATCH 3/4] 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 --- include/ui/console.h | 1 + include/ui/sdl2.h| 10 + ui/Makefile.objs | 4 ++ ui/sdl.c | 11 + ui/sdl2-2d.c | 7 ui/sdl2-gl.c | 114 +++