sdk/emulator/qemu.git
11 years agoMerge branch 'tizen-arm' into develop
syeon.hwang [Tue, 30 Oct 2012 04:35:00 +0000 (13:35 +0900)]
Merge branch 'tizen-arm' into develop

Conflicts:
hw/virtio-pci.c
tizen/emulator_configure.sh
tizen/src/Makefile.tizen
tizen/src/emulator.c
tizen/src/hw/maru_board.c
tizen/src/hw/maru_vga.c
tizen/src/skin/client/skins/emul-320x480/default.dbi
tizen/src/skin/client/src/org/tizen/emulator/skin/EmulatorSkin.java
vl.c

11 years agopackage: add install script for mac
munkyu.im [Mon, 29 Oct 2012 13:05:31 +0000 (22:05 +0900)]
package: add install script for mac

It contains shared memory setting

Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
11 years agoHAX: Apply HAX patch from intel
syeon.hwang [Mon, 29 Oct 2012 10:39:12 +0000 (19:39 +0900)]
HAX: Apply HAX patch from intel

11 years agoMerge "RAM: Apply W/A to preserve larger continuous heap for RAM." into develop
Yeongkyoon Lee [Mon, 29 Oct 2012 05:46:03 +0000 (14:46 +0900)]
Merge "RAM: Apply W/A to preserve larger continuous heap for RAM." into develop

11 years agoRAM: Apply W/A to preserve larger continuous heap for RAM.
syeon.hwang [Mon, 29 Oct 2012 05:46:14 +0000 (14:46 +0900)]
RAM: Apply W/A to preserve larger continuous heap for RAM.

11 years agoHW key: don't lose the release event of HW key
giwoong.kim [Mon, 29 Oct 2012 05:22:17 +0000 (14:22 +0900)]
HW key: don't lose the release event of HW key

Event if user releases the mouse cursor at outside of HW key area,
it does not lose the event.

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agosdb: add "sdb" parameter to command
munkyu.im [Fri, 26 Oct 2012 11:12:06 +0000 (20:12 +0900)]
sdb: add "sdb" parameter to command

it was skipped accidentally

Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
11 years agoMerge branch 'develop' of rsa-git:sdk/emulator/qemu into develop
Kitae Kim [Fri, 26 Oct 2012 07:15:40 +0000 (16:15 +0900)]
Merge branch 'develop' of rsa-git:sdk/emulator/qemu into develop

Conflicts:
tizen/src/skin/client/src/org/tizen/emulator/skin/EmulatorSkin.java

11 years agovirtio-keyboard: add virtio-keyboard device.
Kitae Kim [Fri, 26 Oct 2012 07:01:03 +0000 (16:01 +0900)]
virtio-keyboard: add virtio-keyboard device.

Implement virtio-keyboard to replace usb-keyboard module,
because of performance issue on emulator.
However, virtio-keyboard menu has not enabled yet.
It needs to test a lot.

Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
11 years agoskin: set FormLayout
giwoong.kim [Thu, 25 Oct 2012 08:59:15 +0000 (17:59 +0900)]
skin: set FormLayout

The FormLayout is applied to a Emulator window shell.

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agodbi: deleted unnecessary items in general skin dbi file
giwoong.kim [Thu, 25 Oct 2012 05:58:54 +0000 (14:58 +0900)]
dbi: deleted unnecessary items in general skin dbi file

In general skin mode, the Emulator treats key information only.

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoskin: set default skin path in general skin mode
giwoong.kim [Thu, 25 Oct 2012 03:09:26 +0000 (12:09 +0900)]
skin: set default skin path in general skin mode

I added general skin dbi file.
And modified skin mode name. (default -> standard)

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoskin: do not load lcd size from dbi file on general skin mode
giwoong.kim [Wed, 24 Oct 2012 10:25:51 +0000 (19:25 +0900)]
skin: do not load lcd size from dbi file on general skin mode

In general skin mode, emulator lcd size is base on the resolution value.

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoskin: move getWindowHandleId() from base class to child class
giwoong.kim [Mon, 22 Oct 2012 13:28:20 +0000 (22:28 +0900)]
skin: move getWindowHandleId() from base class to child class

