index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ui
/
gtk-egl.c
Age
Commit message (
Expand
)
Author
2024-05-17
ui/console: Only declare variable fence_fd when CONFIG_GBM is defined
Cédric Le Goater
2024-05-14
ui/console: Use qemu_dmabuf_set_..() helpers instead
Dongwon Kim
2024-05-14
ui/console: Use qemu_dmabuf_get_..() helpers instead
Dongwon Kim
2024-05-14
ui/gtk: Check if fence_fd is equal to or greater than 0
Dongwon Kim
2024-05-14
ui/gtk: Draw guest frame at refresh cycle
Dongwon Kim
2023-12-04
ui/gtk-egl: move function calls back to regular code path
Volker Rümelin
2023-11-07
ui/gtk-egl: apply scale factor when calculating window's dimension
Dongwon Kim
2023-11-07
ui/gtk-egl: Check EGLSurface before doing scanout
Antonio Caggiano
2023-08-07
ui/gtk: set scanout mode in gd_egl/gd_gl_area_scanout_texture
Dongwon Kim
2023-07-17
ui/gtk: skip refresh if new dmabuf has been submitted
Dongwon Kim
2023-07-17
ui/gtk: set scanout-mode right before scheduling draw
Dongwon Kim
2023-07-17
virtio-gpu-udmabuf: correct naming of QemuDmaBuf size properties
Dongwon Kim
2023-07-17
ui/gtk: Make sure the right EGL context is currently bound
Dongwon Kim
2023-06-27
ui: add optional d3d texture pointer to scanout texture
Marc-André Lureau
2023-06-27
ui/egl: fix make_context_current() callback return value
Marc-André Lureau
2023-06-27
ui/gtk: set the area of the scanout texture correctly
Dongwon Kim
2023-05-28
ui/gtk-egl: fix scaling for cursor position in scanout mode
Erico Nunes
2023-05-28
ui/gtk: fix passing y0_top parameter to scanout
Erico Nunes
2022-11-23
ui/gtk: prevent ui lock up when dpy_gl_update called again before current dra...
Dongwon Kim
2022-10-11
ui/gtk-egl: egl context needs to be unbound in the end of gd_egl_switch
Dongwon Kim
2022-06-14
ui: Deliver refresh rate via QemuUIInfo
Akihiko Odaki
2021-12-21
ui: split the GL context in a different object
Marc-André Lureau
2021-12-21
ui: simplify gl unblock & flush
Marc-André Lureau
2021-11-08
ui/gtk-egl: Fix build failure when libgbm is not available
Philippe Mathieu-Daudé
2021-11-05
ui/gtk-egl: guest fb texture needs to be regenerated when reinitializing egl
Dongwon Kim
2021-11-05
ui/gtk-egl: make sure the right context is set as the current
Dongwon Kim
2021-11-02
ui/gtk: skip any extra draw of same guest scanout blob res
Dongwon Kim
2021-09-15
ui/gtk-egl: Wait for the draw signal for dmabuf blobs
Vivek Kasireddy
2021-09-15
ui: Create sync objects and fences only for blobs
Vivek Kasireddy
2021-09-15
ui/gtk: Create a common release_dmabuf helper
Vivek Kasireddy
2021-03-04
configure: Improve OpenGL dependency detections
Akihiko Odaki
2021-02-04
display/ui: add a callback to indicate GL state is flushed
Marc-André Lureau
2021-01-15
ui/gtk: update monitor interval on egl displays
Nikola Pavlica
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2019-02-05
ui/egl-helpers: Augment parameter list of egl_texture_blend() to convey scale...
Chen Zhang
2019-01-21
egl-helpers.h: do not depend on X11 Window type, use EGLNativeWindowType
Alexander Kanavin
2018-11-12
ui/gtk: fix cursor in egl mode
Gerd Hoffmann
2018-10-12
ui: remove support for GTK2 in favour of GTK3
Daniel P. Berrangé
2018-06-26
Add gles support to egl-helpers, wire up in egl-headless and gtk.
Gerd Hoffmann
2018-03-12
ui/gtk-egl: add cursor_dmabuf support
Gerd Hoffmann
2018-03-12
ui/gtk-egl: add scanout_dmabuf support
Gerd Hoffmann
2017-10-17
opengl: move shader init from console-gl.c to shader.c
Gerd Hoffmann
2017-09-29
egl: misc framebuffer helper improvements.
Gerd Hoffmann
2017-06-21
gtk: use framebuffer helper functions.
Gerd Hoffmann
2017-05-12
egl-helpers: fix display init for x11
Gerd Hoffmann
2017-05-12
egl-helpers: drop support for gles and debug logging
Gerd Hoffmann
2017-02-27
gtk-egl: add scanout_disable support
Gerd Hoffmann
2017-02-27
console: rename dpy_gl_scanout to dpy_gl_scanout_texture
Gerd Hoffmann
2016-07-06
virgl: pass whole GL scanout dimensions
Marc-André Lureau
2016-02-04
ui: Clean up includes
Peter Maydell
[next]