index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ui
/
egl-headless.c
Age
Commit message (
Expand
)
Author
2024-09-10
qapi/ui: Drop temporary 'prefix'
Markus Armbruster
2024-05-14
ui/console: Use qemu_dmabuf_get_..() helpers instead
Dongwon Kim
2023-06-27
ui: add optional d3d texture pointer to scanout texture
Marc-André Lureau
2023-06-27
ui: add egl-headless support on win32
Marc-André Lureau
2023-03-13
ui: introduce egl_init()
Marc-André Lureau
2023-02-14
Do not include "qemu/error-report.h" in headers that do not need it
Thomas Huth
2022-03-14
ui/console: egl-headless is compatible with non-gl listeners
Marc-André Lureau
2022-03-14
ui/console: move dcl compatiblity check to a callback
Marc-André Lureau
2021-12-21
ui: split the GL context in a different object
Marc-André Lureau
2021-12-21
ui: associate GL context outside of display listener registration
Marc-André Lureau
2021-07-26
ui/egl-headless: Remove a check for CONFIG_OPENGL
Akihiko Odaki
2021-07-09
modules: add ui module annotations
Gerd Hoffmann
2021-02-04
ui: remove gl_ctx_get_current
Marc-André Lureau
2019-09-17
ui/egl: fix framebuffer reads
Gerd Hoffmann
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-02-05
ui/egl-helpers: Augment parameter list of egl_texture_blend() to convey scale...
Chen Zhang
2019-01-10
egl-headless: add egl_create_context
Gerd Hoffmann
2018-11-16
ui: Allow specifying 'rendernode' display option for egl-headless
Erik Skultety
2018-06-26
Add gles support to egl-helpers, wire up in egl-headless and gtk.
Gerd Hoffmann
2018-03-05
egl-headless: switch over to new display registry
Gerd Hoffmann
2018-02-22
egl-headless: cursor_dmabuf: handle NULL cursor
Gerd Hoffmann
2018-02-22
console/opengl: split up dpy_gl_cursor ops
Gerd Hoffmann
2018-02-20
egl-headless: use DisplayOptions
Gerd Hoffmann
2017-10-17
egl-headless: add dmabuf support
Gerd Hoffmann
2017-09-29
egl: misc framebuffer helper improvements.
Gerd Hoffmann
2017-06-21
egl-headless: use framebuffer helper functions.
Gerd Hoffmann
2017-05-12
opengl: add egl-headless display
Gerd Hoffmann