mirror of
https://github.com/mii443/qemu.git
synced 2025-12-16 17:18:49 +00:00
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>
This commit is contained in:
@@ -354,6 +354,7 @@ void surface_gl_setup_viewport(ConsoleGLState *gls,
|
||||
#endif
|
||||
|
||||
/* sdl.c */
|
||||
void sdl_display_early_init(int opengl);
|
||||
void sdl_display_init(DisplayState *ds, int full_screen, int no_frame);
|
||||
|
||||
/* cocoa.m */
|
||||
|
||||
Reference in New Issue
Block a user