The canvas(lcd) handle id is not necessary in EmulatorShmSkin class.

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoskin: create Control Panel contents
giwoong.kim [Mon, 22 Oct 2012 12:01:52 +0000 (21:01 +0900)]
skin: create Control Panel contents

I added HW key buttons through skin dbi file.

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoskin: JAXB rebinding
giwoong.kim [Mon, 22 Oct 2012 07:12:05 +0000 (16:12 +0900)]
skin: JAXB rebinding

JAXB v2.1.10 -> v2.2.5

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoskin: modified skin mode name
giwoong.kim [Mon, 22 Oct 2012 02:07:28 +0000 (11:07 +0900)]
skin: modified skin mode name

none -> general

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoskin: added SkinWindow file
giwoong.kim [Sun, 21 Oct 2012 06:41:01 +0000 (15:41 +0900)]
skin: added SkinWindow file

I've added a base class that is type of skin's child window.

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoguest_server: indenting source code
giwoong.kim [Sun, 21 Oct 2012 05:59:12 +0000 (14:59 +0900)]
guest_server: indenting source code

src/guest_server.c

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agomenu: added "not supported" msg popup for mac
giwoong.kim [Fri, 19 Oct 2012 11:09:26 +0000 (20:09 +0900)]
menu: added "not supported" msg popup for mac

The Alaways on Top menu is not supported yet in Mac.
So, I added temporary message popup for user.

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agopackage: modify version name
munkyu.im [Fri, 19 Oct 2012 08:16:20 +0000 (17:16 +0900)]
package: modify version name

a2 -> a3:

Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
11 years agopackage: version up
giwoong.kim [Fri, 19 Oct 2012 02:03:39 +0000 (11:03 +0900)]
package: version up

1.3.64

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoskin: stop the PollFBThread in skin process
giwoong.kim [Thu, 18 Oct 2012 13:02:10 +0000 (22:02 +0900)]
skin: stop the PollFBThread in skin process

The lcd framebuffers are drawn by PollFBThread.
This thread must be stopped when shell is closed.

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoScreenShot: get framebuffer from shared memory
giwoong.kim [Thu, 18 Oct 2012 12:36:32 +0000 (21:36 +0900)]
ScreenShot: get framebuffer from shared memory

Get a framebuffer from shared memory through JNI.

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoScreenShot: make an inheritance of screen shot window
giwoong.kim [Wed, 17 Oct 2012 14:04:51 +0000 (23:04 +0900)]
ScreenShot: make an inheritance of screen shot window

The screen shot's framebuffer is received from qemu on Linux/Windows.
But on Mac, it is received from shared memory.

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agopackage: version up
munkyu.im [Wed, 17 Oct 2012 11:45:22 +0000 (20:45 +0900)]
package: version up

Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
11 years agoMerge branch 'tizen-arm' of http://121.133.176.49/review/p/sdk/emulator/qemu into...
Evgeny Voevodin [Wed, 17 Oct 2012 09:14:14 +0000 (13:14 +0400)]
Merge branch 'tizen-arm' of 121.133.176.49/review/p/sdk/emulator/qemu into tizen-arm

Conflicts:
tizen/emulator_configure.sh

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
11 years agoshell: apply sdb shell
munkyu.im [Wed, 17 Oct 2012 09:06:25 +0000 (18:06 +0900)]
shell: apply sdb shell

add uxterm commend for Mac

Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
11 years agoconfigure: Clean-up commented code
Evgeny Voevodin [Wed, 17 Oct 2012 08:06:49 +0000 (12:06 +0400)]
configure: Clean-up commented code

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
11 years agovl.c: Move webcam parsing after kernel_cmdline initialization
Evgeny Voevodin [Wed, 17 Oct 2012 04:11:35 +0000 (08:11 +0400)]
vl.c: Move webcam parsing after kernel_cmdline initialization

Before this commit the code in webcam parsing:

gchar *tmp_cam_kcmd = kernel_cmdline;
kernel_cmdline = g_strdup_printf("%s enable_cam=%d", tmp_cam_kcmd, is_webcam_enabled);

