summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-10-08Merge remote-tracking branch 'score/develop' into tizen-armEvgeny Voevodin28-181/+985
2012-10-08YaGL: 'mlockall' removed, we only fault in target memory when neededStanislav Vorobiov24-3227/+4347
2012-10-08YaGL: Fixed a SEGV in eglChooseConfigStanislav Vorobiov27-166/+1255
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
2012-10-08YaGL: Added extension stringStanislav Vorobiov11-5/+241
YaGL: Fixed invisible points bug
2012-10-08YaGL: We don't recreate the PBO on each context switch anymoreStanislav Vorobiov3-36/+29
2012-10-08YaGL: Fixed a memory bug in glGetBooleanv and glGetFloatvStanislav Vorobiov6-11/+146
YaGL: Fixed for Tizen 2.0
2012-09-28screenshot: merge codes from tizen-macmunkyu.im3-29/+47
screenshot was not working because of some codes were missing. Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
2012-09-28touchscreen: virtio touchscreen enhancementgiwoong.kim1-24/+44
reduce kick count Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
2012-09-28 maru_camera : fixed some bugsjinhyung.jo1-18/+34
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.
2012-09-25menu: using ansicon when sdb is launchedgiwoong.kim2-7/+8
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>
2012-09-25touchscreen: synchoronize a virtqueue in virtio-touchscreengiwoong.kim2-60/+126
call virtqueue_pop when guest kick Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
2012-09-25touchscreen: modified the token in virtio-touchscreengiwoong.kim1-4/+13
convert EmulTouchEvent to index Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
2012-09-21device: fix hanging devices when boot emulatormunkyu.im1-15/+27
The problem was that display initialzing routine was wrong due to using wrong definitions Singed-off-by: Munkyu Im <munkyu.im@samsung.com>
2012-09-21hax: add hax files for darwin, modify library namemunkyu.im5-5/+354
shard library name change to libshared. Singed-off-by: Munkyu Im <munkyu.im@samsung.com>
2012-09-21src/hw/maru_touchscreen.c: fix wrong buffer size to memsetIgor Mitsyanko1-1/+1
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>
2012-09-21tizen/src/maru_sdl.c: Fix rotation bug for ARM againEvgeny Voevodin1-2/+0
This fix was already applied in f641569c2907eaacaa8a2c8391cc2c7c7f45d2c3 Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
2012-09-20audio/winwave: remove definesmunkyu.im1-20/+3
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.
2012-09-20misc: fix some definition errorsmunkyu.im2-3/+4
modified makefile and option file. Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
2012-09-20virtio-touchscreen: operate a multiple buffergiwoong.kim2-35/+73
using number of sg which are writable in virtio touchscreen
2012-09-20log: converted %lf to %fgiwoong.kim2-3/+3
using %f when print a double type value
2012-09-19hax: apply hax for Macmunkyu.im5-26/+101
add checking hax protocol and hax driver sources
2012-09-19network: apply using host proxy on Macmunkyu.im2-13/+138
2012-09-18src/hw/maru_touchscreen.c: fix wrong buffer size to memsetIgor Mitsyanko1-1/+1
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>
2012-09-18tizen/src/maru_sdl.c: Fix rotation bug for ARM againEvgeny Voevodin1-2/+0
This fix was already applied in f641569c2907eaacaa8a2c8391cc2c7c7f45d2c3 Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
2012-09-18YaGL: Replaced g_malloc/g_free with preallocated bufferStanislav Vorobiov4-56/+91
2012-09-18YaGL: Marshalling buffer changed to 32KStanislav Vorobiov2-2/+2
2012-09-18YaGL: Added batch statistics to YaGL statsStanislav Vorobiov3-6/+53
2012-09-18YaGL: Added YaGL stats support to build scriptStanislav Vorobiov1-0/+27
2012-09-18Merge remote-tracking branch 'score/develop' into tizen-arm-developEvgeny Voevodin16-121/+427
Conflicts: vl.c Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
2012-09-18tizen/src/hw/maru_arm_board.c: Remove ram dump for ARM.Evgeny Voevodin2-9/+1
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>
2012-09-18Fixes after merge.Evgeny Voevodin2-26/+4
Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
2012-09-17[Title]modify build.xml to make shared librarymunkyu.im1-3/+8
[Type]Enhancement [Module] [Priority] [CQ#] [Redmine#] [Problem] [Cause] [Solution] [TestCase]
2012-09-17[Title] modified swt library path in jni so scriptgiwoong.kim2-2/+4
[Type] bugfix [Module] Emulator / mac [Priority] major [Jira#] [Redmine#] [Problem] [Cause] policy [Solution] [TestCase]
2012-09-17[Title] added guestmemory dump skeleton menu itemgiwoong.kim4-0/+28
[Type] feature [Module] Emulator / menu [Priority] major [Jira#] [Redmine#] [Problem] [Cause] [Solution] [TestCase]
2012-09-17[Title] notify the touch driver to accept events in mloopgiwoong.kim5-23/+66
[Type] feature [Module] Emulator / touch [Priority] major [Jira#] [Redmine#] [Problem] [Cause] [Solution] [TestCase]
2012-09-17Merge branch 'release' into developgiwoong.kim7-18/+62
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
2012-09-14Merge "[Title] Release allocated memory when input pin is disconnected. ↵Yeongkyoon Lee1-10/+41
[Type] Bugfix [Module] emulator qemu [Priority] Major [CQ#] [Redmine#] [Problem] [Cause] [Solution] [TestCase]" into develop
2012-09-14[Title] Release allocated memory when input pin is disconnected.jinhyung.jo1-10/+41
[Type] Bugfix [Module] emulator qemu [Priority] Major [CQ#] [Redmine#] [Problem] [Cause] [Solution] [TestCase]
2012-09-14[Title] added vga_hw_update func to maru_shmgiwoong.kim1-1/+1
[Type] bugfix [Module] Emulator / lcd [Priority] major [Jira#] [Redmine#] [Problem] [Cause] mac [Solution] [TestCase]
2012-09-14Merge remote-tracking branch 'score/develop' into tizen-arm-developEvgeny Voevodin4-29/+33
2012-09-14Merge commit '260bf01' into tizen-armEvgeny Voevodin168-10844/+6011
2012-09-14YaGL: Implemented glGetVertexAttrib in order to support glDrawArrays and ↵Stanislav Vorobiov10-52/+103
glDrawElements batching YaGL: Removed unnecessary memory map/unmap
2012-09-14YaGL: Removed what's left of pipeline stuff, we don't use it anymoreStanislav Vorobiov4-216/+0
2012-09-14YaGL: Moved batch processing to the GL threadStanislav Vorobiov9-166/+115
This gave a significant performance improvement.
2012-09-14YaGL: Batch calls support added.Stanislav Vorobiov11-829/+787
2012-09-14[Title] added some comments & deleted unnecessary codegiwoong.kim2-25/+29
[Type] enhancement [Module] Emulator [Priority] minor [Jira#] [Redmine#] [Problem] [Cause] [Solution] [TestCase]
2012-09-14[Title] Printed some information of connected webcam in the log.(dev name, ↵jinhyung.jo4-62/+289
pixel format, resolution) [Type] Enhancement [Module] emulator qemu [Priority] minor [CQ#] [Redmine#] [Problem] [Cause] [Solution] [TestCase]
2012-09-14Merge "[Title] converting AM/PM to 24 Hour build id in about dialog [Type] ↵Yeongkyoon Lee1-1/+1
release [Module] Emulator / skin [Priority] major [Jira#] [Redmine#] [Problem] [Cause] [Solution] [TestCase]" into develop
2012-09-14[Title] converting AM/PM to 24 Hour build id in about dialoggiwoong.kim1-1/+1
[Type] release [Module] Emulator / skin [Priority] major [Jira#] [Redmine#] [Problem] [Cause] [Solution] [TestCase]
2012-09-14[Title]modified rotation values for changed criteria of SensorFWsungmin ha2-5/+5
[Type]Bugfix [Module]qemu [Priority]Major [Jira#] // Jira Issue Number [Redmine#] // Redmine Isuue Number [Problem] // Problem Description [Cause] // Cause Description [Solution] // Solution Description [TestCase] // Executed the test-target (How to)