Skip to content

vulkan/swapchain: blacklist SDR 16-bit formats

Niklas Haas requested to merge haasn/libplacebo:16bit_sdr into master

Seems these are broken on some platforms, so avoid any possible issues by rejecting them up-front, at least for SDR curves. (Here's hoping that a high-bit-depth HDR implementation will do at least roughly the right thing)

Fixes: https://github.com/mpv-player/mpv/issues/11862

Merge request reports