summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/egl_helpers.c
Commit message (Expand)AuthorAgeFilesLines
* video/egl_helpers: fix fallback logic for EGL_KHR_create_contextsfan52024-03-211-3/+4
* video/egl_helpers: log error for eglCreateContextsfan52024-03-211-1/+2
* egl_helpers: request at least 8 alpha bits if necessaryOlivier Perret2022-04-071-1/+1
* egl_helpers: introduce wrapper around eglCreatePlatformWindowSurfacesfan52021-11-171-12/+47
* video: opengl: use gl_check_extension() instead of strstr()sfan52021-11-171-1/+1
* egl_helpers: remove EGL_OPENGL_ES3_BITDudemanguy2021-11-111-2/+1
* egl_helpers: ensure debug context attrs/bit existDudemanguy2021-10-211-0/+9
* egl_helpers: add support for debug contextsEmil Velikov2021-10-161-0/+4
* egl_helpers: fixup the EGL_KHR_create_context-less codepathEmil Velikov2021-10-161-21/+9
* video: opengl: rework and remove ra_gl_ctx_test_version()Emil Velikov2021-10-161-10/+8
* egl_helpers: remove explicit GLES 3 requestEmil Velikov2021-10-161-23/+12
* vo_gpu: opengl: reduce versions in mpgl_preferred_gl_versionsEmil Velikov2021-10-161-2/+2
* egl_helpers: fix create_context fallback behaviorDudemanguy2021-07-251-16/+25
* vo_gpu: EGL: hack for alpha on different platformsDudemanguy2020-10-151-1/+1
* vo_gpu: EGL: fix transparency on X11/EGL/Mesawm42020-08-271-1/+1
* vo_gpu: EGL: slightly better debug logging of EGL configswm42020-08-271-1/+2
* egl_helpers: add typedef for EGLAttrib (#7314)Jan Palus2020-04-231-0/+1
* vo_gpu: opengl: make it work with EGL 1.4wm42019-12-161-0/+69
* egl_helpers: change minimum framebuffer size to 8 bit per componentwm42018-04-291-3/+3
* egl_helpers: log certain EGL attributeswm42018-04-291-0/+38
* opengl: include details in EGL context errorsAman Gupta2018-04-121-3/+3
* egl_helpers: mpegl_cb can now signal an error conditionAnton Kindestam2018-02-261-0/+5
* vo_gpu: EGL: provide SwapInterval to generic codewm42017-12-271-0/+10
* vo_opengl: refactor into vo_gpuNiklas Haas2017-09-211-60/+54
* vo_opengl: add a generic EGL function loader functionwm42017-04-061-0/+31
* vo_opengl: add a --opengl-es=force2 optionwm42017-03-201-1/+3
* vo_opengl: egl_helpers: fix for non-WindowsJames Ross-Gowan2017-02-081-1/+1
* vo_opengl: angle: rewrite with custom swap chainJames Ross-Gowan2017-02-071-0/+6
* vo_opengl: egl_helpers: fix variable namewm42017-01-261-3/+3
* vo_opengl: egl: handle potential eglChooseConfig failureswm42016-12-311-11/+10
* vo_opengl: egl: fix depth size parameterwm42016-12-301-1/+0
* vo_opengl: egl_helpers: add a way to override config selectionwm42016-12-301-2/+14
* vo_opengl: egl_helpers: add a way to pass more optionswm42016-12-301-16/+26
* vo_opengl: egl: print EGL errors only if not probingwm42016-09-301-6/+9
* vo_opengl: EGL: dump some version infowm42016-09-141-0/+8
* vo_opengl: EGL: better desktop-GL context creationwm42016-09-141-19/+65
* vo_opengl: EGL: silence eglBindAPI() error messagewm42016-09-131-1/+1
* vo_opengl: factor some EGL context creation codewm42016-09-131-0/+96
* vo_opengl: use standard functions to retrieve display depthwm42016-06-141-10/+0
* Change GPL/LGPL dual-licensed files to LGPLwm42016-01-191-12/+7
* vo_opengl: x11egl: retrieve framebuffer depthwm42015-12-191-0/+35