index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ui
/
console.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added parameter to take screenshot with screendump as PNG
Kshitij Suri
2022-04-27
1
-3
/
+98
*
ui/console: Check console before emitting GL event
Akihiko Odaki
2022-03-29
1
-0
/
+21
*
ui/console: call gfx_switch() even if the current scanout is GL
Marc-André Lureau
2022-03-15
1
-3
/
+4
*
ui/dbus: fix texture sharing
Marc-André Lureau
2022-03-15
1
-0
/
+28
*
ui/console: optionally update after gfx switch
Marc-André Lureau
2022-03-14
1
-8
/
+11
*
ui/console: add a dpy_gfx_switch callback helper
Marc-André Lureau
2022-03-14
1
-10
/
+13
*
ui/console: move console compatibility check to dcl_display_console()
Marc-André Lureau
2022-03-14
1
-10
/
+9
*
ui/console: move dcl compatiblity check to a callback
Marc-André Lureau
2022-03-14
1
-1
/
+2
*
ui/console: move check for compatible GL context
Marc-André Lureau
2022-03-14
1
-15
/
+6
*
ui: do not create a surface when resizing a GL scanout
Marc-André Lureau
2022-03-04
1
-4
/
+3
*
ui/console: fix crash when using gl context with non-gl listeners
Marc-André Lureau
2022-03-04
1
-7
/
+15
*
console: save current scanout details
Marc-André Lureau
2021-12-21
1
-54
/
+111
*
ui: split the GL context in a different object
Marc-André Lureau
2021-12-21
1
-10
/
+16
*
ui: dispatch GL events to all listeners
Marc-André Lureau
2021-12-21
1
-16
/
+42
*
ui: simplify gl unblock & flush
Marc-André Lureau
2021-12-21
1
-9
/
+3
*
ui: add a gl-unblock warning timer
Marc-André Lureau
2021-12-21
1
-0
/
+17
*
ui: make gl_block use a counter
Marc-André Lureau
2021-12-21
1
-4
/
+13
*
ui: associate GL context outside of display listener registration
Marc-André Lureau
2021-12-21
1
-2
/
+5
*
ui: factor out qemu_console_set_display_gl_ctx()
Marc-André Lureau
2021-12-21
1
-8
/
+14
*
ui: do not delay further remote resize
Marc-André Lureau
2021-12-21
1
-2
/
+3
*
ui/console: remove chardev frontend connected test
Volker Rümelin
2021-11-02
1
-8
/
+5
*
ui/console: replace kbd_timer with chr_accept_input callback
Volker Rümelin
2021-11-02
1
-15
/
+13
*
ui/console: replace QEMUFIFO with Fifo8
Volker Rümelin
2021-11-02
1
-66
/
+20
*
Remove superfluous ERRP_GUARD()
Markus Armbruster
2021-08-26
1
-1
/
+0
*
error: Use error_fatal to simplify obvious fatal errors (again)
Markus Armbruster
2021-08-26
1
-4
/
+2
*
ui: Make the DisplayType enum entries conditional
Thomas Huth
2021-06-23
1
-1
/
+7
*
ui: fold qemu_alloc_display in only caller
Marc-André Lureau
2021-03-16
1
-11
/
+3
*
ui: Replace the word 'whitelist'
Philippe Mathieu-Daudé
2021-03-09
1
-1
/
+1
*
ui/console: Pass placeholder surface to displays
Akihiko Odaki
2021-03-04
1
-1
/
+16
*
ui/console: Add placeholder flag to message surface
Akihiko Odaki
2021-03-04
1
-5
/
+6
*
display/ui: add a callback to indicate GL state is flushed
Marc-André Lureau
2021-02-04
1
-0
/
+9
*
ui: check hw requirements during DCL registration
Marc-André Lureau
2021-02-04
1
-0
/
+30
*
ui: add a DCLOps callback to check dmabuf support
Marc-André Lureau
2021-02-04
1
-0
/
+13
*
ui: remove console_has_gl_dmabuf()
Marc-André Lureau
2021-02-04
1
-5
/
+0
*
ui: add gd_gl_area_scanout_disable
Marc-André Lureau
2021-02-04
1
-6
/
+1
*
ui: remove gl_ctx_get_current
Marc-André Lureau
2021-02-04
1
-6
/
+0
*
Remove superfluous timer_del() calls
Peter Maydell
2021-01-08
1
-1
/
+0
*
machine: introduce MachineInitPhase
Paolo Bonzini
2020-12-15
1
-1
/
+1
*
console: allow con==NULL in dpy_{get, set}_ui_info and dpy_ui_info_supported
Gerd Hoffmann
2020-12-11
1
-2
/
+10
*
console: drop qemu_console_get_ui_info
Gerd Hoffmann
2020-12-11
1
-6
/
+0
*
qxl: fix segfault
Gerd Hoffmann
2020-11-25
1
-1
/
+3
*
console: avoid passing con=NULL to graphic_hw_update_done()
lichun
2020-11-13
1
-2
/
+3
*
console: make QMP/HMP screendump run in coroutine
Marc-André Lureau
2020-11-04
1
-3
/
+29
*
console: modify ppm_save to take a pixman image ref
Marc-André Lureau
2020-11-04
1
-7
/
+8
*
ui: Fix default window_id value
Samuel Thibault
2020-10-14
1
-0
/
+1
*
ui: add getter for UIInfo
Marc-André Lureau
2020-09-29
1
-0
/
+7
*
util: rename qemu_open() to qemu_open_old()
Daniel P. Berrangé
2020-09-16
1
-1
/
+1
*
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
1
-1
/
+2
*
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-09
1
-2
/
+4
*
ui: fix vc_chr_write call in text_console_do_init
Gerd Hoffmann
2020-07-13
1
-4
/
+4
[next]