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