aboutsummaryrefslogtreecommitdiff
path: root/ui/gtk-egl.c
AgeCommit message (Expand)Author
2024-05-17ui/console: Only declare variable fence_fd when CONFIG_GBM is definedCédric Le Goater
2024-05-14ui/console: Use qemu_dmabuf_set_..() helpers insteadDongwon Kim
2024-05-14ui/console: Use qemu_dmabuf_get_..() helpers insteadDongwon Kim
2024-05-14ui/gtk: Check if fence_fd is equal to or greater than 0Dongwon Kim
2024-05-14ui/gtk: Draw guest frame at refresh cycleDongwon Kim
2023-12-04ui/gtk-egl: move function calls back to regular code pathVolker Rümelin
2023-11-07ui/gtk-egl: apply scale factor when calculating window's dimensionDongwon Kim
2023-11-07ui/gtk-egl: Check EGLSurface before doing scanoutAntonio Caggiano
2023-08-07ui/gtk: set scanout mode in gd_egl/gd_gl_area_scanout_textureDongwon Kim
2023-07-17ui/gtk: skip refresh if new dmabuf has been submittedDongwon Kim
2023-07-17ui/gtk: set scanout-mode right before scheduling drawDongwon Kim
2023-07-17virtio-gpu-udmabuf: correct naming of QemuDmaBuf size propertiesDongwon Kim
2023-07-17ui/gtk: Make sure the right EGL context is currently boundDongwon Kim
2023-06-27ui: add optional d3d texture pointer to scanout textureMarc-André Lureau
2023-06-27ui/egl: fix make_context_current() callback return valueMarc-André Lureau
2023-06-27ui/gtk: set the area of the scanout texture correctlyDongwon Kim
2023-05-28ui/gtk-egl: fix scaling for cursor position in scanout modeErico Nunes
2023-05-28ui/gtk: fix passing y0_top parameter to scanoutErico Nunes
2022-11-23ui/gtk: prevent ui lock up when dpy_gl_update called again before current dra...Dongwon Kim
2022-10-11ui/gtk-egl: egl context needs to be unbound in the end of gd_egl_switchDongwon Kim
2022-06-14ui: Deliver refresh rate via QemuUIInfoAkihiko Odaki
2021-12-21ui: split the GL context in a different objectMarc-André Lureau
2021-12-21ui: simplify gl unblock & flushMarc-André Lureau
2021-11-08ui/gtk-egl: Fix build failure when libgbm is not availablePhilippe Mathieu-Daudé
2021-11-05ui/gtk-egl: guest fb texture needs to be regenerated when reinitializing eglDongwon Kim
2021-11-05ui/gtk-egl: make sure the right context is set as the currentDongwon Kim
2021-11-02ui/gtk: skip any extra draw of same guest scanout blob resDongwon Kim
2021-09-15ui/gtk-egl: Wait for the draw signal for dmabuf blobsVivek Kasireddy
2021-09-15ui: Create sync objects and fences only for blobsVivek Kasireddy
2021-09-15ui/gtk: Create a common release_dmabuf helperVivek Kasireddy
2021-03-04configure: Improve OpenGL dependency detectionsAkihiko Odaki
2021-02-04display/ui: add a callback to indicate GL state is flushedMarc-André Lureau
2021-01-15ui/gtk: update monitor interval on egl displaysNikola Pavlica
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-02-05ui/egl-helpers: Augment parameter list of egl_texture_blend() to convey scale...Chen Zhang
2019-01-21egl-helpers.h: do not depend on X11 Window type, use EGLNativeWindowTypeAlexander Kanavin
2018-11-12ui/gtk: fix cursor in egl modeGerd Hoffmann
2018-10-12ui: remove support for GTK2 in favour of GTK3Daniel P. Berrangé
2018-06-26Add gles support to egl-helpers, wire up in egl-headless and gtk.Gerd Hoffmann
2018-03-12ui/gtk-egl: add cursor_dmabuf supportGerd Hoffmann
2018-03-12ui/gtk-egl: add scanout_dmabuf supportGerd Hoffmann
2017-10-17opengl: move shader init from console-gl.c to shader.cGerd Hoffmann
2017-09-29egl: misc framebuffer helper improvements.Gerd Hoffmann
2017-06-21gtk: use framebuffer helper functions.Gerd Hoffmann
2017-05-12egl-helpers: fix display init for x11Gerd Hoffmann
2017-05-12egl-helpers: drop support for gles and debug loggingGerd Hoffmann
2017-02-27gtk-egl: add scanout_disable supportGerd Hoffmann
2017-02-27console: rename dpy_gl_scanout to dpy_gl_scanout_textureGerd Hoffmann
2016-07-06virgl: pass whole GL scanout dimensionsMarc-André Lureau
2016-02-04ui: Clean up includesPeter Maydell