Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
This adds back `wlr_output::needs_swap`. This allows a backend to
request buffer swaps even if the output isn't damaged. This is
needed by the DRM backend to trigger pageflips when the cursor
moves.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This happens when closing chromium for instance.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add wlr_output::enabled
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added fallbacks in DRM backend in case EDID extension data for model and serial is missing.
Updates #403
|
|
Fixes #465
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|