aboutsummaryrefslogtreecommitdiff
path: root/ui/egl-helpers.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-04configure: Improve OpenGL dependency detectionsAkihiko Odaki1-2/+6
2021-02-04ui: add qemu_egl_has_dmabuf helperMarc-André Lureau1-0/+10
2019-09-17ui/egl: fix framebuffer readsGerd Hoffmann1-3/+3
2019-06-07egl-helpers: add modifier support to egl_dmabuf_import_texture()Gerd Hoffmann1-9/+25
2019-06-07egl-helpers: add modifier support to egl_get_fd_for_texture().Gerd Hoffmann1-2/+3
2019-02-05ui/egl-helpers: Augment parameter list of egl_texture_blend() to convey scale...Chen Zhang1-4/+5
2019-01-21egl-helpers.h: do not depend on X11 Window type, use EGLNativeWindowTypeAlexander Kanavin1-2/+2
2018-08-27util: promote qemu_egl_rendernode_open() to libqemuutilMarc-André Lureau1-49/+2
2018-06-26Add gles support to egl-helpers, wire up in egl-headless and gtk.Gerd Hoffmann1-16/+39
2018-02-22egl-helpers: add alpha channel to texture formatGerd Hoffmann1-1/+1
2017-10-17egl-helpers: add egl_texture_blit and egl_texture_blendGerd Hoffmann1-0/+27
2017-10-17egl-helpers: add dmabuf import supportGerd Hoffmann1-0/+46
2017-09-29egl: misc framebuffer helper improvements.Gerd Hoffmann1-8/+18
2017-06-21egl-helpers: add helpers to handle opengl framebuffersGerd Hoffmann1-0/+76
2017-05-12egl: explicitly ask for core contextGerd Hoffmann1-0/+1
2017-05-12egl-helpers: add missing error checkGerd Hoffmann1-1/+6
2017-05-12egl-helpers: fix display init for x11Gerd Hoffmann1-8/+26
2017-05-12egl-helpers: drop support for gles and debug loggingGerd Hoffmann1-47/+5
2017-03-27ui/egl-helpers: fix egl 1.5 display initGerd Hoffmann1-6/+52
2017-02-20egl-helpers: Support newer MESA versionsFrediano Ziglio1-0/+4
2017-02-20spice: allow to specify drm rendernodeMarc-André Lureau1-3/+7
2017-01-10egl-helpers: Change file licensing to LGPLv2Frediano Ziglio1-0/+16
2016-06-03ui: egl: Replace fprintf with error_reportCole Robinson1-13/+14
2016-05-12egl-helpers: fix possible resource leakGonglei1-6/+3
2016-03-22Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster1-1/+0
2016-02-23egl-helpers: add functions for render nodes and dma-buf passingGerd Hoffmann1-0/+129
2016-02-04ui: Clean up includesPeter Maydell1-8/+1
2015-05-29ui: add egl-helpersGerd Hoffmann1-0/+148