Skip to content

d3d12/va: Add HEVC 10 bits support and 8-10 bit color conversion

Sil Vilerino requested to merge sivileri/mesa:d3d12_enable_p010_video into main

This MR adds support for HEVC 10 bit encoding and decoding with d3d12 and allows P010 in the d3d12 video processor for NV12<->P010 color conversion.

Two new VA entrypoints light up on GPUs supporting 10 bits HEVC.

vainfo: Supported profile and entrypoints
...
      VAProfileHEVCMain10             : VAEntrypointVLD
      VAProfileHEVCMain10             : VAEntrypointEncSlice
...
Edited by Sil Vilerino

Merge request reports