weston/libweston/backend-drm
Philipp Zabel 4d96635a3f pixman-renderer: track damage in weston_renderbuffer
Add a damage region to struct weston_renderbuffer and use it to replace
the previous_damage tracking in the drm backend.

Keep renderbuffers on a list in struct pixman_output_state and use it
to accumulate damage on all renderbuffers during repaint_output.
Now renderbuffers have to be created when pixman output state already
exists.
Reorder renderer output state and renderbuffer creation accordingly.

With this, pixman_renderer_output_set_hw_extra_damage() can be removed.

This can not yet replace the external damage tracking in the VNC
backend, which needsto know the accumulated damage that is not returned
from repaint_output.

Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com>
2023-01-23 20:05:21 +00:00
..
drm-gbm.c pixman-renderer: set renderbuffer via new repaint_output parameter 2023-01-23 20:05:21 +00:00
drm-internal.h pixman-renderer: track damage in weston_renderbuffer 2023-01-23 20:05:21 +00:00
drm-virtual.c libweston, backends: move GL renderer interface into weston_renderer 2023-01-16 20:40:34 +01:00
drm.c pixman-renderer: track damage in weston_renderbuffer 2023-01-23 20:05:21 +00:00
fb.c backend-drm: store backend on struct drm_output 2023-01-16 11:51:48 +01:00
kms-color.c Revert "backend-drm: add HDR_OUTPUT_METADATA definitions" 2022-06-07 09:35:14 +01:00
kms.c backend-drm: reset CRTC_VRR_ENABLED 2023-01-10 11:28:27 +00:00
libbacklight.c libbacklight: Fix backlight never gets initialized 2022-04-11 08:38:00 +03:00
libbacklight.h backend-drm: move into new subdir 2019-05-16 13:32:34 +01:00
meson.build build: simplify dep_egl a bit 2022-12-14 11:57:24 +00:00
modes.c backend-drm: get the drm device from the output 2022-06-03 09:17:49 +02:00
state-helpers.c backend-drm: Use output to buffer matrix for plane setup 2023-01-16 17:56:36 +00:00
state-propose.c drm: Pass paint node to drm_plane_state_coords_for_view 2023-01-09 21:58:19 +00:00
vaapi-recorder.c drm/vaapi: Fix pointer-size confusion 2021-08-03 11:13:23 +00:00
vaapi-recorder.h backend-drm: move into new subdir 2019-05-16 13:32:34 +01:00