summaryrefslogtreecommitdiffstats
path: root/generated/wayland
Commit message (Collapse)AuthorAgeFilesLines
* meson: add internal arg to wayland-protocols' get_variable()Simon Ser2022-06-051-1/+1
| | | | | This allows developers to build mpv with a wayland-protocols subproject.
* vo: add new vaapi-wayland driverAaron Boxer2022-05-241-2/+4
| | | | | | | This driver makes use of dmabuffer and viewporter interfaces to enable efficient display of vaapi surfaces, avoiding any unnecessary colour space conversion, and avoiding scaling or colour conversion using GPU shader resources.
* build: add meson build supportDudemanguy2021-11-141-0/+32
Adds support for the meson build system as well as a bit of documentation. Compatibility with the existing waf build is maintained.