could cause a segmentation fault because kernel_cmdline was not initialized yet.

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
12 years agoMerge "build: add copying check-hax" into develop
Yeongkyoon Lee [Tue, 16 Oct 2012 13:31:11 +0000 (22:31 +0900)]
Merge "build: add copying check-hax" into develop

12 years agobuild: add copying check-hax
munkyu.im [Tue, 16 Oct 2012 13:28:16 +0000 (22:28 +0900)]
build: add copying check-hax

It's was skipped

Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
12 years agopackage: remove unused install/remove script
munkyu.im [Tue, 16 Oct 2012 12:39:09 +0000 (21:39 +0900)]
package: remove unused install/remove script

Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
12 years agopackage: version up
munkyu.im [Tue, 16 Oct 2012 11:12:39 +0000 (20:12 +0900)]
package: version up

Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
12 years agoconfigure: Change CONFIG_VIRTIO_GL to CONFIG_GL_BACKEND
Evgeny Voevodin [Tue, 16 Oct 2012 08:48:49 +0000 (12:48 +0400)]
configure: Change CONFIG_VIRTIO_GL to CONFIG_GL_BACKEND

CONFIG_GL_BACKEND is for host
CONFIG_GL is for target

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
12 years agotizen/src/Makefile.tizen: Compile gloffscreen_wgl.c for all targets.
Evgeny Voevodin [Tue, 16 Oct 2012 05:28:56 +0000 (09:28 +0400)]
tizen/src/Makefile.tizen: Compile gloffscreen_wgl.c for all targets.

It contains code for Windows host OS.

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
12 years agoMakefile.target: Compile hax-stub.c for targets without HAX support.
Evgeny Voevodin [Tue, 16 Oct 2012 05:11:43 +0000 (09:11 +0400)]
Makefile.target: Compile hax-stub.c for targets without HAX support.

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
12 years agobuild: add gcc option for Mac
munkyu.im [Mon, 15 Oct 2012 06:54:49 +0000 (15:54 +0900)]
build: add gcc option for Mac

It's for build compatibility on Mac.

Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
12 years agobuild: add gcc option for Mac
munkyu.im [Mon, 15 Oct 2012 06:54:49 +0000 (15:54 +0900)]
build: add gcc option for Mac

It's for build compatibility on Mac.

Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
12 years agotizen/emulator_configure.sh: Disable YaGL for Windows by default
Evgeny Voevodin [Fri, 12 Oct 2012 08:45:43 +0000 (12:45 +0400)]
tizen/emulator_configure.sh: Disable YaGL for Windows by default

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
12 years agodisplay: add checking dispose routine
munkyu.im [Fri, 12 Oct 2012 07:12:43 +0000 (16:12 +0900)]
display: add checking dispose routine

can happen exceptional error

Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
12 years agotizen/emulator_configure.sh: Move parameters configuration from build.sh
Evgeny Voevodin [Fri, 12 Oct 2012 06:37:20 +0000 (10:37 +0400)]
tizen/emulator_configure.sh: Move parameters configuration from build.sh

As considered we move parameters configuration from build.sh to emulator_configure.sh
to let developers run emulator_configure.sh and then make.
Default configuration appended for all target OSes:
--target-list=i386-softmmu,arm-softmmu
--enable-gl
--disable-opengles
--enable-yagl
--disable-yagl-stats

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
12 years agoRevert "build: remove auto-configuration part in build.sh and add i386 target to...
Evgeny Voevodin [Fri, 12 Oct 2012 04:40:29 +0000 (08:40 +0400)]
Revert "build: remove auto-configuration part in build.sh and add i386 target to emulator_configure.sh"

This reverts commit 7965cff25b5944b69a218ff245f56b62436d838d.

12 years agoskin: non-skin type of emulator window
giwoong.kim [Wed, 10 Oct 2012 04:49:42 +0000 (13:49 +0900)]
skin: non-skin type of emulator window

I added non-skin type for window style.
This simple type of emulator window is filled with lcd region only.

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
12 years agoskin: added skin mode arg
giwoong.kim [Mon, 8 Oct 2012 12:45:42 +0000 (21:45 +0900)]
skin: added skin mode arg

