mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-06 10:18:01 +02:00
compositor: print all existing capability bits
Gives a string for all existing capability bits. This is useful for the next commit. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
This commit is contained in:
parent
eb2aa7d8f3
commit
ed2182f356
1 changed files with 4 additions and 0 deletions
|
|
@ -781,6 +781,10 @@ static const struct {
|
|||
} capability_strings[] = {
|
||||
{ WESTON_CAP_ROTATION_ANY, "arbitrary surface rotation" },
|
||||
{ WESTON_CAP_CAPTURE_YFLIP, "screen capture uses y-flip" },
|
||||
{ WESTON_CAP_CURSOR_PLANE, "cursor planes" },
|
||||
{ WESTON_CAP_ARBITRARY_MODES, "arbitrary resolutions" },
|
||||
{ WESTON_CAP_VIEW_CLIP_MASK, "view mask clipping" },
|
||||
{ WESTON_CAP_EXPLICIT_SYNC, "explicit sync" },
|
||||
{ WESTON_CAP_COLOR_OPS, "color operations" },
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue