Age | Commit message (Expand) | Author |
2015-06-22 | Include monitor/monitor.h exactly where needed | Markus Armbruster |
2015-06-22 | QemuOpts: Wean off qerror_report_err() | Markus Armbruster |
2015-06-09 | QemuOpts: Convert qemu_opts_foreach() to Error | Markus Armbruster |
2015-06-05 | ui/console: remove dpy_gfx_update_dirty | Paolo Bonzini |
2015-05-29 | gtk: add opengl support, using egl | Gerd Hoffmann |
2015-05-29 | ui: add egl-helpers | Gerd Hoffmann |
2015-05-29 | ui: shader.h protect against double inclusion | Gerd Hoffmann |
2015-05-29 | ui: use libexpoxy | Gerd Hoffmann |
2015-05-06 | gtk: create gtk.h | Gerd Hoffmann |
2015-05-06 | console: add dpy_ui_info_supported | Gerd Hoffmann |
2015-05-05 | sdl2: Fix RGB555 | Max Reitz |
2015-05-05 | sdl2: add support for display rendering using opengl. | Gerd Hoffmann |
2015-05-05 | sdl2: move SDL_* includes to sdl2.h | Gerd Hoffmann |
2015-05-05 | console-gl: add opengl rendering helper functions | Gerd Hoffmann |
2015-05-05 | opengl: add shader helper functions. | Gerd Hoffmann |
2015-04-27 | Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20150427-1' into ... | Peter Maydell |
2015-04-27 | spice: set pointer position on hotspot | Marc-André Lureau |
2015-04-27 | spice: fix simple display on bigendian hosts | Gerd Hoffmann |
2015-04-27 | monitor: Make client_migrate_info synchronous | Markus Armbruster |
2015-04-22 | console/gtk: add qemu_console_get_label | Gerd Hoffmann |
2015-03-12 | pixman: add a bunch of PIXMAN_BE_* defines for 32bpp | Gerd Hoffmann |
2015-03-10 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20150310-1' into s... | Peter Maydell |
2015-03-10 | vnc: set id at parse time not init time | Gerd Hoffmann |
2015-03-10 | ui: Removed unused functions | Thomas Huth |
2015-02-25 | Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-02-18' in... | Peter Maydell |
2015-02-18 | hmp: Name HMP command handler functions hmp_COMMAND() | Markus Armbruster |
2015-02-18 | hmp: Clean up declarations for long-gone info handlers | Markus Armbruster |
2015-02-16 | vnc: introduce an wrapper for auto assign vnc id | Gonglei |
2015-01-29 | qmp hmp: Improve error messages when SPICE is not in use | Markus Armbruster |
2015-01-29 | qmp hmp: Factor out common "using spice" test | Markus Armbruster |
2015-01-22 | vnc: switch to QemuOpts, allow multiple servers | Gerd Hoffmann |
2015-01-22 | vnc: remove unused DisplayState parameter, add id instead. | Gerd Hoffmann |
2015-01-19 | ui/sdl2: Support shared surface for more pixman formats | Gerd Hoffmann |
2015-01-19 | ui/pixman: add qemu_pixman_check_format | Gerd Hoffmann |
2015-01-19 | ui: Add dpy_gfx_check_format() to check backend shared surface support | Benjamin Herrenschmidt |
2014-12-21 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-sdl-20141219-1' into s... | Peter Maydell |
2014-12-17 | sdl2: move sdl2_2d_refresh to sdl2-2d.c | Gerd Hoffmann |
2014-12-17 | sdl2: factor out sdl2_poll_events | Gerd Hoffmann |
2014-12-17 | sdl2: add+use sdl2_2d_redraw function. | Gerd Hoffmann |
2014-12-17 | sdl2: move sdl_switch to sdl2-2d.c | Gerd Hoffmann |
2014-12-17 | sdl2: move sdl_update to new sdl2-2d.c | Gerd Hoffmann |
2014-12-17 | sdl2: move keyboard input code to new sdl2-input.c | Gerd Hoffmann |
2014-12-17 | sdl2: rename sdl2_state to sdl2_console, move to header file | Gerd Hoffmann |
2014-12-16 | spice: use bottom half instead of refresh timer for cursor updates | Gerd Hoffmann |
2014-09-29 | console: add graphic_console_set_hwops | Gerd Hoffmann |
2014-09-05 | console: Remove unused QEMU_BIG_ENDIAN_FLAG | Benjamin Herrenschmidt |
2014-09-05 | console: add qemu_pixman_linebuf_copy | Gerd Hoffmann |
2014-09-05 | console: add dpy_gfx_update_dirty | Gerd Hoffmann |
2014-09-05 | console: add qemu_create_displaysurface_guestmem | Gerd Hoffmann |
2014-09-05 | console: stop using PixelFormat | Gerd Hoffmann |