added skin.mode argument to startup option of skin

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
12 years agobuild: remove auto-configuration part in build.sh and add i386 target to emulator_con...
syeon.hwang [Fri, 12 Oct 2012 02:37:34 +0000 (11:37 +0900)]
build: remove auto-configuration part in build.sh and add i386 target to emulator_configure.sh

12 years agobuild: fix maru_vga build on mac
syeon.hwang [Fri, 12 Oct 2012 02:15:13 +0000 (11:15 +0900)]
build: fix maru_vga build on mac

12 years agopackage: version up
munkyu.im [Thu, 11 Oct 2012 07:21:42 +0000 (16:21 +0900)]
package: version up

to 1.3.59

Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
12 years agodisplay: fix shared memory problems
munkyu.im [Thu, 11 Oct 2012 06:45:19 +0000 (15:45 +0900)]
display: fix shared memory problems

divided into many shared memory keys (originally only one)
So, many emulator instances can be launached at the same time.

Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
12 years agobuild: fix build break on macos
syeon.hwang [Thu, 11 Oct 2012 06:01:44 +0000 (15:01 +0900)]
build: fix build break on macos

12 years agotizen/emulator_configure.sh: Fix a bug introduced by 147ccdb569136af280c92595f4947256...
Evgeny Voevodin [Thu, 11 Oct 2012 04:11:12 +0000 (08:11 +0400)]
tizen/emulator_configure.sh: Fix a bug introduced by 147ccdb569136af280c92595f4947256105e256b

The string "--target-list=i386-softmmu" shouldn't be there because appropriate target list is
generated inside build.sh script in $CONFIGURE_APPEND.

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
12 years agobuild: fix build break on Windows
syeon.hwang [Thu, 11 Oct 2012 02:14:00 +0000 (11:14 +0900)]
build: fix build break on Windows

12 years agobuild: fix build break on win32, macos
syeon.hwang [Wed, 10 Oct 2012 11:33:49 +0000 (20:33 +0900)]
build: fix build break on win32, macos

12 years agoRevert "screenshot: merge codes from tizen-mac"
munkyu.im [Wed, 10 Oct 2012 08:17:16 +0000 (17:17 +0900)]
Revert "screenshot: merge codes from tizen-mac"

This reverts commit 631384da4211a4a47a5ac8eeb38daf41d98e4db1.

Conflicts:
tizen/src/skin/client/src/org/tizen/emulator/skin/EmulatorSkin.java

12 years agopackage: version up
syeon.hwang [Tue, 9 Oct 2012 03:01:00 +0000 (12:01 +0900)]
package: version up

increase to 1.3.58

12 years agoMerge "keyboard: match up the pair of key events" into develop
Yeongkyoon Lee [Mon, 8 Oct 2012 10:52:58 +0000 (19:52 +0900)]
Merge "keyboard: match up the pair of key events" into develop

12 years agopackage: version up
munkyu.im [Mon, 8 Oct 2012 10:06:27 +0000 (19:06 +0900)]
package: version up

increase to 1.3.57

12 years agoMerge tag 'v1.2.0' into tizen-arm
Evgeny Voevodin [Mon, 8 Oct 2012 08:59:35 +0000 (12:59 +0400)]
Merge tag 'v1.2.0' into tizen-arm

Tag for 1.2.0

12 years agoMerge remote-tracking branch 'score/develop' into tizen-arm
Evgeny Voevodin [Mon, 8 Oct 2012 08:51:19 +0000 (12:51 +0400)]
Merge remote-tracking branch 'score/develop' into tizen-arm

12 years agoYaGL: 'mlockall' removed, we only fault in target memory when needed
Stanislav Vorobiov [Wed, 3 Oct 2012 09:38:08 +0000 (13:38 +0400)]
YaGL: 'mlockall' removed, we only fault in target memory when needed

