Skip to content

anv: add vulkan h264 decode support

Dave Airlie requested to merge airlied/mesa:anv-vulkan-video-prelim-decode into main

This adds support to anv for the h264 decode portion of the vulkan video preliminary extension.

It's likely not perfect but is a pretty good place to start.

To test it, build mesa and then set ANV_VIDEO_DECODE=1 env var to see it run.

I think the patches outside video probably need some attention on them just in case they have any side effects.

This is based on the common code in !13803

Edited by Dave Airlie

Merge request reports