Mir

mir:better-crtc-finding

Last commit made on 2024-02-22
Get this branch:
git clone -b better-crtc-finding https://git.launchpad.net/mir

Branch merges

Branch information

Name:
better-crtc-finding
Repository:
lp:mir

Recent commits

7a8e820... by Alan Griffiths

Don't find the same `crtc` twice in a row

120d2cc... by Alan Griffiths

Merge pull request #3220 from canonical/better-platform-selection

Better platform selection

c52c10c... by Alan Griffiths

Merge pull request #3237 from canonical/various-stream-cleanups

compositor: Drop vestigial queueing support

71fda59... by Alan Griffiths

Avoid needless copying

535ee8e... by Alan Griffiths

Merge pull request #3240 from canonical/fix-egl-generic-log-messages

platforms/egl-generic: Don't pretend to be gbm-kms in log messages

7a82acb... by Chris Halse Rogers

platforms/egl-generic: Don't pretend to be gbm-kms in log messages

e0e7f4a... by Chris Halse Rogers

graphics/PlatformProbe: Don't eat (impossible) exceptions

03f3a5d... by Chris Halse Rogers

toolkit: Preserve the values of non-removed MirWindowAttrib enumerators.

There's no need break ABI here.

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

74ec565... by Chris Halse Rogers

mc::Stream: Clarify locking with `mir::Synchronised`

d5d10a8... by Chris Halse Rogers

compositor: Drop `Schedule` entirely.

Since `MultiMonitorArbiter` no longer needs to switch between queueing and
mailbox modes, *and* mailbox is trivial to implement, we can just have
`MultiMonitorArbiter` handle the mailbox directly and drop a layer of indirection.