12 years agoYaGL: Fixed a SEGV in eglChooseConfig
Stanislav Vorobiov [Mon, 24 Sep 2012 15:00:44 +0000 (19:00 +0400)]
YaGL: Fixed a SEGV in eglChooseConfig
YaGL: Fixed a bug in glFramebufferTexture2D which didn't allow to attach cubemap textures
YaGL: Implemented remaining (rarely used) GL functions
YaGL: eglQueryAPI - moved to target
YaGL: Implemented GL_OES_EGL_image extension
YaGL: Implemented eglCreatePbufferSurface and eglCopyBuffers

12 years agoYaGL: Added extension string
Stanislav Vorobiov [Mon, 24 Sep 2012 06:53:32 +0000 (10:53 +0400)]
YaGL: Added extension string
YaGL: Fixed invisible points bug

12 years agoYaGL: We don't recreate the PBO on each context switch anymore
Stanislav Vorobiov [Fri, 21 Sep 2012 13:36:02 +0000 (17:36 +0400)]
YaGL: We don't recreate the PBO on each context switch anymore

12 years agoYaGL: Fixed a memory bug in glGetBooleanv and glGetFloatv
Stanislav Vorobiov [Fri, 21 Sep 2012 08:40:20 +0000 (12:40 +0400)]
YaGL: Fixed a memory bug in glGetBooleanv and glGetFloatv
YaGL: Fixed for Tizen 2.0

12 years agokeyboard: match up the pair of key events
giwoong.kim [Mon, 8 Oct 2012 02:10:21 +0000 (11:10 +0900)]
keyboard: match up the pair of key events

Emulator makes compensation by itself for released key event
when it lose window focus.

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
12 years agoskin: added focus listener
giwoong.kim [Fri, 5 Oct 2012 07:35:36 +0000 (16:35 +0900)]
skin: added focus listener

Regist a focus listener for emulator window
And restore some code line

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
12 years agokeymap: support the Insert ~ PgDn keys & KP_Enter
giwoong.kim [Fri, 5 Oct 2012 03:05:56 +0000 (12:05 +0900)]
keymap: support the Insert ~ PgDn keys & KP_Enter

Insert, Home, PgUp, Delete, End, PgDn, KP_Enter is supported
on USB keyboard

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
12 years agoscreenshot: merge codes from tizen-mac
munkyu.im [Fri, 28 Sep 2012 07:51:45 +0000 (16:51 +0900)]
screenshot: merge codes from tizen-mac

screenshot was not working because of some codes were missing.

Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
12 years agotouchscreen: virtio touchscreen enhancement
giwoong.kim [Wed, 26 Sep 2012 08:35:54 +0000 (17:35 +0900)]
touchscreen: virtio touchscreen enhancement

reduce kick count

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
12 years ago maru_camera : fixed some bugs
jinhyung.jo [Fri, 28 Sep 2012 06:01:35 +0000 (15:01 +0900)]
 maru_camera : fixed some bugs
 fixed a bug : to stop worker thread, lock-up occurs when the thread is already stopped
 fixed a bug : device does not notify to guest when error occurs in the worker thread.

12 years agomenu: using ansicon when sdb is launched
giwoong.kim [Tue, 25 Sep 2012 09:52:14 +0000 (18:52 +0900)]
menu: using ansicon when sdb is launched

Execute a ansicon.exe intead of run-sdb.bat on windows
for console window is closed when exit the emulator

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
12 years agotouchscreen: synchoronize a virtqueue in virtio-touchscreen
giwoong.kim [Tue, 25 Sep 2012 07:29:21 +0000 (16:29 +0900)]
touchscreen: synchoronize a virtqueue in virtio-touchscreen

call virtqueue_pop when guest kick

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
12 years agotouchscreen: modified the token in virtio-touchscreen
giwoong.kim [Fri, 21 Sep 2012 05:31:00 +0000 (14:31 +0900)]
touchscreen: modified the token in virtio-touchscreen

convert EmulTouchEvent to index

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
12 years agodevice: fix hanging devices when boot emulator
munkyu.im [Fri, 21 Sep 2012 07:47:26 +0000 (16:47 +0900)]
device: fix hanging devices when boot emulator

The problem was that display initialzing routine was wrong due to
using wrong definitions

