wlroots/types/output
Manuel Stoeckl 3d7d6ec06f output: use XRGB8888 format instead of ARGB8888
Most (and possibly all) compositors using wlroots only ever render
fully opaque content. To provide better performance, this change
switches the default format used by wlr_output buffers from
ARGB8888 to the opaque XRGB8888.

Compositors like mutter, kwin, and weston already default to
XRGB8888, so this change is unlikely to expose any new bugs in
underlying drivers and hardware.

This does not affect the hardware cursor's buffer format, which is
still ARGB8888 by default.

As part of this change, the X11 backend (which does not support
changing format at runtime) now picks a true color, 24 bit depth
visual (i.e. XRGB8888) instead of a 32 bit depth (ARGB8888) one.
2021-11-19 15:51:46 +00:00
..
cursor.c output: lift up output format fallback logic 2021-11-19 15:51:46 +00:00
output.c output: drop wlr_output_export_dmabuf 2021-11-08 15:57:19 +00:00
render.c output: use XRGB8888 format instead of ARGB8888 2021-11-19 15:51:46 +00:00
transform.c output: split into multiple files 2021-10-23 00:49:24 +02:00