Age | Commit message (Expand) | Author | Files | Lines |
2016-03-22 | Use scripts/clean-includes to drop redundant qemu/typedefs.h | Markus Armbruster | 2 | -3/+0 |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 1 | -1/+1 |
2016-03-08 | input: linux evdev support | Gerd Hoffmann | 1 | -0/+2 |
2016-03-01 | console: add & use qemu_console_lookup_by_device_name | Gerd Hoffmann | 1 | -0/+2 |
2016-02-29 | spice/gl: Enable dmabuf only for spice >= 0.13.1 | Michal Privoznik | 1 | -1/+1 |
2016-02-23 | Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20160223-1' into ... | Peter Maydell | 2 | -0/+29 |
2016-02-23 | include: Clean up includes | Peter Maydell | 2 | -2/+0 |
2016-02-23 | spice/gl: add unblock timer | Gerd Hoffmann | 1 | -0/+1 |
2016-02-23 | spice: add opengl/virgl/dmabuf support | Gerd Hoffmann | 1 | -0/+15 |
2016-02-23 | egl-helpers: add functions for render nodes and dma-buf passing | Gerd Hoffmann | 1 | -0/+13 |
2016-02-03 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20160203-1' into s... | Peter Maydell | 2 | -1/+2 |
2016-02-03 | console: block rendering until client is done | Gerd Hoffmann | 1 | -0/+2 |
2016-02-03 | zap qemu_egl_has_ext in include/ui/egl-helpers.h | Gerd Hoffmann | 1 | -1/+0 |
2016-02-03 | hmp: fix sendkey out of bounds write (CVE-2015-8619) | Wolfgang Bumiller | 1 | -1/+1 |
2016-02-02 | sdl: shorten the GUI refresh interval when mouse or keyboard is active | Jindřich Makovička | 1 | -0/+1 |
2016-01-18 | gtk: implement set_echo | Paolo Bonzini | 1 | -0/+1 |
2016-01-08 | sdl2/opengl: add opengl context and scanout support | Gerd Hoffmann | 1 | -1/+21 |
2016-01-08 | ui/curses: Fix color attribute of monitor for curses | OGAWA Hirofumi | 1 | -0/+15 |
2015-11-06 | replay: recording of the user input | Pavel Dovgalyuk | 1 | -0/+2 |
2015-11-03 | ui/curses: Support line graphics chars on -curses mode | OGAWA Hirofumi | 1 | -1/+11 |
2015-10-19 | qemu-char: convert spice backend to data-driven creation | Paolo Bonzini | 1 | -2/+0 |
2015-10-08 | gtk/opengl: add opengl context and scanout support (GtkGLArea) | Gerd Hoffmann | 1 | -0/+23 |
2015-10-08 | gtk/opengl: add opengl context and scanout support (egl) | Gerd Hoffmann | 1 | -0/+16 |
2015-10-08 | opengl: add egl-context.[ch] helpers | Gerd Hoffmann | 1 | -0/+14 |
2015-10-08 | ui/console: add opengl context and scanout support interfaces. | Gerd Hoffmann | 1 | -0/+37 |
2015-10-08 | shaders: initialize vertexes once | Gerd Hoffmann | 1 | -1/+3 |
2015-09-24 | gtk: avoid redefining _WIN32_WINNT macro | Daniel P. Berrange | 1 | -4/+0 |
2015-06-22 | Include monitor/monitor.h exactly where needed | Markus Armbruster | 2 | -3/+1 |
2015-06-22 | QemuOpts: Wean off qerror_report_err() | Markus Armbruster | 1 | -1/+1 |
2015-06-09 | QemuOpts: Convert qemu_opts_foreach() to Error | Markus Armbruster | 1 | -1/+1 |
2015-06-05 | ui/console: remove dpy_gfx_update_dirty | Paolo Bonzini | 1 | -4/+0 |
2015-05-29 | gtk: add opengl support, using egl | Gerd Hoffmann | 2 | -1/+24 |
2015-05-29 | ui: add egl-helpers | Gerd Hoffmann | 1 | -0/+16 |
2015-05-29 | ui: shader.h protect against double inclusion | Gerd Hoffmann | 1 | -0/+5 |
2015-05-29 | ui: use libexpoxy | Gerd Hoffmann | 2 | -6/+2 |
2015-05-06 | gtk: create gtk.h | Gerd Hoffmann | 1 | -0/+76 |
2015-05-06 | console: add dpy_ui_info_supported | Gerd Hoffmann | 1 | -0/+1 |
2015-05-05 | sdl2: Fix RGB555 | Max Reitz | 1 | -0/+5 |
2015-05-05 | sdl2: add support for display rendering using opengl. | Gerd Hoffmann | 2 | -0/+12 |
2015-05-05 | sdl2: move SDL_* includes to sdl2.h | Gerd Hoffmann | 1 | -0/+6 |
2015-05-05 | console-gl: add opengl rendering helper functions | Gerd Hoffmann | 2 | -0/+33 |
2015-05-05 | opengl: add shader helper functions. | Gerd Hoffmann | 1 | -0/+9 |
2015-04-27 | Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20150427-1' into ... | Peter Maydell | 3 | -6/+6 |
2015-04-27 | spice: set pointer position on hotspot | Marc-André Lureau | 1 | -1/+2 |
2015-04-27 | spice: fix simple display on bigendian hosts | Gerd Hoffmann | 1 | -0/+2 |
2015-04-27 | monitor: Make client_migrate_info synchronous | Markus Armbruster | 1 | -5/+2 |
2015-04-22 | console/gtk: add qemu_console_get_label | Gerd Hoffmann | 1 | -0/+1 |
2015-03-12 | pixman: add a bunch of PIXMAN_BE_* defines for 32bpp | Gerd Hoffmann | 1 | -0/+16 |
2015-03-10 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20150310-1' into s... | Peter Maydell | 1 | -1/+0 |
2015-03-10 | vnc: set id at parse time not init time | Gerd Hoffmann | 1 | -1/+0 |