Skip to content

compositor: Add support for all formats

For formats which we don't have fast-path implementation, compositor will convert it to common unpack formats (AYUV, ARGB, AYUV64 and ARGB64) then blending will happen using the intermediate formats. Finally blended image will converted back to selected output format if required.

Merge request reports