summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/context_glx.c
Commit message (Expand)AuthorAgeFilesLines
* various: add GPU context descriptionnanahi10 days1-0/+1
* various: make mentions of macOS consistentder richter2024-02-211-1/+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
* x11: avoid XPresent API calls when it's not neededDudemanguy2022-06-221-3/+6
* x11: support xorg present extensionDudemanguy2022-06-191-33/+5
* x11: avoid wasteful rendering when possibleDudemanguy2022-04-111-0/+6
* 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