aboutsummaryrefslogtreecommitdiff
path: root/ui/egl-headless.c
AgeCommit message (Expand)Author
2024-09-10qapi/ui: Drop temporary 'prefix'Markus Armbruster
2024-05-14ui/console: Use qemu_dmabuf_get_..() helpers insteadDongwon Kim
2023-06-27ui: add optional d3d texture pointer to scanout textureMarc-André Lureau
2023-06-27ui: add egl-headless support on win32Marc-André Lureau
2023-03-13ui: introduce egl_init()Marc-André Lureau
2023-02-14Do not include "qemu/error-report.h" in headers that do not need itThomas Huth
2022-03-14ui/console: egl-headless is compatible with non-gl listenersMarc-André Lureau
2022-03-14ui/console: move dcl compatiblity check to a callbackMarc-André Lureau
2021-12-21ui: split the GL context in a different objectMarc-André Lureau
2021-12-21ui: associate GL context outside of display listener registrationMarc-André Lureau
2021-07-26ui/egl-headless: Remove a check for CONFIG_OPENGLAkihiko Odaki
2021-07-09modules: add ui module annotationsGerd Hoffmann
2021-02-04ui: remove gl_ctx_get_currentMarc-André Lureau
2019-09-17ui/egl: fix framebuffer readsGerd Hoffmann
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-02-05ui/egl-helpers: Augment parameter list of egl_texture_blend() to convey scale...Chen Zhang
2019-01-10egl-headless: add egl_create_contextGerd Hoffmann
2018-11-16ui: Allow specifying 'rendernode' display option for egl-headlessErik Skultety
2018-06-26Add gles support to egl-helpers, wire up in egl-headless and gtk.Gerd Hoffmann
2018-03-05egl-headless: switch over to new display registryGerd Hoffmann
2018-02-22egl-headless: cursor_dmabuf: handle NULL cursorGerd Hoffmann
2018-02-22console/opengl: split up dpy_gl_cursor opsGerd Hoffmann
2018-02-20egl-headless: use DisplayOptionsGerd Hoffmann
2017-10-17egl-headless: add dmabuf supportGerd Hoffmann
2017-09-29egl: misc framebuffer helper improvements.Gerd Hoffmann
2017-06-21egl-headless: use framebuffer helper functions.Gerd Hoffmann
2017-05-12opengl: add egl-headless displayGerd Hoffmann