mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-18 06:47:31 -04:00
Right now we rely on Mesa's renderonly/kmsro to handle split render/display systems. And we have a bunch of special cases in wlroots to accomodate for the fact we don't know about the render node. However, after a recent discussion [1], it appears we should be able to handle split render/display systems ourselves. If the backend is using a platform display-only device, we can pick a platform render-only device. This should work for all known split render/display SoCs. [1]: https://gitlab.freedesktop.org/mesa/mesa/-/issues/9920 |
||
|---|---|---|
| .. | ||
| allocator | ||
| gles2 | ||
| pixman | ||
| vulkan | ||
| dmabuf.c | ||
| dmabuf_fallback.c | ||
| dmabuf_linux.c | ||
| drm_format_set.c | ||
| egl.c | ||
| meson.build | ||
| pass.c | ||
| pixel_format.c | ||
| swapchain.c | ||
| wlr_renderer.c | ||
| wlr_texture.c | ||