Skip to content

wayland/single-pixel-buffer: Use higher precision pixel formats

Joan Torres requested to merge joantolo/mutter:improve-single-pix-buf into main

The single pixel buffer allows setting colors with 32 bpc.

Attempt to use pixel formats that allow higher precision than BGRA_8888.

First attempt to use half float format, fallback to ABGR_2101010 and finally fallback to BGRA_8888.

Merge request reports