mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-17 06:28:09 +02:00
This patch creates a per-output paint node list in the same z-order as the global view_list in weston_compositor. The next step is to switch output repaints and backends to use the z-order list instead of view_list. Having a per-output paint node list for repaints allows including only those paint nodes that actually contribute to the output image, so that completely occluded and out-of-screen views can be ignored in libweston core already. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com> |
||
|---|---|---|
| .. | ||
| backend-drm.h | ||
| backend-fbdev.h | ||
| backend-headless.h | ||
| backend-rdp.h | ||
| backend-wayland.h | ||
| backend-x11.h | ||
| config-parser.h | ||
| libweston.h | ||
| matrix.h | ||
| meson.build | ||
| pipewire-plugin.h | ||
| plugin-registry.h | ||
| remoting-plugin.h | ||
| version.h.in | ||
| weston-log.h | ||
| windowed-output-api.h | ||
| xwayland-api.h | ||
| zalloc.h | ||