From: jihye kim Date: Tue, 3 Jul 2012 06:42:39 +0000 (+0900) Subject: [Title] add hardware gl option (with emulator manager) X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.1~1560 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4c31ec0aa9a82ee7b17a65938359549f059c7f6c;p=sdk%2Femulator%2Fqemu.git [Title] add hardware gl option (with emulator manager) [Type] Enhancement [Module] emulator [Priority] major [Jira#] [Redmine#] [Problem] [Cause] [Solution] [TestCase] --- diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 9f056ce27e..967cd43e04 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,5 +1,5 @@ Package: emulator -Version: 1.2.99 +Version: 1.2.100 OS: linux Build-host-os: linux Maintainer: Yeong-Kyoon Lee @@ -8,7 +8,7 @@ Source: emulator Description: Tizen Emulator Package: emulator -Version: 1.2.99 +Version: 1.2.100 OS: windows Build-host-os: windows Maintainer: Yeong-Kyoon Lee diff --git a/vl.c b/vl.c index 1ccc338433..9ec81c6cdb 100644 --- a/vl.c +++ b/vl.c @@ -265,7 +265,7 @@ uint8_t qemu_extra_params_fw[2]; //virtio-gl #ifndef _WIN32 extern int gl_acceleration_capability_check (void); -int enable_gl = 1; +int enable_gl = 0; #endif typedef struct FWBootEntry FWBootEntry;