Re: git: 9846c828d429 - main - graphics/mesa: Enable AV1 and VP9

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Wed, 03 Apr 2024 10:05:29 UTC
Emmanuel Vadot <manu@FreeBSD.org> writes:

>  # Vulkan Video extensions (keep in sync with mesa-gallium-va)
> -MESON_ARGS+=	-Dvideo-codecs="vc1dec,h264dec,h264enc,h265dec,h265enc"
> +MESON_ARGS+=	-Dvideo-codecs="vc1dec,h264dec,h264enc,h265dec,h265enc,av1dec,av1enc,vp9dec"

Why not use -Dvideo-codecs=all like graphics/mesa-devel? For example,
the above lacks vp9enc which can be supported on Intel if Vulkan Video
ever standardizes VP9 support. No clue if AMD has VP9 encode on any GPU.

See also https://gitlab.freedesktop.org/mesa/mesa/-/commit/d0c355601129