summaryrefslogtreecommitdiffstats
path: root/video/out/vo_gpu.c
Commit message (Expand)AuthorAgeFilesLines
* vo_gpu: support video-target-paramsnanahi2024-03-271-0/+5
* vo_gpu/vo_gpu_next: fix transparency in glxDudemanguy2024-03-131-8/+9
* vo_gpu/vo_gpu_next: rework --alpha into --background optionDudemanguy2024-02-261-1/+3
* vo_gpu/vo_gpu_next: set ctx->opts.want_alpha in specific functionsDudemanguy2024-02-261-5/+2
* vo: remove VOCTRL_SET_EQUALIZER and simplify into UPDATE_VIDEODudemanguy2024-02-171-3/+0
* vo_gpu: don't pass ra_fbo by valueKacper Michajłow2023-11-281-1/+1
* vo: change vo->driver->wait_events to nanosecondsDudemanguy2023-10-101-3/+3
* vo: hwdec: Pass the ra_ctx to hwdecs instead of just the raPhilip Langdale2023-05-281-1/+1
* various: drop unused #include "config.h"Thomas Weißschuh2023-02-201-2/+0
* vo: add `int flags` to the get_image signatureNiklas Haas2023-01-231-2/+2
* vo_gpu[_next]: hwdec: fix logging regression when probingPhilip Langdale2022-03-211-6/+4
* vo_gpu: move hwdec loading code to common helperNiklas Haas2022-03-031-1/+1
* vo_gpu: hwdec: load hwdec interops on-demand by defaultPhilip Langdale2022-02-171-5/+6
* vo_gpu: lift ra_ctx_* opts to a global structNiklas Haas2021-11-031-20/+5
* vo_gpu: fix trivial memory leakYour Name2021-05-071-1/+3
* options: Make validation and help possible for all option typesPhilip Langdale2021-03-281-2/+6
* vo_gpu: fix segfault when updating render optsDudemanguy2020-10-151-1/+2
* vo_gpu: update render options on runtimeDudemanguy2020-10-151-4/+13
* 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