summaryrefslogtreecommitdiffstats
path: root/video/out/vulkan/context_wayland.c
Commit message (Expand)AuthorAgeFilesLines
* various: add GPU context descriptionnanahi8 days1-0/+1
* wayland: drop buffer_scale use for viewporterDudemanguy2024-01-271-1/+1
* vo: change vo->driver->wait_events to nanosecondsDudemanguy2023-10-101-2/+2
* wayland: add wp-fractional-scale-v1 supportDudemanguy2023-01-241-0/+1
* wayland: rewrite geometry and scaling handlingDudemanguy2023-01-241-2/+2
* wayland: make vo_wayland_reconfig a boolDudemanguy2023-01-081-4/+1
* wayland: correctly handle non-CLOCK_MONOTONIC clocksDudemanguy2022-10-061-2/+2
* vo: move wayland presentation to separate filesDudemanguy2022-06-191-6/+4
* wayland: unify visibility checking codeDudemanguy2022-04-111-5/+1
* wayland_vk: rename start_frame to check_visibleDudemanguy2021-11-041-2/+2
* wayland: fix wl_surface_set_buffer_scale usageDudemanguy2021-06-271-1/+0
* wayland: always be sure to initially try to renderDudemanguy2021-06-271-1/+1
* wayland: remove unused includesDudemanguy2021-06-271-3/+0
* wayland: reorganize wayland common codeDudemanguy2021-06-261-1/+1
* wayland: shuffle around the render loop againDudemanguy2021-05-241-5/+6
* wayland: simplify render loopDudemanguy2021-05-221-11/+4
* wayland: unify frame/presentation callback codeDudemanguy2020-12-141-76/+0
* Revert "wayland: conditionally commit surface on resize"Dudemanguy2020-11-081-4/+1
* wayland: update opaque region on runtimeDudemanguy2020-10-151-17/+19
* wayland: be less strict about when to renderDudemanguy2020-10-151-1/+1
* wayland: set an opaque regionDudemanguy2020-10-011-0/+7
* wayland: only render if we have frame callbackDudemanguy2020-09-211-6/+17
* wayland: conditionally commit surface on resizeDudemanguy2020-08-201-1/+4
* wayland: don't rely on presentation discardedDudemanguy2020-08-161-3/+0
* wayland: refactor presentation timeDudemanguy2020-08-161-27/+30
* vulkan/wayland: fix another build breakageDaniel Bermond2020-06-051-1/+1
* wayland: use mp_time deltas for presentation timeDudemanguy2020-04-201-2/+1
* wayland: remove wayland-frame-wait-offset optiondudemanguy2020-01-311-1/+1
* wayland: fix presentation timeDudemanguy9112019-10-201-1/+1
* wayland: add various render-related optionsdudemanguy2019-10-201-1/+2
* wayland: add presentation timedudemanguy2019-10-201-2/+79
* wayland: use callback flag + poll for buffer swapdudemanguy2019-10-101-1/+34
* vo_gpu: hwdec_vaapi: Add Vulkan interopPhilip Langdale2019-07-081-0/+2
* vo_gpu: vulkan: use libplacebo insteadNiklas Haas2019-04-211-11/+7
* vo_gpu: semi-fix --gpu-context/--gpu-api options and help outputwm42017-10-161-1/+1
* wayland_common: implement output tracking, cleanups and bugfixesRostislav Pehlivanov2017-10-091-3/+1
* wayland_common: rewrite from scratchRostislav Pehlivanov2017-10-031-42/+31
* vo_gpu: vulkan: add support for waylandRostislav Pehlivanov2017-09-261-0/+146