summaryrefslogtreecommitdiffstats
path: root/video/out/present_sync.c
Commit message (Expand)AuthorAgeFilesLines
* present_sync: remove unneeded clear_values functionDudemanguy2023-11-071-9/+0
* present_sync: only save as many entries as the swapchain depthDudemanguy2023-11-071-3/+5
* drm: use present_sync mechanism for presentation feedbackDudemanguy2023-11-061-0/+9
* present_sync: rename function to present_sync_update_valuesDudemanguy2023-11-061-1/+1
* present_sync: rewrite around linked listDudemanguy2023-11-061-22/+62
* various: remove trailing whitespaceGuido Cella2023-10-301-1/+1
* timer: use MP_TIME macrosKacper Michajłow2023-10-261-1/+1
* vo: change vsync base to nanosecondsKacper Michajłow2023-09-291-2/+2
* present_sync: allow future timestampsDudemanguy2023-09-141-4/+3
* vo: move wayland presentation to separate filesDudemanguy2022-06-191-0/+85