Singed-off-by: Munkyu Im <munkyu.im@samsung.com>
12 years agohax: add hax files for darwin, modify library name
munkyu.im [Fri, 21 Sep 2012 06:23:21 +0000 (15:23 +0900)]
hax: add hax files for darwin, modify library name

shard library name change to libshared.

Singed-off-by: Munkyu Im <munkyu.im@samsung.com>
12 years agosrc/hw/maru_touchscreen.c: fix wrong buffer size to memset
Igor Mitsyanko [Wed, 1 Aug 2012 08:56:56 +0000 (12:56 +0400)]
src/hw/maru_touchscreen.c: fix wrong buffer size to memset

To clear buffer usb_touchscreen_handle_data() function called a memset function
with length longer then actual length of buffer, it resulted in USB packet corruption.

Signed-off-by: Igor Mitsyanko <i.mitsyanko@samsung.com>
12 years agotizen/src/maru_sdl.c: Fix rotation bug for ARM again
Evgeny Voevodin [Tue, 18 Sep 2012 06:09:01 +0000 (10:09 +0400)]
tizen/src/maru_sdl.c: Fix rotation bug for ARM again

This fix was already applied in
f641569c2907eaacaa8a2c8391cc2c7c7f45d2c3

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
12 years agoaudio/winwave: remove defines
munkyu.im [Thu, 20 Sep 2012 08:24:31 +0000 (17:24 +0900)]
audio/winwave: remove defines

Because qemu mainstream apply and accept the patch I sent before
(title: audio/winwave: previous audio buffer should be flushed  git: 13ef7),
Do not need defines any more. So removes it.

12 years agomisc: fix some definition errors
munkyu.im [Thu, 20 Sep 2012 03:25:42 +0000 (12:25 +0900)]
misc: fix some definition errors

modified makefile and option file.

Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
12 years agovirtio-touchscreen: operate a multiple buffer
giwoong.kim [Thu, 20 Sep 2012 02:25:27 +0000 (11:25 +0900)]
virtio-touchscreen: operate a multiple buffer

using number of sg which are writable in virtio touchscreen

12 years agolog: converted %lf to %f
giwoong.kim [Mon, 17 Sep 2012 09:04:10 +0000 (18:04 +0900)]
log: converted %lf to %f

using %f when print a double type value

12 years agohax: apply hax for Mac
munkyu.im [Wed, 19 Sep 2012 13:26:49 +0000 (22:26 +0900)]
hax: apply hax for Mac

add checking hax protocol and hax driver sources

12 years agonetwork: apply using host proxy on Mac
munkyu.im [Wed, 19 Sep 2012 13:22:04 +0000 (22:22 +0900)]
network: apply using host proxy on Mac

12 years agosrc/hw/maru_touchscreen.c: fix wrong buffer size to memset
Igor Mitsyanko [Wed, 1 Aug 2012 08:56:56 +0000 (12:56 +0400)]
src/hw/maru_touchscreen.c: fix wrong buffer size to memset

To clear buffer usb_touchscreen_handle_data() function called a memset function
with length longer then actual length of buffer, it resulted in USB packet corruption.

Signed-off-by: Igor Mitsyanko <i.mitsyanko@samsung.com>
12 years agotizen/src/maru_sdl.c: Fix rotation bug for ARM again
Evgeny Voevodin [Tue, 18 Sep 2012 06:09:01 +0000 (10:09 +0400)]
tizen/src/maru_sdl.c: Fix rotation bug for ARM again

This fix was already applied in
f641569c2907eaacaa8a2c8391cc2c7c7f45d2c3

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
12 years agoYaGL: Replaced g_malloc/g_free with preallocated buffer
Stanislav Vorobiov [Mon, 17 Sep 2012 10:30:31 +0000 (14:30 +0400)]
YaGL: Replaced g_malloc/g_free with preallocated buffer

12 years agoYaGL: Marshalling buffer changed to 32K
Stanislav Vorobiov [Mon, 17 Sep 2012 09:22:56 +0000 (13:22 +0400)]
YaGL: Marshalling buffer changed to 32K

