summaryrefslogtreecommitdiffstats
path: root/video/out/vo_gpu.c
Commit message (Expand)AuthorAgeFilesLines
* options: change option macros and all option declarationswm42020-03-181-4/+4
* Revert "vo: add support for externally driven renderloop and make wayland use...dudemanguy2019-10-101-1/+1
* vo: make swapchain-depth option generic for all VOsAnton Kindestam2019-09-281-6/+0
* vo: use a struct for vsync feedback stuffwm42018-12-061-3/+4
* vo_gpu: glx: use GLX_OML_sync_control for better vsync reportingwm42018-12-061-0/+8
* vo_gpu: move some extra code for screenshot to video.cwm42018-04-201-8/+1
* vo_gpu: remove old window screenshot glue code and GL implementationwm42018-02-131-12/+0
* vo_gpu: make screenshots use the GL rendererwm42018-02-111-0/+14
* vo_gpu: add internal ability to skip osd/subs for renderingwm42018-02-111-1/+1
* player: add internal `vo-resize` commandsfan52017-12-271-0/+4
* vo: add support for externally driven renderloop and make wayland use itRostislav Pehlivanov2017-12-051-1/+1
* vo_gpu: make it possible to load multiple hwdec interop driverswm42017-12-011-16/+6
* vo_gpu: potentially fix icc-profile-auto updatingwm42017-11-011-1/+1
* vo_gpu: remove weird p->vo indirectionwm42017-10-171-11/+9
* vo_gpu: fix video sometimes not being rerendered on equalizer changewm42017-10-171-1/+0
* vo_gpu: remove some minor dead codewm42017-10-161-3/+1
* vo_gpu: simplify opengl aliaswm42017-10-091-28/+0
* vo_gpu: remove duplicated optionswm42017-10-091-1/+0
* vo_gpu: vulkan: initial implementationNiklas Haas2017-09-261-6/+6
* vo_gpu: simplify structs / namesNiklas Haas2017-09-221-10/+3
* vo_gpu: fix vo=opengl legacy aliasNiklas Haas2017-09-211-2/+4
* vo_opengl: refactor into vo_gpuNiklas Haas2017-09-211-0/+385