
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. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3913>