summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/context_x11egl.c
Commit message (Expand)AuthorAgeFilesLines
* various: add GPU context descriptionnanahi9 days1-0/+1
* vo: change vo->driver->wait_events to nanosecondsDudemanguy2023-10-101-2/+2
* x11: remove PresentNotifyMSC from egl/glx/vulkan to fix xpresent timingSultan Alsawaf2023-01-251-3/+1
* context_x11egl: remove supposed transparency fixDudemanguy2022-07-011-3/+0
* x11: avoid XPresent API calls when it's not neededDudemanguy2022-06-221-3/+6
* x11: support xorg present extensionDudemanguy2022-06-191-18/+7
* x11: avoid wasteful rendering when possibleDudemanguy2022-04-111-0/+6
* context_{wayland,x11egl}: use mpegl_create_window_surface() toosfan52021-11-171-3/+6
* vo_gpu: EGL: hack for alpha on different platformsDudemanguy2020-10-151-0/+3
* vo_gpu: opengl: make it work with EGL 1.4wm42019-12-161-2/+5
* vo_gpu: x11egl: log EGL config IDwm42019-12-151-2/+6
* vo_gpu: x11egl: cleanup EGL correctlywm42019-12-121-6/+3
* x11: require EGL 1.5 and use eglGetPlatformDisplay()wm42019-11-161-6/+2
* vo_gpu: context_x11egl: check eglGetConfigAttrib() for errorswm42019-11-081-1/+4
* vo_gpu: x11egl: support Mesa OML sync extensionwm42019-09-081-0/+24
* client API: add a new way to pass X11 Display etc. to render APIwm42018-03-261-2/+2
* vo_opengl: refactor into vo_gpuNiklas Haas2017-09-211-34/+50
* vo_opengl: add a generic EGL function loader functionwm42017-04-061-4/+1
* vo_opengl: x11egl: fix alpha modewm42016-12-301-2/+32
* vo_opengl: factor some EGL context creation codewm42016-09-131-74/+16
* x11: stop using vo.event_fdwm42016-07-201-0/+12
* vo_opengl: use standard functions to retrieve display depthwm42016-06-141-1/+0
* vo_opengl: request core profile on X11/EGL toowm42016-06-101-0/+11
* Change GPL/LGPL dual-licensed files to LGPLwm42016-01-191-12/+7
* vo_opengl: prefix per-backend source files with context_wm42015-12-191-0/+197