12 years agoYaGL: Added batch statistics to YaGL stats
Stanislav Vorobiov [Mon, 17 Sep 2012 09:22:24 +0000 (13:22 +0400)]
YaGL: Added batch statistics to YaGL stats

12 years agoYaGL: Added YaGL stats support to build script
Stanislav Vorobiov [Mon, 17 Sep 2012 09:21:05 +0000 (13:21 +0400)]
YaGL: Added YaGL stats support to build script

12 years agoMerge remote-tracking branch 'score/develop' into tizen-arm-develop
Evgeny Voevodin [Mon, 17 Sep 2012 05:26:04 +0000 (09:26 +0400)]
Merge remote-tracking branch 'score/develop' into tizen-arm-develop

Conflicts:
vl.c

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
12 years agotizen/src/hw/maru_arm_board.c: Remove ram dump for ARM.
Evgeny Voevodin [Mon, 17 Sep 2012 05:14:37 +0000 (09:14 +0400)]
tizen/src/hw/maru_arm_board.c: Remove ram dump for ARM.

We need to return list of ram regions for ARM, so switch
dump of ram off until we implement it (if needed).

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
12 years agoFixes after merge.
Evgeny Voevodin [Mon, 17 Sep 2012 04:47:48 +0000 (08:47 +0400)]
Fixes after merge.

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
12 years ago[Title]modify build.xml to make shared library
munkyu.im [Mon, 17 Sep 2012 10:23:16 +0000 (19:23 +0900)]
[Title]modify build.xml to make shared library
[Type]Enhancement
[Module]
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] modified swt library path in jni so script
giwoong.kim [Mon, 17 Sep 2012 08:26:56 +0000 (17:26 +0900)]
[Title] modified swt library path in jni so script
[Type] bugfix
[Module] Emulator / mac
[Priority] major
[Jira#]
[Redmine#]
[Problem]
[Cause] policy
[Solution]
[TestCase]

12 years ago[Title] added guestmemory dump skeleton menu item
giwoong.kim [Mon, 17 Sep 2012 08:11:39 +0000 (17:11 +0900)]
[Title] added guestmemory dump skeleton menu item
[Type] feature
[Module] Emulator / menu
[Priority] major
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] notify the touch driver to accept events in mloop
giwoong.kim [Mon, 17 Sep 2012 07:49:17 +0000 (16:49 +0900)]
[Title] notify the touch driver to accept events in mloop
[Type] feature
[Module] Emulator / touch
[Priority] major
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years agoMerge branch 'release' into develop
giwoong.kim [Mon, 17 Sep 2012 04:55:19 +0000 (13:55 +0900)]
Merge branch 'release' into develop

Conflicts:
package/pkginfo.manifest
tizen/src/hw/gloffscreen_glx.c
tizen/src/hw/gloffscreen_wgl.c
tizen/src/hw/gloffscreen_xcomposite.c
tizen/src/hw/maru_camera_linux_pci.c
tizen/src/hw/maru_camera_win32_pci.c

12 years agoMerge "[Title] Release allocated memory when input pin is disconnected. [Type] Bugfix...
Yeongkyoon Lee [Fri, 14 Sep 2012 09:09:58 +0000 (18:09 +0900)]
Merge "[Title] Release allocated memory when input pin is disconnected. [Type] Bugfix [Module] emulator qemu [Priority] Major [CQ#] [Redmine#] [Problem] [Cause] [Solution] [TestCase]" into develop

12 years ago[Title] Release allocated memory when input pin is disconnected.
jinhyung.jo [Fri, 14 Sep 2012 08:55:52 +0000 (17:55 +0900)]
[Title] Release allocated memory when input pin is disconnected.
[Type] Bugfix
[Module] emulator qemu
[Priority] Major
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] added vga_hw_update func to maru_shm
giwoong.kim [Fri, 14 Sep 2012 08:46:16 +0000 (17:46 +0900)]
[Title] added vga_hw_update func to maru_shm
[Type] bugfix
[Module] Emulator / lcd
[Priority] major
[Jira#]
[Redmine#]
[Problem]
[Cause] mac
[Solution]
[TestCase]