Stanislav Vorobiov [Fri, 31 Jan 2014 09:14:29 +0000 (13:14 +0400)]
YaGL: glClearBuffer implemented
Change-Id: Iec15d54b9b4276fd8b669d978551c12ed8141359
Stanislav Vorobiov [Fri, 31 Jan 2014 08:22:07 +0000 (12:22 +0400)]
YaGL: Integer vertex attributes and uniforms supported
Change-Id: I70012104cc4247d65e056f563ed206d37d334852
Stanislav Vorobiov [Thu, 23 Jan 2014 16:49:32 +0000 (20:49 +0400)]
YaGL: Support GL_EXT_unpack_subimage and GL_NV_pack_subimage
Change-Id: I0dfd41ecae60e1dfffb4b9feea4e289c9f139dda
Stanislav Vorobiov [Wed, 22 Jan 2014 13:01:19 +0000 (17:01 +0400)]
YaGL: Buffer object copying implemented
Change-Id: Ib84ac170a162cdb0dd016fbcaef67f0654b54ef1
Stanislav Vorobiov [Wed, 22 Jan 2014 11:09:41 +0000 (15:09 +0400)]
YaGL: Multisampled renderbuffer implemented
Change-Id: I371e6bd04bbc5ffd26200c52addc1947b26dd1b6
Stanislav Vorobiov [Wed, 22 Jan 2014 10:49:51 +0000 (14:49 +0400)]
YaGL: GL_NV_read_buffer implemented
Change-Id: I08f3cc49e118800881d879ccf518eca56393793f
Stanislav Vorobiov [Wed, 22 Jan 2014 09:16:18 +0000 (13:16 +0400)]
YaGL: glMapBuffer implemented
To fully support GL_NV_pixel_buffer_object on
target
Change-Id: I74e3d47ec5b16242fb9213b1383e8c303c80e95f
Stanislav Vorobiov [Tue, 21 Jan 2014 08:03:29 +0000 (12:03 +0400)]
YaGL: GL_NV_pixel_buffer_object implemented
Change-Id: I6f402f8e59cbdf6bbc8b397d26b04894cf7059c9
Stanislav Vorobiov [Mon, 20 Jan 2014 14:13:20 +0000 (18:13 +0400)]
YaGL: glCompressedXXX removed
Texture compression is done entirely
inside target from now on
Change-Id: I7e3c1813cd081145832a1c304b4817fdfd9eb8e9
Stanislav Vorobiov [Fri, 17 Jan 2014 16:02:25 +0000 (20:02 +0400)]
YaGL: Samplers implemented
Change-Id: I89f16e090023b37b3b2447d5f1c1e62dea3fc29c
Stanislav Vorobiov [Thu, 16 Jan 2014 16:28:14 +0000 (20:28 +0400)]
YaGL: 2D array textures implemented
Change-Id: I245aae2d335feda8ca7953a59daa77c88f2ede67
Stanislav Vorobiov [Thu, 16 Jan 2014 09:49:55 +0000 (13:49 +0400)]
YaGL: GL_OES_texture_3D implemented
Change-Id: I63a67beb459cda6e747e605d2319d067e589c48c
Stanislav Vorobiov [Wed, 15 Jan 2014 11:41:54 +0000 (15:41 +0400)]
YaGL: Avoid extra glBufferData call on glVertexAttribPointer
If we just keep array size then it's possible to
avoid calling glBufferData before glBufferSubData, this
was the reason FPS dropped a bit comparing to old
glVertexAttribPointer implementation
Change-Id: I1a6cf8ff5f8f4a8a5f0f375259bff00d01e58b10
Stanislav Vorobiov [Wed, 15 Jan 2014 07:05:46 +0000 (11:05 +0400)]
Merge remote-tracking branch 'origin/tizen' into glesv3
Conflicts:
hw/vigs/vigs_gl_backend_glx.c
hw/yagl/yagl_apis/gles/yagl_gles_calls.c
hw/yagl/yagl_backends/egl_offscreen/yagl_egl_offscreen_context.c
hw/yagl/yagl_backends/egl_onscreen/yagl_egl_onscreen_surface.c
hw/yagl/yagl_inc/GLES/egl.h
hw/yagl/yagl_inc/GLES/gl.h
hw/yagl/yagl_inc/GLES/glext.h
hw/yagl/yagl_inc/GLES/glplatform.h
hw/yagl/yagl_inc/GLES2/gl2.h
hw/yagl/yagl_inc/GLES2/gl2ext.h
hw/yagl/yagl_inc/GLES2/gl2platform.h
hw/yagl_apis/gles/yagl_gles_api_ts.c
hw/yagl_apis/gles/yagl_gles_api_ts.h
hw/yagl_drivers/gles_ogl/yagl_gles_ogl.h
hw/yagl_egl_backend.c
hw/yagl_egl_driver.c
hw/yagl_egl_interface.h
hw/yagl_gles_driver.c
hw/yagl_transport.c
hw/yagl_transport.h
hw/yagl_types.h
hw/yagl_version.h
Change-Id: Icc72fbe2ff253ae282d3f2972e216b1fc42c1b02
Stanislav Vorobiov [Mon, 13 Jan 2014 15:49:24 +0000 (19:49 +0400)]
VIGS: Use glTexSubImage2D instead of glDrawPixels
With some GPUs (like Intel HD Graphics 2000) glDrawPixels
with glPixelZoom doesn't work very well, it may do
software fallback or produce ban rendering, so it's
better to use glTexSubImage2D
Change-Id: I827f0985d558493067954a95c05e227dc064fe88
Stanislav Vorobiov [Mon, 13 Jan 2014 09:37:10 +0000 (13:37 +0400)]
YaGL/VIGS: Use GL_UNSIGNED_INT_8_8_8_8_REV instead of GL_UNSIGNED_BYTE
On Mac OS X glReadPixels with GL_UNSIGNED_BYTE may introduce stalls
even when it's used with PBO, so use
GL_UNSIGNED_INT_8_8_8_8_REV - it's the same
thing and it doesn't stall glReadPixels
Change-Id: I40ae1981579b3596f42f9a22604fd3d7fad8e335
Stanislav Vorobiov [Thu, 9 Jan 2014 16:28:21 +0000 (20:28 +0400)]
VIGS: Use GL_PACK_ALIGNMENT/GL_UNPACK_ALIGNMENT 1 instead of 4
With some GPUs (like Intel HD Graphics 2000)
GL_PACK_ALIGNMENT == 4 may introduce glReadPixels stalls even when
it's used with PBO, so use GL_PACK_ALIGNMENT == 1 - it's the same
thing and it doesn't stall glReadPixels
Change-Id: Id34e7f0d00a9e65813859b4e9ad931db7149fa0d
Stanislav Vorobiov [Thu, 9 Jan 2014 14:13:35 +0000 (18:13 +0400)]
VIGS: Using asynchronous glReadPixels for display update
On somy GPUs like Intel HD Graphics 2000 glReadPixels is too
slow, so we use so called asynchronous version of
glReadPixels - it uses PBO for pixel storage and separate work
queue to read back results
Change-Id: I43f30daf57166a30cecf356fa2170da640de1ae3
Stanislav Vorobiov [Thu, 28 Nov 2013 10:49:48 +0000 (14:49 +0400)]
YaGL/VIGS: Implemented multicore rendering and fences
We now use multicore rendering, i.e. we offload all
rendering to a separate thread and use fences to wait
until certain parts of it are complete
Change-Id: I9e3f31d07d0a7e575e73996d7762f3a0300ca83d
daiyoung kim [Mon, 13 Jan 2014 06:36:48 +0000 (22:36 -0800)]
Merge "skin: move General skin to mobile-specific path" into tizen
Deng, Wei [Mon, 13 Jan 2014 02:58:44 +0000 (10:58 +0800)]
hax: Fix CPU 100% usage issue
Change-Id: I8e24b60b4a0b78f3bd76a5079e150dbf7f5eb396
Signed-off-by: Deng, Wei <wei.a.deng@intel.com>
GiWoong Kim [Fri, 10 Jan 2014 08:32:37 +0000 (17:32 +0900)]
skin: move General skin to mobile-specific path
tools/emulator/skins -> platforms/mobile-3.0/emulator-resources/skins
Change-Id: If28d1499ca23c67cb9c1851ff56902fc934668c4
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
munkyu.im [Thu, 9 Jan 2014 10:10:39 +0000 (19:10 +0900)]
configure: remove mixemu option on macosx
It's not used on macosx.
Change-Id: Ifcf541072fdff57def31f64ba631bb4da41c2e61
Signed-off-by: munkyu.im <munkyu.im@samsung.com>
(cherry picked from commit
88bfa9bf00fceaef59714a136dab82c78304ee50)
SeokYeon Hwang [Wed, 8 Jan 2014 03:54:54 +0000 (12:54 +0900)]
Merge branch 'tizen_qemu_1.7' into tizen
sungmin ha [Tue, 7 Jan 2014 04:50:07 +0000 (13:50 +0900)]
remote: disabled unstable spice because runtime library dependency
Change-Id: I4bc1f81ce602194854578a31d244adad6bbe2e1e
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
GiWoong Kim [Thu, 26 Dec 2013 08:35:19 +0000 (17:35 +0900)]
screenshot: screen shot window enhancement
1. added mouse scrolling for screen
2. modified some variable names
Change-Id: I11ab28f18270a5badfb07b4c9e45a57e5c3ace44
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
sungmin ha [Fri, 3 Jan 2014 03:47:39 +0000 (12:47 +0900)]
remote: enabled spice
Change-Id: I5c1a8445515442a49629f762bac17d2c7f03c0b4
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
Jinhyung Choi [Fri, 3 Jan 2014 03:23:27 +0000 (12:23 +0900)]
ecs LOGS: replace from __TIME__ to get_timeofday() to print time for
logging
Change-Id: Ieeb88fa14cd817ff3b16efee4264503232eba215
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
SeokYeon Hwang [Fri, 3 Jan 2014 02:11:45 +0000 (11:11 +0900)]
Merge branch 'tizen' into tizen_qemu_1.7
daiyoung kim [Thu, 26 Dec 2013 09:45:28 +0000 (01:45 -0800)]
Merge "ecs: add checking error case" into tizen
munkyu.im [Thu, 26 Dec 2013 07:59:28 +0000 (16:59 +0900)]
ecs: add checking error case
returns when occur error case
Change-Id: Ib2ad461e2bd99b73f3a22d72656a165d02bfa16c
Signed-off-by: munkyu.im <munkyu.im@samsung.com>
daiyoung kim [Thu, 26 Dec 2013 07:48:13 +0000 (23:48 -0800)]
Merge "update version (1.7.11 -> 1.7.12)" into tizen
jihye kim [Thu, 26 Dec 2013 07:48:07 +0000 (16:48 +0900)]
update version (1.7.11 -> 1.7.12)
Change-Id: Iff56baebc35b694919ac4bad37cd3043c77e37ff
Signed-off-by: jihye kim <jihye1128.kim@samsung.com>
daiyoung kim [Thu, 26 Dec 2013 07:35:35 +0000 (23:35 -0800)]
Merge "ecs: fix fd type" into tizen
munkyu.im [Thu, 26 Dec 2013 07:35:05 +0000 (16:35 +0900)]
ecs: fix fd type
Fd type must be an integer type.
Change-Id: Iae3f1350b6442552a2736c62b0dcd1bc1ad85dc9
Signed-off-by: munkyu.im <munkyu.im@samsung.com>
daiyoung kim [Thu, 26 Dec 2013 07:34:12 +0000 (23:34 -0800)]
Merge "qemu: remove prevent issue" into tizen
munkyu.im [Thu, 26 Dec 2013 07:31:36 +0000 (16:31 +0900)]
qemu: remove prevent issue
added to check null pointer.
added to check lock/unlock.
Change-Id: I98e3fd8a297bb7a7df1149657606cf3d74522f2f
Signed-off-by: munkyu.im <munkyu.im@samsung.com>
daiyoung kim [Thu, 26 Dec 2013 07:22:11 +0000 (23:22 -0800)]
Merge "emulator: modified time logging" into tizen
jihye kim [Thu, 26 Dec 2013 07:21:27 +0000 (16:21 +0900)]
add disable xen for linux
Change-Id: I7cb147996e51065d6d2060a12b93a62fef8507f1
Signed-off-by: jihye kim <jihye1128.kim@samsung.com>
GiWoong Kim [Thu, 26 Dec 2013 03:22:00 +0000 (12:22 +0900)]
emulator: modified time logging
In latest MinGW, 'time_t' is defined to be 8-byte long
Change-Id: I05097185e452ba5a89b57c0490f7e96950604f7a
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
sungmin ha [Tue, 24 Dec 2013 12:25:11 +0000 (21:25 +0900)]
remote: disabled unstable spice
Change-Id: I6462d767e875cc51c48c966302a7336df7b48b2b
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
sungmin ha [Tue, 24 Dec 2013 11:34:02 +0000 (20:34 +0900)]
remote: added spice-protocol configure
Change-Id: I4e1807cf233fb1f5011b9851477b4b1352b30e6a
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
sungmin ha [Tue, 24 Dec 2013 10:48:08 +0000 (19:48 +0900)]
remote: added test code in emulator_configure.sh
Change-Id: I364e1bed6db83c7e23a61a7afebb569a57483b29
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
sungmin ha [Tue, 24 Dec 2013 10:20:52 +0000 (19:20 +0900)]
remote: added configure option for gtk 3
Change-Id: Iac125de7491711e39c0498e358550baf02cebc58
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
sungmin ha [Tue, 24 Dec 2013 09:29:17 +0000 (18:29 +0900)]
remote: modified export position in configure file
removed unnecessary file
restored Makefile.in in virt-viewer
Change-Id: I8f0a899cad8b2d10344364bdcbbfb328e782662f
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
sungmin ha [Tue, 24 Dec 2013 07:59:17 +0000 (16:59 +0900)]
remote: removed reconfigure code in virt-viewer
Change-Id: Ic693dbdcf7a599b1edc1c84450373f273e1dc63e
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
GiWoong Kim [Tue, 24 Dec 2013 05:18:33 +0000 (14:18 +0900)]
gesture: release the multi-touch before gesture injecting
release the multi-touch before gesture event injecting
(maru_sdl)
Change-Id: Ib54dede198ab41a8739b29936986a1cfe6dac7a2
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
sungmin ha [Tue, 24 Dec 2013 02:19:06 +0000 (11:19 +0900)]
remote: added required package libvirt-dev for build
modified prefix in build/clean script
Change-Id: Ic687a8df629e07221195e30df7d8cbaecda45c27
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
sungmin ha [Mon, 23 Dec 2013 11:43:33 +0000 (20:43 +0900)]
remote: modified scripts and Makefile
1. deleted unnecessary files
2. added required package
Change-Id: I7f77b6223d25545f7cf253871cfb31a21cd49207
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
sungmin ha [Mon, 23 Dec 2013 11:09:41 +0000 (20:09 +0900)]
remote: included common header spice/enums.h
Change-Id: I395c1ded5d1e41562fbeabfe595a59be233c78b5
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
daiyoung kim [Mon, 23 Dec 2013 10:59:09 +0000 (02:59 -0800)]
Merge "remote: modified define construction in ui/input.c" into tizen
sungmin ha [Mon, 23 Dec 2013 10:48:44 +0000 (19:48 +0900)]
remote: modified define construction in ui/input.c
Change-Id: I1535ed1bfe5d72102533c52144606a806ab272ca
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
daiyoung kim [Mon, 23 Dec 2013 10:22:14 +0000 (02:22 -0800)]
Merge "added execute permission keymap-gen.pl for build" into tizen
sungmin ha [Mon, 23 Dec 2013 10:21:35 +0000 (19:21 +0900)]
added execute permission keymap-gen.pl for build
Change-Id: I1f352a8790bf7d58d5a4bae56f4bf397936bb1f2
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
daiyoung kim [Mon, 23 Dec 2013 10:16:46 +0000 (02:16 -0800)]
Merge "added execute permission spice_codegen.py for build" into tizen
sungmin ha [Mon, 23 Dec 2013 10:05:17 +0000 (19:05 +0900)]
added execute permission spice_codegen.py for build
Change-Id: I24ce8cff1d52652bda3de592c6b3902440d115d5
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
daiyoung kim [Mon, 23 Dec 2013 09:47:12 +0000 (01:47 -0800)]
Merge "modified package name for ubuntu build" into tizen
sungmin ha [Mon, 23 Dec 2013 09:40:10 +0000 (18:40 +0900)]
modified package name for ubuntu build
Change-Id: I2dd480cb39a6a6abe64a62465eebad2fb16f9e5d
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
daiyoung kim [Mon, 23 Dec 2013 09:23:41 +0000 (01:23 -0800)]
Merge "remote: added remote server/client packages spice-gtk, virt-viewer, celt, spice etc." into tizen
GiWoong Kim [Mon, 23 Dec 2013 08:21:27 +0000 (17:21 +0900)]
skin: modified Key Window region setting
SWT library has a problem for stretch image on Ubuntu.
So, to avoid a this issue, I applied the different
way(with no side effects) to create a frame image.
Change-Id: I3411d9c4c45ffcf5bc591b45db2395cf94d40ddf
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
sungmin ha [Mon, 23 Dec 2013 08:04:44 +0000 (17:04 +0900)]
remote: added remote server/client packages spice-gtk, virt-viewer, celt, spice etc.
added spice input codes for tizen specific functions.
modified build script and makefile for ubuntu build.
Change-Id: Ia1adae6e31dcf461168b74728764cfa546e44d84
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
GiWoong Kim [Fri, 20 Dec 2013 08:03:25 +0000 (17:03 +0900)]
touch: multi-touch enhancement
1. added protocol for multi-touch state
2. modified clearFingerSlot fucntion
3. removed unguarded write in communicator
Change-Id: I957159a87ecb524aa77b83a528b39bc2b8e28d02
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
daiyoung kim [Fri, 20 Dec 2013 07:59:15 +0000 (23:59 -0800)]
Merge "skin: modified skin region setting" into tizen
GiWoong Kim [Fri, 20 Dec 2013 03:43:47 +0000 (12:43 +0900)]
menu: modified GPU virtualization keyword for parsing
modified GPU virtualization keyword for Qemu parameter
parsing in Detail Info Dialog.
Change-Id: I4e52d2d8892509b384b905beb82112dc066e84b7
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
GiWoong Kim [Thu, 19 Dec 2013 10:39:38 +0000 (19:39 +0900)]
package: version up
1.7.5
Change-Id: I39c51d092649193bf00315a56fc0004024881a42
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
GiWoong Kim [Thu, 19 Dec 2013 09:20:51 +0000 (18:20 +0900)]
skin: modified skin region setting
SWT library has a problem for stretch image on Ubuntu.
So, to avoid a this issue, I applied the different
way(with no side effects) to create a General skin image.
Change-Id: I05edbd22f43691002c9fd79403ec5e1515e6d7b1
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
Stanislav Vorobiov [Thu, 19 Dec 2013 08:07:59 +0000 (11:07 +0300)]
YaGL/VIGS: Use wglMakeCurrent instead of wglMakeContextCurrentARB when possible
GPUs like Intel HD Graphics 2000 and some ATI cards may crash
when using wglMakeContextCurrentARB when draw_sfc == read_sfc. We
work around this by using wglMakeCurrent in this case
Change-Id: I80735a546d6e506ecc3581a5e78fdc8e04f3a95c
GiWoong Kim [Tue, 17 Dec 2013 07:18:03 +0000 (16:18 +0900)]
ecs: added gesture event handling
Emulator must handle the gesture events, according as
new feature was added in Emulator Control Panel.
Change-Id: Ic8cbc0b34319176ef9b19451aa8d60f66a95a48a
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
daiyoung kim [Tue, 17 Dec 2013 02:47:34 +0000 (18:47 -0800)]
Merge "ecp: keyboard on/off sync with skin" into tizen
daiyoung kim [Tue, 17 Dec 2013 02:47:16 +0000 (18:47 -0800)]
Merge "emulator: modified reset function for emulator" into tizen
GiWoong Kim [Mon, 16 Dec 2013 01:55:08 +0000 (10:55 +0900)]
emulator: modified reset function for emulator
1. added state flag resetting in skin
2. changed enum value for RESET
3. removed temporary code
Change-Id: Ia3f2fff01c98d8b059be1ee7f3713df773956f17
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
Stanislav Vorobiov [Tue, 5 Nov 2013 10:25:27 +0000 (14:25 +0400)]
YaGL: Fix surface invalidation in onscreen backend
We should always bind framebuffer zero before attaching
new texture/renderbuffer since current framebuffer might be
different from framebuffer zero
Change-Id: I797b9686473def2c85060a88ad7e9ae794070165
SeokYeon Hwang [Thu, 12 Dec 2013 06:39:41 +0000 (15:39 +0900)]
Fix build error on "hax-all.c".
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
SeokYeon Hwang [Wed, 11 Dec 2013 01:38:35 +0000 (10:38 +0900)]
Merge branch 'upstream-1.7' into tizen_qemu_1.7
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
Conflicts:
VERSION
block/cow.c
block/raw-win32.c
block/stream.c
block/vmdk.c
blockdev.c
exec.c
hw/i386/pc_piix.c
hw/scsi/scsi-bus.c
include/qom/cpu.h
include/sysemu/kvm.h
qemu-img.c
tcg/tcg.c
tcg/tcg.h
vl.c
Change-Id: Ib8de93ad2c05150934e17e63d7f8e90ffdfccc62
Jinhyung Choi [Tue, 10 Dec 2013 03:54:54 +0000 (12:54 +0900)]
ecp: keyboard on/off sync with skin
now ecp & skin menu gets correct synchronization.
Change-Id: Ic6c465417c12b5f7075f20706e7195f7a6760b28
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
GiWoong Kim [Mon, 9 Dec 2013 07:33:33 +0000 (16:33 +0900)]
package: version up
1.7.3
Change-Id: Iea9f7d0f748fc6108d12a19c8766f3c749eb3ccf
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
GiWoong Kim [Mon, 9 Dec 2013 07:31:56 +0000 (16:31 +0900)]
menu: remove temporary code
no need to check a sensord state on Host Keyboard menu.
Change-Id: I28a807adb55d2bb4b70d4b301428a02965a1d82f
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
GiWoong Kim [Wed, 4 Dec 2013 06:15:48 +0000 (15:15 +0900)]
screenshot: code refactoring
1. restructuring
2. delete unnecessary code
3. fix indenting
Change-Id: Ia50fc0454a1a205f7b9a7ae671337303fd2dd0f1
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
Kitae Kim [Fri, 6 Dec 2013 02:30:13 +0000 (11:30 +0900)]
tethering: change a way to convert light sensor value from app to ecs.
In case of light sensor, it needs to set two value to pass to sensor device.
Change-Id: Ib8e0034b61e6774cbd0ccc591bc2b07af41de771
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
Stanislav Vorobiov [Thu, 5 Dec 2013 08:39:27 +0000 (12:39 +0400)]
evdi: fix build error
Change-Id: I97c95b3587baad992381fd5ebf58a8c1fbaf56b3
daiyoung kim [Thu, 5 Dec 2013 06:05:01 +0000 (22:05 -0800)]
Merge changes Ib3b818ce,I2aa61a73 into tizen
* changes:
nfc: arrange source codes
evdi: check if virtqueue is ready
daiyoung kim [Thu, 5 Dec 2013 06:04:48 +0000 (22:04 -0800)]
Merge "nfc: check if virtqueue is ready" into tizen
munkyu.im [Thu, 5 Dec 2013 06:03:46 +0000 (15:03 +0900)]
nfc: arrange source codes
Removed unused variables.
Added checking data size.
Change-Id: Ib3b818ce35733345ccdb281a5292a76a1dd160e6
Signed-off-by: munkyu.im <munkyu.im@samsung.com>
munkyu.im [Thu, 5 Dec 2013 02:45:42 +0000 (11:45 +0900)]
evdi: check if virtqueue is ready
Before sending event,
virtio device needs to check if virtqueue is ready.
Otherwise when emulator reset,
device operation may have problem to send message.
Change-Id: I2aa61a73dc1b3e4956545c82293eb35e7c8a4759
Signed-off-by: munkyu.im <munkyu.im@samsung.com>
munkyu.im [Wed, 4 Dec 2013 08:25:03 +0000 (17:25 +0900)]
nfc: check if virtqueue is ready
Before sending event,
virtio device needs to check if virtqueue is ready.
Otherwise when emulator reset,
device operation may have problem to send message.
Change-Id: Ia715e314d0c1f65098eb7f1c612dc79c039bcdbe
Signed-off-by: munkyu.im <munkyu.im@samsung.com>
daiyoung kim [Wed, 4 Dec 2013 07:46:29 +0000 (23:46 -0800)]
Merge changes I6a7026f6,I4a3871b5 into tizen
* changes:
maru_brightness : Modified exit & init functions
maru_overlay : Added the reset functions
Jinhyung Choi [Wed, 4 Dec 2013 03:27:46 +0000 (12:27 +0900)]
suspend/resume: changed option name
Option name "ignore-suspend-lock" is un-clear the meaning of sentence.
So, it is changed to "enable-suspend" as a client expected action.
Change-Id: I204b175e20f07100bb90f4a481c726e502d68c82
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
jinhyung.jo [Wed, 4 Dec 2013 02:29:18 +0000 (11:29 +0900)]
maru_brightness : Modified exit & init functions
Added the info log in the functions.
Added a missing statement for releasing memory in the exit function.
Modified the position that initialize the level variable.
Change-Id: I6a7026f66c9da683e36de3622724e83676ea21b4
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
jinhyung.jo [Wed, 4 Dec 2013 02:17:47 +0000 (11:17 +0900)]
maru_overlay : Added the reset functions
Initialize variables related to the overlay device state
when the device is rebooting.
Change-Id: I4a3871b56d551210c1adee94a099ee35fe8c825d
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
daiyoung kim [Wed, 4 Dec 2013 02:26:35 +0000 (18:26 -0800)]
Merge changes I728423f7,I765e8feb into tizen
* changes:
nfc: remove global count
menu: remove preferences and about menu
daiyoung kim [Wed, 4 Dec 2013 02:25:00 +0000 (18:25 -0800)]
Merge "host-keyboard: added reset function" into tizen
munkyu.im [Tue, 3 Dec 2013 11:01:57 +0000 (20:01 +0900)]
nfc: remove global count
This value is not meaningful.
nfc do not control count.
Change-Id: I728423f7dcadddf2993c12ef36821ca95c59e398
Signed-off-by: munkyu.im <munkyu.im@samsung.com>
Jinhyung Choi [Tue, 3 Dec 2013 07:01:37 +0000 (16:01 +0900)]
suspend/resume: setting suspend lock state
- qemu option "ignore-suspend-lock" is created, that skips
suspend lock as default.
- qemu manages suspend state.
- sdb server can request suspend lock and unlock state.
- emulator daemon request to qumu the suspend state, and
it sets default suspend state through power manager
Change-Id: I4d6e4898b41fca419501ce098eb8d1e67e843cb5
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
munkyu.im [Tue, 3 Dec 2013 06:59:37 +0000 (15:59 +0900)]
menu: remove preferences and about menu
They are default swt menu and do not have handler.
They are unnecessary. so remove them.
Change-Id: I765e8feb3c235bb898a5f48b59090995a5b8560d
Signed-off-by: munkyu.im <munkyu.im@samsung.com>
sungmin ha [Tue, 3 Dec 2013 02:23:16 +0000 (11:23 +0900)]
host-keyboard: added reset function
initialize index in the virtioqueue when reset state
Change-Id: I4c5a312ea0ec90c1fa7e1764b491af28db96a73f
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
daiyoung kim [Mon, 2 Dec 2013 07:45:44 +0000 (23:45 -0800)]
Merge changes I2d9a49c3,I249e3fe8,Id9e0c868,Ifdd8895e,I3f603a58,I32010ea2,I10663bec into tizen
* changes:
communication: added protocol for emulator reset
menu: modified interpolation menu name
touchscreen: added reset feature
menu: source code clean-up
config: modified emulator skin properties
menu: added interpolation menu
display: changed the blank-guide image size
GiWoong Kim [Mon, 2 Dec 2013 02:14:41 +0000 (11:14 +0900)]
communication: added protocol for emulator reset
The Qemu-Skin protocol has been extended to share the
emulator reset state.
Change-Id: I2d9a49c3ddee0ecf7f9006efddc5e710e88fbb51
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
GiWoong Kim [Fri, 29 Nov 2013 09:57:10 +0000 (18:57 +0900)]
menu: modified interpolation menu name
modified menu name (Interpolation -> Quality).
and do not scaling when Scale menu is disabled.
Change-Id: I249e3fe86c21757f3187f1aa907d349c10a910ef
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
GiWoong Kim [Fri, 29 Nov 2013 05:17:19 +0000 (14:17 +0900)]
touchscreen: added reset feature
initialize some counters and numbers of buffers
in the virtqueue when reset state.
Change-Id: Id9e0c868eb5591e9f49c1c95a03ef01c5d092580
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
GiWoong Kim [Thu, 28 Nov 2013 06:47:45 +0000 (15:47 +0900)]
menu: source code clean-up
Added some null check.
And define DEFAULT_DOCK_POSITION value for Key Window.
Change-Id: Ifdd8895e5a41508e842eab0c8e9515320436adb4
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>