Skip to content

Add plane format in weston-debug

Marius Vlad requested to merge mvlad/weston:plane-format into master

This adds support in weston-debug to display the pixel format of the framebuffer attached on the HW plane. It touches both legacy and atomic paths.

While at it, discovered that in some cases (specifically when view being is fully opaque) we wrongly displayed the the client pixel format buffer. This takes that into (consideration), and it also displays the original pixel format and adds a few words about the opaque substitute (as documentation).

This also also prints the DRM FB backing the view when using HW only mode of compositing.

Edited by Marius Vlad

Merge request reports