aboutsummaryrefslogtreecommitdiff
path: root/ui/gtk-gl-area.c
AgeCommit message (Expand)Author
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/gtk: set the area of the scanout texture correctlyDongwon Kim
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-06-14ui: Deliver refresh rate via QemuUIInfoAkihiko Odaki
2022-06-14ui/gtk-gl-area: create the requested GL context versionVolker Rümelin
2022-06-14ui/gtk-gl-area: implement GL context destructionVolker Rümelin
2021-12-21ui: split the GL context in a different objectMarc-André Lureau
2021-12-21ui: simplify gl unblock & flushMarc-André Lureau
2021-11-22ui: fix incorrect scaling on highdpi with gtk/openglAlexander Orzechowski
2021-11-02ui/gtk: skip any extra draw of same guest scanout blob resDongwon Kim
2021-11-02ui/gtk: Update the refresh rate for gl-area tooNikola Pavlica
2021-09-15ui: Create sync objects and fences only for blobsVivek Kasireddy
2021-03-04configure: Improve OpenGL dependency detectionsAkihiko Odaki
2021-02-19ui/console: Remove dpy_gl_ctx_get_currentAkihiko Odaki
2021-02-04display/ui: add a callback to indicate GL state is flushedMarc-André Lureau
2021-02-04ui: add egl dmabuf import to gtkglareaMarc-André Lureau
2021-02-04ui: add gd_gl_area_scanout_disableMarc-André Lureau
2020-09-04ui/gtk-gl-area: Plug memleak in gd_gl_area_create_context()Pan Nengyuan
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2017-10-19Merge remote-tracking branch 'remotes/kraxel/tags/opengl-20171017-pull-reques...Peter Maydell
2017-10-17opengl: move shader init from console-gl.c to shader.cGerd Hoffmann
2017-10-16gtk: fix wrong id between texture and framebufferAnthoine Bourgeois
2017-09-29egl: misc framebuffer helper improvements.Gerd Hoffmann
2017-06-21gtk: use framebuffer helper functions.Gerd Hoffmann
2017-02-27console: rename dpy_gl_scanout to dpy_gl_scanout_textureGerd Hoffmann
2016-07-11gtk: fix buildGerd Hoffmann
2016-02-04ui: Clean up includesPeter Maydell
2015-10-08gtk/opengl: add opengl context and scanout support (GtkGLArea)Gerd Hoffmann