[Title] host gl screen off
authorgiwoong.kim <giwoong.kim@samsung.com>
Sat, 21 Jul 2012 01:15:21 +0000 (10:15 +0900)
committergiwoong.kim <giwoong.kim@samsung.com>
Sat, 21 Jul 2012 01:15:50 +0000 (10:15 +0900)
[Type]
[Module] Emulator / skin
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

package/pkginfo.manifest
tizen/src/maru_sdl.c

index a86ef5c..1ef1a96 100644 (file)
@@ -1,5 +1,5 @@
 Package: emulator-qemu-x86
-Version: 1.3.4
+Version: 1.3.5
 OS: ubuntu-32
 Build-host-os: ubuntu-32
 Maintainer: Yeong-Kyoon Lee<yeongkyoon.lee@samsung.com>
@@ -9,7 +9,7 @@ Source: emulator
 Description: Tizen Emulator
 
 Package: emulator-qemu-x86
-Version: 1.3.4
+Version: 1.3.5
 OS: ubuntu-64
 Build-host-os: ubuntu-64
 Maintainer: Yeong-Kyoon Lee<yeongkyoon.lee@samsung.com>
@@ -19,7 +19,7 @@ Source: emulator
 Description: Tizen Emulator
 
 Package: emulator-qemu-x86
-Version: 1.3.4
+Version: 1.3.5
 OS: windows-32
 Build-host-os: windows-32
 Maintainer: Yeong-Kyoon Lee<yeongkyoon.lee@samsung.com>
index 31108e1..e5ff1a1 100644 (file)
@@ -97,7 +97,7 @@ static void _sdl_init(void)
         h = temp;
     }
 
-    if (capability_check_gl != 0) {
+    /*if (capability_check_gl != 0) {
         ERR("GL check returned non-zero\n");
         surface_screen = NULL;
     } else {
@@ -107,17 +107,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 */