summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/context_glx.c
Commit message (Expand)AuthorAgeFilesLines
* context_glx: fix check for wrong GLX extensionsfan52021-11-171-2/+2
* video: opengl: use gl_check_extension() instead of strstr()sfan52021-11-171-1/+1
* vo_gpu: context_glx: cleanup create_context_x11_gl3 code pathEmil Velikov2021-10-161-23/+37
* vo_gpu: context_glx: remove legacy create_context_x11_old()Emil Velikov2021-10-161-43/+9
* video: opengl: rework and remove ra_gl_ctx_test_version()Emil Velikov2021-10-161-14/+15
* vo_gpu: opengl: reduce versions in mpgl_preferred_gl_versionsEmil Velikov2021-10-161-2/+2
* vo_gpu: context_glx: Add X11 native resourcePhilip Langdale2019-11-161-0/+2
* vo_gpu: x11: remove special vdpau probing, use EGL by defaultwm42019-09-151-25/+0
* vo_gpu: glx: move OML sync code to an independent filewm42019-09-081-96/+5
* vo, vo_gpu, glx: correct GLX_OML_sync_control usagewm42018-12-061-67/+95
* vo: use a struct for vsync feedback stuffwm42018-12-061-3/+3
* vo_gpu: glx: use GLX_OML_sync_control for better vsync reportingwm42018-12-061-0/+101
* vo_opengl: refactor into vo_gpuNiklas Haas2017-09-211-0/+376