From: giwoong.kim Date: Wed, 18 Jul 2012 13:20:52 +0000 (+0900) Subject: [Title] off OpenGl screen X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.1~1528^2~101^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=28a2b6e5d5d55f9be597aab68998b9aa5f75ee53;p=sdk%2Femulator%2Fqemu.git [Title] off OpenGl screen [Type] bugfix [Module] Emulator / lcd [Priority] [Jira#] [Redmine#] [Problem] [Cause] [Solution] [TestCase] --- diff --git a/tizen/src/maru_sdl.c b/tizen/src/maru_sdl.c index d936745235..cc76a5c371 100644 --- a/tizen/src/maru_sdl.c +++ b/tizen/src/maru_sdl.c @@ -98,7 +98,7 @@ static void _sdl_init(void) h = temp; } - if (gl_acceleration_capability_check () != 0) { + /*if (gl_acceleration_capability_check () != 0) { fprintf (stderr, "Warn: GL acceleration was disabled due to the fail of GL check!\n"); surface_screen = NULL; } else { @@ -108,17 +108,17 @@ static void _sdl_init(void) if (surface_screen == NULL) { sdl_opengl = 0; INFO("No OpenGL support on this system!??\n"); - ERR("%s\n", SDL_GetError()); + ERR("%s\n", SDL_GetError());*/ surface_screen = SDL_SetVideoMode(w, h, get_emul_sdl_bpp(), SDL_FLAGS); if (surface_screen == NULL) { ERR("Could not open SDL display (%dx%dx%d): %s\n", w, h, get_emul_sdl_bpp(), SDL_GetError()); return; } - } else { + /*} else { sdl_opengl = 1; INFO("OpenGL is supported on this system.\n"); - } + }*/ if (sdl_opengl == 1) { /* Set the OpenGL state */