Skip to content

d3d12: Add more format support

Seungha Yang requested to merge seungha.yang/gstreamer:d3d12-all-formats into main

Adding support for all formats supported by d3d11 using compute shader, list of added formats:

  • v216
  • v210
  • r210
  • v308
  • IYU2
  • RGB
  • BGR
  • UYVY
  • VYUY
  • YVYU
  • RGB16
  • RGB15
  • BGR16
  • BGR15
  • BGRA64
  • BGR10A2
  • YUY2
  • Y210
  • Y216
  • Y412
  • Y416

Merge request reports