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
/
spice-display.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ui/console: move dcl compatiblity check to a callback
Marc-André Lureau
2022-03-14
1
-1
/
+8
*
spice: Update QXLInterface for spice >= 0.15.0
John Snow
2022-01-18
1
-0
/
+11
*
ui: move qemu_spice_fill_device_address to ui/util.c
Marc-André Lureau
2021-12-21
1
-1
/
+4
*
ui: split the GL context in a different object
Marc-André Lureau
2021-12-21
1
-7
/
+11
*
ui: simplify gl unblock & flush
Marc-André Lureau
2021-12-21
1
-1
/
+0
*
ui: associate GL context outside of display listener registration
Marc-André Lureau
2021-12-21
1
-0
/
+3
*
ui: do not delay further remote resize
Marc-André Lureau
2021-12-21
1
-1
/
+1
*
ui/spice-display: check NULL pointer in interface_release_resource()
Mauro Matteo Cascella
2021-05-21
1
-0
/
+4
*
ui/console: Pass placeholder surface to displays
Akihiko Odaki
2021-03-04
1
-3
/
+3
*
spice: flush drawing before notifying client
Marc-André Lureau
2021-02-19
1
-0
/
+1
*
spice: flush on GL update before notifying client
Marc-André Lureau
2021-02-19
1
-0
/
+1
*
display/ui: add a callback to indicate GL state is flushed
Marc-André Lureau
2021-02-04
1
-0
/
+1
*
ui: remove gl_ctx_get_current
Marc-André Lureau
2021-02-04
1
-1
/
+0
*
spice: delay starting until display are initialized
Marc-André Lureau
2021-02-04
1
-0
/
+2
*
spice: get monitors physical dimension
Marc-André Lureau
2020-09-29
1
-0
/
+7
*
spice: remove the single monitor config logic
Marc-André Lureau
2020-09-29
1
-22
/
+4
*
ui: add getter for UIInfo
Marc-André Lureau
2020-09-29
1
-1
/
+1
*
lockable: replaced locks with lock guard macros where appropriate
Daniel Brodsky
2020-05-04
1
-7
/
+7
*
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster
2019-08-16
1
-1
/
+0
*
Include qemu/main-loop.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
egl-helpers: add modifier support to egl_get_fd_for_texture().
Gerd Hoffmann
2019-06-07
1
-3
/
+4
*
spice: set device address and device display ID in QXL interface
Lukáš Hrázký
2019-02-21
1
-0
/
+11
*
ui/egl-helpers: Augment parameter list of egl_texture_blend() to convey scale...
Chen Zhang
2019-02-05
1
-1
/
+1
*
spice: prepare for upcoming spice-server change
Gerd Hoffmann
2018-10-29
1
-4
/
+22
*
dmabuf: add y0_top, pass it to spice
Marc-André Lureau
2018-08-24
1
-1
/
+2
*
spice-display: fix qemu_spice_cursor_refresh_bh locking
Paolo Bonzini
2018-08-24
1
-12
/
+18
*
spice-display: access ptr_x/ptr_y under Mutex
Paolo Bonzini
2018-08-24
1
-1
/
+8
*
spice: add cursor_dmabuf support
Gerd Hoffmann
2018-03-12
1
-5
/
+109
*
spice: add scanout_dmabuf support
Gerd Hoffmann
2018-03-12
1
-0
/
+15
*
spice: drop dprint() debug logging
Gerd Hoffmann
2018-03-12
1
-53
/
+22
*
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
2018-02-09
1
-1
/
+1
*
Replace all occurances of __FUNCTION__ with __func__
Alistair Francis
2018-01-22
1
-2
/
+2
*
spice: remove QXLWorker interface field
Frediano Ziglio
2018-01-12
1
-2
/
+0
*
opengl: move shader init from console-gl.c to shader.c
Gerd Hoffmann
2017-10-17
1
-1
/
+1
*
Convert single line fprintf(.../n) to warn_report()
Alistair Francis
2017-09-19
1
-1
/
+1
*
spice: don't enter opengl mode in case another UI provides opengl support
Gerd Hoffmann
2017-06-14
1
-1
/
+2
*
spice: add display & head options
Gerd Hoffmann
2017-02-27
1
-1
/
+21
*
spice: add scanout_disable support
Gerd Hoffmann
2017-02-27
1
-15
/
+21
*
console: rename dpy_gl_scanout to dpy_gl_scanout_texture
Gerd Hoffmann
2017-02-27
1
-8
/
+8
*
spice: wakeup QXL worker to pick up mouse changes
Marc-André Lureau
2017-01-31
1
-0
/
+2
*
spice/gl: render DisplaySurface via opengl
Gerd Hoffmann
2016-09-28
1
-8
/
+84
*
virgl: pass whole GL scanout dimensions
Marc-André Lureau
2016-07-06
1
-3
/
+3
*
spice: use the right head for multi-monitor
Marc-André Lureau
2016-07-06
1
-7
/
+6
*
spice: avoid .set_mm_time on >= 0.12.6
John Snow
2016-07-06
1
-0
/
+4
*
SPICE: Use DIV_ROUND_UP
Laurent Vivier
2016-06-07
1
-1
/
+1
*
spice: fix coverity complains
Gonglei
2016-05-12
1
-3
/
+1
*
spice/gl: add & use qemu_spice_gl_monitor_config
Gerd Hoffmann
2016-05-12
1
-0
/
+30
*
spice/gl: tweak debug messages.
Gerd Hoffmann
2016-02-23
1
-5
/
+7
*
spice/gl: add unblock timer
Gerd Hoffmann
2016-02-23
1
-0
/
+16
*
spice: add opengl/virgl/dmabuf support
Gerd Hoffmann
2016-02-23
1
-3
/
+107
[next]