Skip to content

renderer: allow non-complex scalers without FBOs

Niklas Haas requested to merge haasn/libplacebo:free_bicubic into master

This is not quite a proper resolution to the linked issue, because we still forcibly skip the main scaling pass without FBOs. But it allows using fast bicubic (or oversample) for the chroma plane, which is an improvement.

See-Also: #173

Merge request reports