mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-17 06:46:39 -04:00
Merge branch 'dmabuf' into 'master'
Allow scanning out fullscreen surfaces on secondary GPUs See merge request wlroots/wlroots!4055
This commit is contained in:
commit
772265a81a
18 changed files with 782 additions and 76 deletions
|
|
@ -107,6 +107,7 @@ struct wlr_drm_backend {
|
|||
|
||||
/* Only initialized on multi-GPU setups */
|
||||
struct wlr_drm_renderer mgpu_renderer;
|
||||
struct wlr_multi_gpu *multi_gpu;
|
||||
|
||||
struct wlr_session *session;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue