mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-17 07:28:05 +02:00
This enables support for NV12, which are really useful when dealing with hardware video decoders. This patch makes use of the integrated YUV tiler to convert multi-planar to YUYV. The binary blob uses the same method to deal with multi-planar YUV formats. Other formarts will be added in a follow-up patch. Tested with kmscube (nv12-1img) and the following gstreamer pipeline: gst-launch-1.0 filesrc location=/tmp/test.mp4 ! qtdemux ! v4l2slh264dec ! video/x-raw,format=NV12 ! glimagesink Signed-off-by: Christian Gmeiner <cgmeiner@igalia.com> Signed-off-by: Peter Frühberger Signed-off-by: Marek Vasut <marex@denx.de> Acked-by: Daniel Stone <daniels@collabora.com> Reviewed-by: Lucas Stach <l.stach@pengutronix.de> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3418> |
||
|---|---|---|
| .. | ||
| tests | ||
| etnaviv_bo.c | ||
| etnaviv_bo_cache.c | ||
| etnaviv_cmd_stream.c | ||
| etnaviv_device.c | ||
| etnaviv_drmif.h | ||
| etnaviv_gpu.c | ||
| etnaviv_perfmon.c | ||
| etnaviv_pipe.c | ||
| etnaviv_priv.h | ||
| meson.build | ||