Jinhyung Choi [Mon, 16 Jun 2014 01:44:16 +0000 (10:44 +0900)]
sensors: added device data to provide driver & minor bug fixed.
- added null terminated string at the end of message parsing
- light message type is fixed
Change-Id: Ieec61e42272024b12b2453052c6757b9748062c3
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
Jinhyung Choi [Mon, 16 Jun 2014 01:42:43 +0000 (10:42 +0900)]
ecs: added guest emuld connection message handling
Change-Id: I48d6ae2aa7c033a52cf45dfd7ce11d0e082aef6d
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
SeokYeon Hwang [Wed, 18 Jun 2014 08:47:09 +0000 (01:47 -0700)]
Merge "emulator: fix compile errors on Windows." into tizen
Kitae Kim [Wed, 18 Jun 2014 08:43:58 +0000 (17:43 +0900)]
emulator: fix compile errors on Windows.
Change-Id: I3ad1365b837c5e22865c935ff82a5d0671565815
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
SeokYeon Hwang [Wed, 18 Jun 2014 08:39:49 +0000 (01:39 -0700)]
Merge "menu: delete an unnecessary separator of menu item" into tizen
SeokYeon Hwang [Wed, 18 Jun 2014 08:39:35 +0000 (01:39 -0700)]
Merge "tethering: create a thread to handle messages." into tizen
SeokYeon Hwang [Wed, 18 Jun 2014 07:10:32 +0000 (00:10 -0700)]
Merge "tethering: add protobuf messages for display feature" into tizen
SeokYeon Hwang [Wed, 18 Jun 2014 07:09:41 +0000 (00:09 -0700)]
Merge "menu: added schema for close menu" into tizen
Kitae Kim [Mon, 16 Jun 2014 06:31:02 +0000 (15:31 +0900)]
tethering: create a thread to handle messages.
qemu_set_fd_handler() registers callback functions to main-loop thread.
emulator might be slower or blocked when tethering messages are handled
if tethering module continues to use the handler function.
Change-Id: I9586fa6cb3eeb0f89a488aca0be9caa3b421988d
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
SeokYeon Hwang [Tue, 17 Jun 2014 04:40:08 +0000 (13:40 +0900)]
emulator: fix legacy arguments compatibility issue
Fix legacy arguments compatibility issue.
Fix memory break related with RAM preallocation.
Change-Id: Ia43f1367a8910f9bf52383ac703123c9998c2f06
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
GiWoong Kim [Tue, 17 Jun 2014 10:31:44 +0000 (19:31 +0900)]
menu: delete an unnecessary separator of menu item
Change-Id: I4f970f4bd09c56f89e11ca54ffa2d137a83e66eb
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
GiWoong Kim [Tue, 17 Jun 2014 07:32:52 +0000 (16:32 +0900)]
menu: added schema for close menu
Now, user can configure the Close & Force Close menu
by skin layout XML file.
Change-Id: I07f6702392ea6195d351ee55618f82d4224af7de
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
SeokYeon Hwang [Tue, 17 Jun 2014 02:57:32 +0000 (11:57 +0900)]
emulator: remove exit_emulator()
Remove exit_emulator() function.
Mark "static" for some global variables.
Change-Id: I2fffb7c53720898a13c63cd836860aba7fcbee4a
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
SeokYeon Hwang [Tue, 17 Jun 2014 01:58:32 +0000 (10:58 +0900)]
emulator: add "conf" options
"conf" option with configuration file override profile option.
Change-Id: I6229acff51e8449f668d622dfd7c121f4288f8aa
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
SeokYeon Hwang [Tue, 17 Jun 2014 01:57:16 +0000 (18:57 -0700)]
Merge "osutil: Add unlock function" into tizen
Kitae Kim [Fri, 23 May 2014 11:22:05 +0000 (20:22 +0900)]
tethering: add protobuf messages for display feature
Change-Id: I019256786e9c9309fedf7cfc003d66fdceca7c19
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
Munkyu Im [Mon, 16 Jun 2014 09:12:51 +0000 (18:12 +0900)]
osutil: Add unlock function
Need unlock funtion to release or free variables.
Change-Id: I7a74edab9637bcf1ab4623b4c1189bba1487956c
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
SeokYeon Hwang [Mon, 16 Jun 2014 08:17:27 +0000 (17:17 +0900)]
emulator: fix bug when multiple variables are in a line
Change-Id: I5535bebcdd656bdd9700b82bf21f3dedf7ff615c
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
SeokYeon Hwang [Mon, 16 Jun 2014 07:16:12 +0000 (16:16 +0900)]
emulator: revert SDL_init() routes stdout and stderr in win32
SDL_init() routes stdout and stderr to the respective files in win32. So we revert it.
Prevent NULL dereferencing in g_ascii_strtoull().
Change-Id: I0e540f83a7701968746310035a580eadd8160ce6
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
SeokYeon Hwang [Mon, 16 Jun 2014 04:52:14 +0000 (13:52 +0900)]
emulator: clean up emulator exit logic
Some shutdown/exit funtions use "exit_notifier" instead of exit_emulator().
Remove some unnecessary header inclusion.
Change-Id: I78617d439f1c133ba8332e6fca8622a6b4289c71
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
Sangho Park [Mon, 16 Jun 2014 07:14:45 +0000 (00:14 -0700)]
Merge "emulator: apply some improvement to default value related feature" into tizen
Sangho Park [Mon, 16 Jun 2014 07:11:05 +0000 (00:11 -0700)]
Merge "emulator: separate source file for legacy options" into tizen
Sangho Park [Mon, 16 Jun 2014 07:10:14 +0000 (00:10 -0700)]
Merge "emulator: modify RAM preallocation logic" into tizen
Sangho Park [Mon, 16 Jun 2014 07:05:46 +0000 (00:05 -0700)]
Merge "emulator: new emulator options are introduced" into tizen
SeokYeon Hwang [Mon, 16 Jun 2014 02:25:28 +0000 (11:25 +0900)]
emulator: apply some improvement to default value related feature
Change label from "DEFAULT_VARIABLES" to "DEFAULT_VALUE"
Default value can use variables.
Change-Id: Ib5fa19e83de4e70990b2ec0dc13bc782e02a2492
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
SeokYeon Hwang [Sun, 15 Jun 2014 11:54:44 +0000 (20:54 +0900)]
emulator: separate source file for legacy options
Separate source file for legay emulator options.
Clean-up some headers.
Change-Id: I1a1835724dcd8ea8c4b5de8d2690202db17b3b79
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
SeokYeon Hwang [Sun, 15 Jun 2014 10:01:58 +0000 (19:01 +0900)]
emulator: new emulator options are introduced
It is experimental feature for now.
This feature need [profile].profile configuration file. That file may be provided another way.
Change-Id: I2bf663eb604b62d7de0e5c603571a7239e0ff235
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
Sangho Park [Mon, 16 Jun 2014 05:24:07 +0000 (22:24 -0700)]
Merge "skin: "resolution" option is added" into tizen
SeokYeon Hwang [Mon, 16 Jun 2014 03:18:43 +0000 (12:18 +0900)]
emulator: modify RAM preallocation logic
Change-Id: Idfe6eb74f35fa13c9518dedb18adec3b9ed1de20
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
SeokYeon Hwang [Sun, 15 Jun 2014 09:57:12 +0000 (18:57 +0900)]
skin: "resolution" option is added
Change-Id: I080b99012c0e35f37c3619de84afacc72f5ed0d6
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
SeokYeon Hwang [Fri, 13 Jun 2014 08:52:37 +0000 (01:52 -0700)]
Merge "communication: convert pthread_mutex to qemu_mutex" into tizen
GiWoong Kim [Tue, 10 Jun 2014 08:17:55 +0000 (17:17 +0900)]
communication: convert pthread_mutex to qemu_mutex
Change-Id: Iafd6fa675fcb2392206d05866f8db00288bb5ea9
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
jinhyung.jo [Wed, 11 Jun 2014 05:39:57 +0000 (14:39 +0900)]
maru_overlay: remove device
Since VIGS supports the planes,
the maru overlay is unnecessary.
Change-Id: I43daa83eebc8be53df4dc4a627b056435e8edf26
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
SeokYeon Hwang [Tue, 10 Jun 2014 05:11:08 +0000 (14:11 +0900)]
package: major version up to 2.0.0
Change-Id: I2cd1cf1bda50f620a8113a40bac9f3c8205e9a02
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
SeokYeon Hwang [Tue, 10 Jun 2014 02:12:23 +0000 (19:12 -0700)]
Merge "emulator: launch skin process after display initialized" into tizen
SeokYeon Hwang [Tue, 10 Jun 2014 01:57:11 +0000 (10:57 +0900)]
emulator: launch skin process after display initialized
Change-Id: I3a706c56a8346894a04c37f2d6e1ed213ca6a399
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
SeokYeon Hwang [Tue, 10 Jun 2014 02:11:24 +0000 (19:11 -0700)]
Merge changes I3460bcc2,Ie04d92a0 into tizen
* changes:
display: modified varable name
screenshot: modified function/varable names
SeokYeon Hwang [Tue, 10 Jun 2014 02:03:30 +0000 (19:03 -0700)]
Merge "ecs & skin: removed sensor daemon notification and ecs notification" into tizen
GiWoong Kim [Mon, 9 Jun 2014 11:22:52 +0000 (20:22 +0900)]
display: modified varable name
brightness_off -> display_off
Change-Id: I3460bcc28f0fc2b29604ca45c373fca08ed40ba7
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
GiWoong Kim [Mon, 9 Jun 2014 09:18:10 +0000 (18:18 +0900)]
screenshot: modified function/varable names
Change-Id: Ie04d92a0f8129ddf3880d9a5c7e9cbfae037b892
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
Jinhyung Choi [Fri, 30 May 2014 05:05:31 +0000 (14:05 +0900)]
ecs & skin: removed sensor daemon notification and ecs notification
Change-Id: I72124301765b7dbb48fb8bea3b9ea651b8e6bd62
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
jinhyung.jo [Mon, 9 Jun 2014 06:10:51 +0000 (15:10 +0900)]
package: remove dependency
Remove dependence about vgabios package.
In the future, *VESA VGA* device is not used for Tizen emulator.
Change-Id: I143e6ebd4b256c0957641fb4908bb8db1d2eb847
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
GiWoong Kim [Tue, 3 Jun 2014 08:59:02 +0000 (17:59 +0900)]
keyboard: delete unused code
Change-Id: Id848ece229dc5288f4bb407b2c14f8e6a71277a2
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
Sangho Park [Mon, 2 Jun 2014 10:02:10 +0000 (03:02 -0700)]
Merge "YaGL/VIGS: Fix GL frambuffer functions lookup" into tizen
SeokYeon Hwang [Thu, 29 May 2014 13:41:41 +0000 (22:41 +0900)]
emulator: fix no skin situation
Change-Id: I3bc6a9779765f2ea9d0fae42098114f13c034a63
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
Stanislav Vorobiov [Thu, 29 May 2014 10:13:11 +0000 (14:13 +0400)]
YaGL/VIGS: Fix GL frambuffer functions lookup
With recent host OpenGL drivers (such as mesa 9.2.1)
functions like glFramebufferXXXEXT no longer work right from
within OpenGL 3.1+ contexts, glFramebufeerXXX (no EXT suffix)
functions must be used instead
Change-Id: I78525de16868bd65d3e30c6d0518ddae3dbb28df
Signed-off-by: Stanislav Vorobiov <s.vorobiov@samsung.com>
Sangho Park [Wed, 28 May 2014 07:57:40 +0000 (00:57 -0700)]
Merge "log: a "debug_ch" can use stdout now" into tizen
Sangho Park [Wed, 28 May 2014 07:56:27 +0000 (00:56 -0700)]
Merge changes I2832f8c7,I7fb995aa into tizen
* changes:
maru_board: do not initialize unnecessary devices.
emulator: clean-up maru specific preparations.
Sangho Park [Wed, 28 May 2014 05:11:32 +0000 (22:11 -0700)]
Merge "emulator: rename some function name for renewal" into tizen
SeokYeon Hwang [Wed, 23 Apr 2014 06:44:28 +0000 (15:44 +0900)]
log: a "debug_ch" can use stdout now
If "log_path" is not set, "debug_ch" use stdout.
It is only for arguments renewal.
A "debug_ch" should be refactored.
Change-Id: Iaa0d102800ac480e12106ef3d11282d50f20edd8
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
SeokYeon Hwang [Wed, 21 May 2014 08:45:13 +0000 (17:45 +0900)]
maru_board: do not initialize unnecessary devices.
Change-Id: I2832f8c73dbb406aff28a1d7dda6b77b9d4ef34b
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
SeokYeon Hwang [Wed, 21 May 2014 08:44:03 +0000 (17:44 +0900)]
emulator: clean-up maru specific preparations.
Change-Id: I7fb995aa91b4dd7cab3c5c884882330db58cf0d4
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
SeokYeon Hwang [Tue, 22 Apr 2014 02:27:22 +0000 (11:27 +0900)]
emulator: rename some function name for renewal
Change-Id: Ia38aa942777e07f9e2e501b395456fb9827d5c22
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
SeokYeon Hwang [Tue, 27 May 2014 01:56:41 +0000 (10:56 +0900)]
build: apply "--disable-coroutine-pool" by default in Windows
Change-Id: Ib5e966aae32604e749e1e41d30d903d2d30d96b0
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
Kitae Kim [Fri, 23 May 2014 02:31:43 +0000 (11:31 +0900)]
virtio-9p: fix wrong control flow
mp_dacl_setxattr function was returned before releasing a buffer.
Change-Id: Id81ea87389408bafd3a4ee5e08c71d6cd2c98e98
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
jinhyung.jo [Thu, 22 May 2014 08:15:06 +0000 (17:15 +0900)]
package: version up
up to 1.7.41
Change-Id: Ieb9074b0cb8d2c2e7d88e882de2f2173b1d07627
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
SeokYeon Hwang [Thu, 22 May 2014 08:00:38 +0000 (01:00 -0700)]
Merge "maru_sdl: fix release routine" into tizen
Kitae Kim [Wed, 21 May 2014 07:41:01 +0000 (16:41 +0900)]
maru_sdl: fix release routine
When emulator exits normally, release routine at maru_sdl causes an error.
sdl-workthread has to be destroyed before releasing condition and mutex variables.
Change-Id: I46da25cc5a5ca59284b18ff0de94a6cf27ecccc2
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
jinhyung.jo [Mon, 19 May 2014 10:13:13 +0000 (19:13 +0900)]
maru: modified some device names
changed the link letter from the underline to the hyphen
and... some modification of logs
Change-Id: I31c3a348fc68996fb1c14cb21dbdefc0de905114
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
SeokYeon Hwang [Tue, 20 May 2014 12:01:38 +0000 (05:01 -0700)]
Merge "package: version up" into tizen
SeokYeon Hwang [Tue, 20 May 2014 12:01:07 +0000 (05:01 -0700)]
Merge "tethering: modify protobuf messages" into tizen
SeokYeon Hwang [Tue, 20 May 2014 11:48:17 +0000 (04:48 -0700)]
Merge "screenshot: fix screen shot feature" into tizen
SeokYeon Hwang [Tue, 20 May 2014 11:47:16 +0000 (04:47 -0700)]
Merge "vitrio-9p: enable the virtio-9p on windows." into tizen
Sangho Park [Tue, 20 May 2014 09:07:58 +0000 (02:07 -0700)]
Merge changes Icc56eea0,I76dfbd3c into tizen
* changes:
backtrace: avoid possible memory corruption have to resolve this asap;
ecs : make client list thread-safe use QTAIL_FOREACH_SAFE instead of QTAIL_FOREACH not to call ecs_close in stop_ecs (FIXME)
Sangho Park [Tue, 20 May 2014 09:07:20 +0000 (02:07 -0700)]
Merge "guest_server: make client list thread-safe use QTAIL_FOREACH_SAFE instead of QTAIL_FOREACH" into tizen
Sangho Park [Tue, 20 May 2014 09:06:32 +0000 (02:06 -0700)]
Merge "threading: use qemu_thread_XXX abstraction instead of pthread native functions" into tizen
GiWoong Kim [Tue, 20 May 2014 02:01:31 +0000 (11:01 +0900)]
package: version up
1.7.40
Change-Id: I42aa78b6b1e8d9d16e4f0c710e4571098a6fc506
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
GiWoong Kim [Mon, 19 May 2014 09:21:50 +0000 (18:21 +0900)]
screenshot: fix screen shot feature
update display during screenshot generating
modified some variable/function names
Change-Id: I4d57d281b337984d04577724ad1b844f94b4b90e
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
Sooyoung Ha [Mon, 19 May 2014 08:49:32 +0000 (17:49 +0900)]
vitrio-9p: enable the virtio-9p on windows.
Fix the virtfs-9p build failure on some windows environment and enable it.
The old-version MinGW's 'struct dirent' doesn't support 'd_type' member. This d_type has the information of the file type, but it's not mandatory. The other api can get the file type information. So d_type is to be always zero on windows.(zero means unknown type)
Change-Id: I1c657134bbc6188a7d6a9cfc2534664efe3ceea4
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
Geunhae LEE [Mon, 12 May 2014 10:54:19 +0000 (19:54 +0900)]
backtrace: avoid possible memory corruption have to resolve this asap;
Change-Id: Icc56eea02acfdf09017cc4bec550a9a1a6181e76
Signed-off-by: Geunhae LEE <geunhae.lee@samsung.com>
Kitae Kim [Thu, 8 May 2014 06:33:33 +0000 (15:33 +0900)]
tethering: modify protobuf messages
Change-Id: I7daab3c3d867894bf7fecb6a976529d8d07cf7dc
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
Geunhae LEE [Mon, 12 May 2014 12:12:24 +0000 (21:12 +0900)]
ecs : make client list thread-safe use QTAIL_FOREACH_SAFE instead of QTAIL_FOREACH not to call ecs_close in stop_ecs (FIXME)
Change-Id: I76dfbd3c4e97fd925f0d1108c034f9eecf05f5c7
Signed-off-by: Geunhae LEE <geunhae.lee@samsung.com>
Geunhae LEE [Mon, 12 May 2014 12:11:23 +0000 (21:11 +0900)]
guest_server: make client list thread-safe use QTAIL_FOREACH_SAFE instead of QTAIL_FOREACH
Change-Id: I05193e013dcb4f87b84bc2e4747e81af2fdc7fb4
Signed-off-by: Geunhae LEE <geunhae.lee@samsung.com>
hyunjin816.lee [Thu, 15 May 2014 04:59:46 +0000 (13:59 +0900)]
skin: modify zoom in/out method in ScreenshotDialog
implement zoom in/out using scale bar and ctrl+wheel instead of buttons
modify screenshot file name, yyyy-MM-dd-hhmmss to yyyy-MM-dd-HHmmss
Change-Id: I7507c999482e0710fd7836281887ae3100afd6c1
Signed-off-by: hyunjin816.lee <hyunjin816.lee@samsung.com>
SeokYeon Hwang [Wed, 14 May 2014 04:56:54 +0000 (21:56 -0700)]
Merge "maru_board: set X error handler" into tizen
SeokYeon Hwang [Wed, 14 May 2014 04:56:39 +0000 (21:56 -0700)]
Merge "check_gl: cleanup allocated resources" into tizen
Geunhae LEE [Wed, 14 May 2014 04:45:14 +0000 (13:45 +0900)]
threading: use qemu_thread_XXX abstraction instead of pthread native functions
Change-Id: Id8853d22d29eab4b7c91555e9465455282df93a1
Signed-off-by: Geunhae LEE <geunhae.lee@samsung.com>
SeokYeon Hwang [Wed, 14 May 2014 04:33:30 +0000 (21:33 -0700)]
Merge "nfc: Support old protocol" into tizen
SeokYeon Hwang [Tue, 13 May 2014 08:27:26 +0000 (01:27 -0700)]
Merge "vitrio-9p: disable the virtio-9p on windows." into tizen
Sooyoung Ha [Tue, 13 May 2014 08:26:56 +0000 (17:26 +0900)]
vitrio-9p: disable the virtio-9p on windows.
Change-Id: I324f8a6a356ab6789be59195cb19a41762e411aa
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
Kitae Kim [Tue, 13 May 2014 08:10:02 +0000 (17:10 +0900)]
virtio-9p: fix compilation error on Mac OS X.
Change-Id: Iab0dc5472a993dcf392bcdd084154cab6baab238
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
Munkyu Im [Tue, 13 May 2014 08:00:47 +0000 (17:00 +0900)]
nfc: Support old protocol
Currently nfc packet supports new protocol.
But It's not in use.
So back to old protocol.
Change-Id: Ic38facdecd91e817dfda5d3e010329200ebf78f2
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
Sooyoung Ha [Tue, 13 May 2014 07:44:43 +0000 (16:44 +0900)]
package: version up
1.7.39
Change-Id: I957200f8260f82036d8a035c8855e79a0502c43b
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
Sooyoung Ha [Tue, 13 May 2014 07:34:07 +0000 (16:34 +0900)]
virtio-9p: fix windows build error that is due to qemu 2.0 merge.
Change-Id: I63dfd087c6935c5c5d33990964035fb0a3cdd706
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
Stanislav Vorobiov [Tue, 13 May 2014 06:57:10 +0000 (10:57 +0400)]
maru_board: set X error handler
with VirtGL code out X error handler is
not being set, so set it in board init code
Change-Id: I0531e2307ae1d60bf2c0285e82eca160c95b68ee
Signed-off-by: Stanislav Vorobiov <s.vorobiov@samsung.com>
Stanislav Vorobiov [Tue, 13 May 2014 06:44:38 +0000 (10:44 +0400)]
check_gl: cleanup allocated resources
since check_gl is now being used inside qemu
process we need to cleanup resources allocated by it
Change-Id: Icb5ccf8e7ccc67e57c1ec856a1348c767599a95a
Signed-off-by: Stanislav Vorobiov <s.vorobiov@samsung.com>
SeokYeon Hwang [Tue, 13 May 2014 06:21:35 +0000 (23:21 -0700)]
Merge "check_gl: GLESv3 workaround for Mac OS X 10.7" into tizen
SeokYeon Hwang [Tue, 13 May 2014 06:21:21 +0000 (23:21 -0700)]
Merge "YaGL/VIGS: GLESv3 workarounds for Mac OS X 10.7" into tizen
Stanislav Vorobiov [Mon, 12 May 2014 13:34:20 +0000 (17:34 +0400)]
check_gl: GLESv3 workaround for Mac OS X 10.7
Mac OS X 10.7 supports OpenGL 3.2, however, it doesn't have
all the necessary functions implemented in order to implement
GLESv3 on target. This workaround checks for some mandatory
functions and if at least one of them is not present - we conclude
that GLESv3 is not supported
Change-Id: I855c5cfbb724b8f43ba00dbfa6f5c30431a91d4b
Signed-off-by: Stanislav Vorobiov <s.vorobiov@samsung.com>
Stanislav Vorobiov [Mon, 12 May 2014 12:56:54 +0000 (16:56 +0400)]
YaGL/VIGS: GLESv3 workarounds for Mac OS X 10.7
Mac OS X 10.7 supports OpenGL 3.2, however, it doesn't have
all the necessary functions implemented in order to implement
GLESv3 on target. This workaround checks for some mandatory
functions and if at least one of them is not present - we revert
back to OpenGL 2.1. A nicer fix would be checking for OpenGL
functions globally, not in CGL backend, this is a TODO
Change-Id: I9c0acce3220af9ed7276a8586fa18b97d8223079
Signed-off-by: Stanislav Vorobiov <s.vorobiov@samsung.com>
Sangho Park [Tue, 13 May 2014 06:11:32 +0000 (23:11 -0700)]
Merge "tethering: support wifi connection" into tizen
Sangho Park [Tue, 13 May 2014 06:11:25 +0000 (23:11 -0700)]
Merge "skin: prevent disposed widget accessing" into tizen
Kitae Kim [Tue, 13 May 2014 05:11:54 +0000 (14:11 +0900)]
package: version up
1.7.38
Change-Id: I214d10bc4b03b68c76697dcc8958064af3070bf5
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
SeokYeon Hwang [Mon, 12 May 2014 06:11:35 +0000 (15:11 +0900)]
Merge branch 'tizen_qemu_2.0' into tizen
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
Conflicts:
hw/9pfs/virtio-9p-device.c
hw/9pfs/virtio-9p-posix-acl.c
hw/9pfs/virtio-9p-xattr-user.c
hw/9pfs/virtio-9p-xattr.c
hw/9pfs/virtio-9p-xattr.h
hw/9pfs/virtio-9p.h
hw/virtio/virtio-pci.c
tizen/src/emulator.c
tizen/src/hw/maru_brill_codec.c
tizen/src/hw/maru_virtio_touchscreen.h
tizen/src/maru_sdl.c
GiWoong Kim [Mon, 12 May 2014 05:41:10 +0000 (14:41 +0900)]
skin: prevent disposed widget accessing
Change-Id: I7676fe2e85226e59e757e3bf35ab8c9082e9584e
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
SeokYeon Hwang [Mon, 12 May 2014 02:30:27 +0000 (19:30 -0700)]
Merge "virtio-9p: enable the virtfs on Windows." into tizen
Sooyoung Ha [Fri, 9 May 2014 05:56:15 +0000 (14:56 +0900)]
virtio-9p: enable the virtfs on Windows.
support the virtio-9p local operations on Windows to provide host directory sharing.
Change-Id: Ib8869cba7bd1cb248d23feb19c73235b19192d86
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
GiWoong Kim [Thu, 8 May 2014 02:49:12 +0000 (11:49 +0900)]
display: source clean-up
convert pthread to qemu_thread
modified function name & etc
Change-Id: I022a36e51186367b87283fc07754847a98413f4e
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
Kitae Kim [Wed, 23 Apr 2014 04:22:14 +0000 (13:22 +0900)]
tethering: support wifi connection
Make a connection no matter which type of connection is used.
Change-Id: Iaf29392531ee5b0ca21d606cf3d2e927fef35a84
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
GiWoong Kim [Thu, 8 May 2014 10:57:57 +0000 (19:57 +0900)]
ecs: modified command name
gesture -> TGesture
Change-Id: I77edc21d497898d02b50f070d175e0b1f938c4c4
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>