mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-20 04:28:13 +02:00
On weston_output_repaint(), we have: output_assign_planes(output); ... output->repaint(output); output_assign_planes() avoids calling output->assign_planes() when output->disable_planes > 0. This brings a few complications to backends, because they can't rely on the repaint loop starting from a certain function: sometimes it starts from assign_planes(), others from repaint(). Let's be more consistent: always call assign_planes() and let backends handle output->disable_planes. Signed-off-by: Leandro Ribeiro <leandro.ribeiro@collabora.com> |
||
|---|---|---|
| .. | ||
| drm-gbm.c | ||
| drm-internal.h | ||
| drm-kms-enums.h | ||
| drm-virtual.c | ||
| drm.c | ||
| fb.c | ||
| kms-color.c | ||
| kms.c | ||
| libbacklight.c | ||
| libbacklight.h | ||
| meson.build | ||
| modes.c | ||
| state-helpers.c | ||
| state-propose.c | ||
| vaapi-recorder.c | ||
| vaapi-recorder.h | ||