From 0b71a5d5caa4f709d37fa1d7786dffc2c94f8414 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Tue, 11 Nov 2014 16:54:45 +0100 Subject: 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 Reviewed-by: Max Reitz --- ui/sdl.c | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ui/sdl.c') diff --git a/ui/sdl.c b/ui/sdl.c index 8bdbf521d1..3be29101ed 100644 --- a/ui/sdl.c +++ b/ui/sdl.c @@ -908,6 +908,16 @@ static const DisplayChangeListenerOps dcl_ops = { .dpy_cursor_define = sdl_mouse_define, }; +void sdl_display_early_init(int opengl) +{ + if (opengl == 1 /* on */) { + fprintf(stderr, + "SDL1 display code has no opengl support.\n" + "Please recompile qemu with SDL2, using\n" + "./configure --enable-sdl --with-sdlabi=2.0\n"); + } +} + void sdl_display_init(DisplayState *ds, int full_screen, int no_frame) { int flags; -- cgit v1.2.3-55-g7522