aboutsummaryrefslogtreecommitdiff
path: root/ui/egl-headless.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-21ui: split the GL context in a different objectMarc-André Lureau1-7/+14
2021-12-21ui: associate GL context outside of display listener registrationMarc-André Lureau1-0/+1
2021-07-26ui/egl-headless: Remove a check for CONFIG_OPENGLAkihiko Odaki1-2/+0
2021-07-09modules: add ui module annotationsGerd Hoffmann1-0/+4
2021-02-04ui: remove gl_ctx_get_currentMarc-André Lureau1-1/+0
2019-09-17ui/egl: fix framebuffer readsGerd Hoffmann1-3/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-1/+1
2019-02-05ui/egl-helpers: Augment parameter list of egl_texture_blend() to convey scale...Chen Zhang1-1/+2
2019-01-10egl-headless: add egl_create_contextGerd Hoffmann1-1/+9
2018-11-16ui: Allow specifying 'rendernode' display option for egl-headlessErik Skultety1-1/+1
2018-06-26Add gles support to egl-helpers, wire up in egl-headless and gtk.Gerd Hoffmann1-1/+2
2018-03-05egl-headless: switch over to new display registryGerd Hoffmann1-1/+19
2018-02-22egl-headless: cursor_dmabuf: handle NULL cursorGerd Hoffmann1-6/+9
2018-02-22console/opengl: split up dpy_gl_cursor opsGerd Hoffmann1-5/+12
2018-02-20egl-headless: use DisplayOptionsGerd Hoffmann1-1/+1
2017-10-17egl-headless: add dmabuf supportGerd Hoffmann1-2/+57
2017-09-29egl: misc framebuffer helper improvements.Gerd Hoffmann1-3/+3
2017-06-21egl-headless: use framebuffer helper functions.Gerd Hoffmann1-51/+18
2017-05-12opengl: add egl-headless displayGerd Hoffmann1-0/+158