Mir

mir:add-drm-format-infrastructure

Last commit made on 2022-03-08
Get this branch:
git clone -b add-drm-format-infrastructure https://git.launchpad.net/mir

Branch merges

Branch information

Name:
add-drm-format-infrastructure
Repository:
lp:mir

Recent commits

670d20b... by Chris Halse Rogers

gbm-kms/Display: Use DRMFormat infrastructure

7f2f40a... by Chris Halse Rogers

platform: Add DRMFormat descriptor

Various parts of Mir code want to know various things about
pixel formats. The DRM fourcc format specifiers are reasonably
well described, in common use through Linux subsystems,
both kernel and userspace, and we already need to use them
in various parts of the codebase.

This adds some infrastructure for describing DRM formats.

b7f23e1... by Chris Halse Rogers

gbm-kms: Drop dead {set,drop}_master helper code

55e43d4... by "bors[bot]" <26634292+bors[bot]@users.noreply.github.com>

Merge #2352

2352: Update test fixtures to ensure XDG_RUNTIME_DIR is set r=wmww a=AlanGriffiths

Fixes: #2351

Co-authored-by: Alan Griffiths <email address hidden>

46a15cd... by Alan Griffiths

Fix XDG_RUNTIME_DIR for tests than assume it

371b9ec... by "bors[bot]" <26634292+bors[bot]@users.noreply.github.com>

Merge #2350

2350: Add fatal_error if unable to bind Wayland socket r=graysonguarino a=graysonguarino

Fixes #2191 by adding a `fatal_error` if WaylandConnector cannot bind Wayland socket.

Co-authored-by: Grayson Guarino <email address hidden>
Co-authored-by: Grayson Guarino <email address hidden>

ee0a6ed... by Grayson Guarino <email address hidden>

Fix whitespace

Co-authored-by: Alan Griffiths <email address hidden>

a345b69... by Anthony Grayson Guarino

Add fatal_error if unable to bind Wayland socket

fa0842c... by "bors[bot]" <26634292+bors[bot]@users.noreply.github.com>

Merge #2349

2349: [x11-platform] Make window title a configuration option r=AlanGriffiths a=graysonguarino

Fixes #2219 by making the initialized title an argument in X11Window, and if the argument is an empty string, sets it to the previous default, "Mir on X".

Co-authored-by: Grayson Guarino <email address hidden>

453cb00... by Anthony Grayson Guarino

Remove unused member