Skip to content

render/pixel-format: add support for block-based formats

Simon Ser requested to merge emersion/wlroots:pixfmt-block into master

Some formats like sub-sampled YCbCr use a block of bytes to store the color values for more than one pixel. Update our format table to be able to handle such formats.

cc @mstoeckl

Merge request reports