Merge "package: version up" into develop
[sdk/emulator/qemu.git] / hw /
2013-07-09 GiWoong Kimhwkey: remove ps2kbd
2013-04-17 Kitae Kimvirtio-keyboard: change a way to set keyboard device.
2013-04-16 Yeongkyoon LeeMerge "On emulator, pBuffer display is y-inverted....
2013-04-16 Yeongkyoon LeeMerge "shm: copy JNI library file for CONFIG_USE_SHM...
2013-04-15 SeokYeon Hwangsdcard: Prepare virtio sdcard
2013-04-10 Yeongkyoon LeeMerge "Bugfix: Do not exit if log directory is deleted...
2013-04-08 Yeongkyoon LeeMerge "keyboard: replace the disappearEvent" into develop
2013-04-06 DaiYoung Kimevdi : emulator virtual device interface is added
2013-02-21 giwoong.kimhwkey: remove warning
2013-02-19 giwoong.kimhwkey: added virtio hwkey device
2013-01-25 Yeongkyoon LeeMerge "emulator: Fix compilation warnings" into develop
2013-01-25 SeokYeon Hwangemulator: Fix compilation warnings
2013-01-10 Yeongkyoon LeeMerge "emulator: fix virtio-keyboard crash on 64 bit...
2013-01-10 syeon.hwangemulator: fix virtio-keyboard crash on 64 bit and some...
2012-12-20 Igor MitsyankoYaGL thread: do not sync with inkernel HAX cpu state
2012-12-18 Kitae Kimvirtio : Added virtio-keyboard init and exit function...
2012-12-14 Yeongkyoon LeeMerge "virtio-esm: Add function prototypt to virtio...
2012-12-14 syeon.hwangvirtio-esm: Add function prototypt to virtio.h
2012-12-12 syeon.hwangvirtio-esm: First introduce of virtio-esm
2012-12-06 giwoong.kimMerge branch 'nine-patch' into develop
2012-12-04 munkyu.iminput: add lock to mouse wheel packet
2012-11-27 syeon.hwangMerge branch 'tizen-arm' into develop
2012-11-26 Evgeny VoevodinMerge branch 'develop' of 121.133.176.49/review/p/sdk...
2012-11-26 Igor Mitsyankoyagl-log: fix logging macro for windows
2012-11-26 Igor MitsyankoDGLES2: remove completely
2012-11-26 Igor MitsyankoYaGL: glTexSubImage2D workaround for GL_ALPHA format...
2012-11-26 Igor MitsyankoYaGL: implement EGL WGL driver to support Windows hosts
2012-11-26 Igor Mitsyankohw/yagl_log.h: Add Windows specific logging macro
2012-11-26 Igor Mitsyankoyagl_gles_ogl_macros.h: use APIENTRY wit function type...
2012-11-26 Igor Mitsyankoyagl-log: use g_strndup because there is no strdup...
2012-11-26 Igor MitsyankoYaGL: add a placeholder for EGL_WGL driver
2012-11-26 Igor Mitsyankoyagl_egl_glx.c: acquire getProcAddr function addess...
2012-11-26 Igor MitsyankoYaGL: make GLES drivers initialization OS agnostic
2012-11-26 Igor MitsyankoYaGL: let EGL driver handle host openGL library
2012-11-26 Igor MitsyankoYaGL: make EGL driver initialization OS independant
2012-11-26 Igor Mitsyankohw/yagl_log.c: fix printf specifier for target_ulong...
2012-11-26 Stanislav VorobiovYaGL: Fix for khronos GLESv2 test: glGetUniform impleme...
2012-11-26 Stanislav VorobiovYaGL: Fixed for khronos GLESv2 test: programs and shade...
2012-11-26 Igor MitsyankoYaGL: fix eglChooseConfig() for 64-bit hosts
2012-11-26 Igor MitsyankoYaGL: cast GLint to a pointer type right way for 64...
2012-11-12 Sooyoung HaQOM: apply W/A patch for sdcard unmount assert.
2012-11-09 edwin.zhaiGL: enable HW GL acceleration on Mac
2012-11-08 Kitae Kimvirtio-keyboard: add keyboard event queue.
2012-11-05 Kitae Kimvirtio-keyboard: Modified key conversion routine.
2012-11-02 syeon.hwangMerge branch 'tizen-arm' into develop
2012-11-02 Sangjin Kimvga: Support HVGA, WXGA, HD1080, WQXGA resolution.
2012-11-01 Evgeny VoevodinMerge branch 'develop' of 121.133.176.49/review/p/sdk...
2012-11-01 syeon.hwangboard: Do not load "kvmvapic" to avoid crash on HAXM.
2012-10-30 Stanislav VorobiovYaGL: Better logging in yagl_thread
2012-10-30 syeon.hwangMerge branch 'tizen-arm' into develop
2012-10-26 Kitae KimMerge branch 'develop' of rsa-git:sdk/emulator/qemu...
2012-10-26 Kitae Kimvirtio-keyboard: add virtio-keyboard device.
2012-10-17 Evgeny VoevodinMerge branch 'tizen-arm' of 121.133.176.49/review/p...
2012-10-16 Evgeny Voevodinconfigure: Change CONFIG_VIRTIO_GL to CONFIG_GL_BACKEND
2012-10-11 syeon.hwangbuild: fix build break on macos
2012-10-08 Evgeny VoevodinMerge tag 'v1.2.0' into tizen-arm
2012-10-08 Evgeny VoevodinMerge remote-tracking branch 'score/develop' into tizen-arm
2012-10-08 Stanislav VorobiovYaGL: 'mlockall' removed, we only fault in target memor...
2012-10-08 Stanislav VorobiovYaGL: Fixed a SEGV in eglChooseConfig
2012-10-08 Stanislav VorobiovYaGL: Added extension string
2012-10-08 Stanislav VorobiovYaGL: We don't recreate the PBO on each context switch...
2012-10-08 Stanislav VorobiovYaGL: Fixed a memory bug in glGetBooleanv and glGetFloatv
2012-09-18 Stanislav VorobiovYaGL: Replaced g_malloc/g_free with preallocated buffer
2012-09-18 Stanislav VorobiovYaGL: Marshalling buffer changed to 32K
2012-09-18 Stanislav VorobiovYaGL: Added batch statistics to YaGL stats
2012-09-18 Evgeny VoevodinFixes after merge.
2012-09-14 Evgeny VoevodinMerge commit '260bf01' into tizen-arm
2012-09-14 Stanislav VorobiovYaGL: Implemented glGetVertexAttrib in order to support...
2012-09-14 Stanislav VorobiovYaGL: Removed what's left of pipeline stuff, we don...
2012-09-14 Stanislav VorobiovYaGL: Moved batch processing to the GL thread
2012-09-14 Stanislav VorobiovYaGL: Batch calls support added.
2012-09-12 Stanislav Vorobiov* YaGL added
2012-08-31 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.61' into staging
2012-08-31 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-08-31 Gerd Hoffmannuas: move transfer kickoff
2012-08-31 Hans de Goedeehci: Fix interrupt endpoints no longer working
2012-08-31 Gerd Hoffmannehci: handle TD deactivation of inflight packets
2012-08-31 Gerd Hoffmannehci: add ehci_cancel_queue()
2012-08-31 Hans de Goedeehci: simplify ehci_state_executing
2012-08-31 Hans de Goedeehci: Remove unnecessary ehci_flush_qh call
2012-08-31 Hans de Goedeehci: Schedule async-bh when IAAD bit gets set
2012-08-31 Hans de Goedeehci: Fix NULL ptr deref when unplugging an USB dev...
2012-08-31 Gerd Hoffmannusb: unique packet ids
2012-08-31 Hans de Goedeusb: Halt ep queue en cancel pending packets on a packe...
2012-08-31 Gerd Hoffmannfix info qtree indention
2012-08-29 Stefan Weilscsi-disk: Fix typo (uint32 -> uint32_t)
2012-08-29 Michael S. Tsirkinmsix: make [un]use vectors on reset/load optional
2012-08-29 Gleb Natapovreset PMBA and PMREGMISC PIIX4 registers.
2012-08-29 Cam Macdonellivshmem: remove redundant ioeventfd configuration
2012-08-29 Peter Maydellhw/arm_gic.c: Define .class_size in arm_gic_info TypeInfo
2012-08-29 Anthony LiguoriMerge remote-tracking branch 'bonzini/scsi-next' into...
2012-08-29 Anthony LiguoriMerge remote-tracking branch 'riku/linux-user-for-upstr...
2012-08-28 Paolo Bonziniscsi: more fixes to properties for passthrough devices
2012-08-28 Paolo Bonziniesp: support 24-bit DMA
2012-08-28 Hannes Reineckemegasas: Add 'hba_serial' property
2012-08-27 malcRevert "fix some debug printf format strings"
2012-08-27 malcRevert "vga: add some optional CGA compatibility hacks"
2012-08-27 malcRevert "i8259: add -no-spurious-interrupt-hack option"
2012-08-24 Matthew Ogilviei8259: add -no-spurious-interrupt-hack option
2012-08-24 Matthew Ogilvievga: add some optional CGA compatibility hacks
next