wlroots/backend
Kenny Levinsen 9c1930d462 backend/drm: Skip multi-gpu outputs in backend tests
Our multi-gpu path currently needs to blit a buffer in order to have a
primaryfb to add to the commit. This is expensive, and we skip it
entirely during test commits. This in turn also means that we skip tests
commits entirely for such outputs, outside our own basic tests.

Backend-wide commits missed this check, and tried to perform test
commits for multi-gpu outputs despite no primaryfb having been attached,
making them always fail. Add the same exception as we have in the
per-connector commit-test.
2024-04-09 21:57:02 +02:00
..
drm backend/drm: Skip multi-gpu outputs in backend tests 2024-04-09 21:57:02 +02:00
headless
libinput backend/libinput: drop stray space 2024-03-15 12:48:27 +01:00
multi backend/multi: implement wlr_backend_impl.{test,commit} 2024-03-14 22:03:10 +00:00
session
wayland input-device: drop wlr_input_device.{vendor,product} 2024-03-07 11:08:18 +00:00
x11
backend.c backend: add wlr_backend_{test,commit}() 2024-03-14 22:03:10 +00:00
meson.build