summaryrefslogtreecommitdiffstats
path: root/video/out/vo_wlshm.c
Commit message (Expand)AuthorAgeFilesLines
* vo_{drm,wlshm}: make query_format checks more correctsfan52024-03-161-4/+5
* vo_{drm,wlshm,x11}: add support for video-target-paramssfan52024-03-161-0/+5
* wayland: drop buffer_scale use for viewporterDudemanguy2024-01-271-1/+1
* vo_wlshm: bail out of resize if width/height is 0Dudemanguy2023-07-081-0/+4
* wayland: use bool type for alpha framebuffer trackingRay Smith2023-02-281-1/+1
* wayland: add wp-fractional-scale-v1 supportDudemanguy2023-01-241-0/+3
* wayland: rewrite geometry and scaling handlingDudemanguy2023-01-241-2/+2
* vo_wlshm: properly support video panscanDudemanguy2023-01-091-0/+6
* vo_wlshm: cleanup on failureDudemanguy2023-01-081-15/+18
* wayland: error out if essential protocol support is missingDudemanguy2022-11-151-0/+5
* wayland: correctly handle non-CLOCK_MONOTONIC clocksDudemanguy2022-10-061-2/+2
* vo: move wayland presentation to separate filesDudemanguy2022-06-191-6/+4
* vo: move allocate_memfd method to wayland_commonAaron Boxer2022-05-301-16/+1
* wayland: use wl_surface_damage_bufferDudemanguy2022-04-271-2/+2
* vo_wlshm: use draw_frame instead of draw_imageDudemanguy2022-04-211-3/+3
* wayland: unify visibility checking codeDudemanguy2022-04-111-2/+1
* vo_wlshm: remove empty options structDudemanguy2021-08-091-6/+0
* wayland: always be sure to initially try to renderDudemanguy2021-06-271-1/+1
* wayland: reorganize wayland common codeDudemanguy2021-06-261-1/+1
* wayland: shuffle around the render loop againDudemanguy2021-05-241-6/+6
* wayland: simplify render loopDudemanguy2021-05-221-5/+5
* vo_wlshm: support big endian systemsEmmanuel Gil Peyrot2021-02-041-1/+2
* vo_wlshm: support presentation timeDudemanguy2020-12-141-0/+14
* wayland: unify frame/presentation callback codeDudemanguy2020-12-141-23/+0
* Revert "wayland: conditionally commit surface on resize"Dudemanguy2020-11-081-4/+1
* wayland: update opaque region on runtimeDudemanguy2020-10-151-5/+1
* wayland: be less strict about when to renderDudemanguy2020-10-151-1/+1
* wayland: set an opaque regionDudemanguy2020-10-011-0/+5
* wayland: only render if we have frame callbackDudemanguy2020-09-211-0/+34
* wayland: conditionally commit surface on resizeDudemanguy2020-08-201-1/+4
* vo_wlshm, vo_drm: set image size with mp_image_set_sizeMichael Forney2020-05-171-2/+1
* vo_drm, wo_wlshm: mention that it's software scalingwm42020-02-111-1/+1
* sws_utils: shuffle around some shitwm42019-10-311-1/+2
* vo_wlshm: use memfd_create() instead of shm_open()Emmanuel Gil Peyrot2019-10-171-23/+11
* Reintroduce vo_wayland as vo_wlshmMichael Forney2019-10-171-0/+312