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-helpers.c
Age
Commit message (
Expand
)
Author
2024-09-10
qapi/ui: Drop temporary 'prefix'
Markus Armbruster
2024-05-14
ui/console: Use qemu_dmabuf_set_..() helpers instead
Dongwon Kim
2024-05-14
ui/console: Use qemu_dmabuf_get_..() helpers instead
Dongwon Kim
2023-07-17
virtio-gpu-udmabuf: correct naming of QemuDmaBuf size properties
Dongwon Kim
2023-06-27
ui/egl: query ANGLE d3d device
Marc-André Lureau
2023-06-27
ui: add egl_fb_read_rect()
Marc-André Lureau
2023-06-27
ui/egl: default to GLES on windows
Marc-André Lureau
2023-06-27
ui: add egl-headless support on win32
Marc-André Lureau
2023-06-27
ui/egl: export qemu_egl_get_error_string()
Marc-André Lureau
2023-06-27
egl: no need to lookup EGL functions manually
Marc-André Lureau
2023-03-13
ui: introduce egl_init()
Marc-André Lureau
2023-03-13
ui/egl: print EGL error, helping debugging
Marc-André Lureau
2021-11-05
ui/gtk-egl: blitting partial guest fb to the proper scanout surface
Dongwon Kim
2021-09-15
ui/egl: Add egl helpers to help with synchronization
Vivek Kasireddy
2021-03-04
configure: Improve OpenGL dependency detections
Akihiko Odaki
2021-02-04
ui: add qemu_egl_has_dmabuf helper
Marc-André Lureau
2019-09-17
ui/egl: fix framebuffer reads
Gerd Hoffmann
2019-06-07
egl-helpers: add modifier support to egl_dmabuf_import_texture()
Gerd Hoffmann
2019-06-07
egl-helpers: add modifier support to egl_get_fd_for_texture().
Gerd Hoffmann
2019-02-05
ui/egl-helpers: Augment parameter list of egl_texture_blend() to convey scale...
Chen Zhang
2019-01-21
egl-helpers.h: do not depend on X11 Window type, use EGLNativeWindowType
Alexander Kanavin
2018-08-27
util: promote qemu_egl_rendernode_open() to libqemuutil
Marc-André Lureau
2018-06-26
Add gles support to egl-helpers, wire up in egl-headless and gtk.
Gerd Hoffmann
2018-02-22
egl-helpers: add alpha channel to texture format
Gerd Hoffmann
2017-10-17
egl-helpers: add egl_texture_blit and egl_texture_blend
Gerd Hoffmann
2017-10-17
egl-helpers: add dmabuf import support
Gerd Hoffmann
2017-09-29
egl: misc framebuffer helper improvements.
Gerd Hoffmann
2017-06-21
egl-helpers: add helpers to handle opengl framebuffers
Gerd Hoffmann
2017-05-12
egl: explicitly ask for core context
Gerd Hoffmann
2017-05-12
egl-helpers: add missing error check
Gerd Hoffmann
2017-05-12
egl-helpers: fix display init for x11
Gerd Hoffmann
2017-05-12
egl-helpers: drop support for gles and debug logging
Gerd Hoffmann
2017-03-27
ui/egl-helpers: fix egl 1.5 display init
Gerd Hoffmann
2017-02-20
egl-helpers: Support newer MESA versions
Frediano Ziglio
2017-02-20
spice: allow to specify drm rendernode
Marc-André Lureau
2017-01-10
egl-helpers: Change file licensing to LGPLv2
Frediano Ziglio
2016-06-03
ui: egl: Replace fprintf with error_report
Cole Robinson
2016-05-12
egl-helpers: fix possible resource leak
Gonglei
2016-03-22
Use scripts/clean-includes to drop redundant qemu/typedefs.h
Markus Armbruster
2016-02-23
egl-helpers: add functions for render nodes and dma-buf passing
Gerd Hoffmann
2016-02-04
ui: Clean up includes
Peter Maydell
2015-05-29
ui: add egl-helpers
Gerd Hoffmann