weston/libweston
Robert Mader 5a2509ffb1 backend-drm: Don't force non-opaque overlays to primary plane
If a view is non-opaque - such as an overlay over a video - we shouldn't
force it to be on the primary plane, as that's where the underlying
content should be placed, such as the video view.

dc0de9ee already mentioned: "This check should be changed in future to
only filter for opaque views, but that's for another time."

Adding "Fixes" at this is arguably a bug fix:
Fixes: dc0de9ee (backend-drm: Move overlay vs. primary plane check earlier)
Fixes: 2538aacc (backend-drm: Construct a zpos candidate list of planes)

Signed-off-by: Robert Mader <robert.mader@collabora.com>
2024-01-11 15:57:09 +01:00
..
backend-drm backend-drm: Don't force non-opaque overlays to primary plane 2024-01-11 15:57:09 +01:00
backend-headless libweston/backends: Move damage flush into backends 2024-01-10 14:13:09 -06:00
backend-pipewire libweston/backends: Move damage flush into backends 2024-01-10 14:13:09 -06:00
backend-rdp libweston/backends: Move damage flush into backends 2024-01-10 14:13:09 -06:00
backend-vnc libweston/backends: Move damage flush into backends 2024-01-10 14:13:09 -06:00
backend-wayland libweston/backends: Move damage flush into backends 2024-01-10 14:13:09 -06:00
backend-x11 libweston/backends: Move damage flush into backends 2024-01-10 14:13:09 -06:00
color-lcms color: do not use NULL as stock sRGB color profile 2023-10-30 11:47:35 +00:00
desktop libweston-desktop: Work around crash when opening popup menu 2023-12-11 16:58:01 +01:00
renderer-gl gl-renderer: Prefix clipper API 2023-12-05 10:54:39 +00:00
shell-utils shell-utils: Use weston_coord in curtain params 2023-09-18 20:35:37 +00:00
animation.c libweston/animation: Remove weston_fade_run unused argument 2024-01-09 13:15:16 +02:00
auth.c libweston: Add user authentication support via PAM 2022-11-23 16:58:48 +01:00
backend.h libweston/backends: Move damage flush into backends 2024-01-10 14:13:09 -06:00
bindings.c input: Fix uint/enum declaration mismatch 2023-04-11 11:44:34 +00:00
clipboard.c
color-noop.c color: do not use NULL as stock sRGB color profile 2023-10-30 11:47:35 +00:00
color.c color: do not use NULL as stock sRGB color profile 2023-10-30 11:47:35 +00:00
color.h color: add get_stock_sRGB_color_profile() to color manager 2023-10-30 11:47:35 +00:00
compositor.c libweston/backends: Move damage flush into backends 2024-01-10 14:13:09 -06:00
content-protection.c
data-device.c input: Use surface/view helpers for drag surfaces 2023-12-06 12:16:27 +00:00
drm-formats.c
git-version.h.meson
gl-borders.c libweston, backends: move GL renderer interface into weston_renderer 2023-01-16 20:40:34 +01:00
gl-borders.h libweston, backends: move GL renderer interface into weston_renderer 2023-01-16 20:40:34 +01:00
input.c input: Use surface/view helpers to map 2023-12-06 12:16:27 +00:00
launcher-impl.h launcher: Remove launcher-logind 2023-09-29 09:55:32 -05:00
launcher-libseat.c launcher-libseat: Don't depend on dbus 2023-09-29 09:47:43 -05:00
launcher-util.c launcher: Remove launcher-logind 2023-09-29 09:55:32 -05:00
launcher-util.h
libinput-device.c libinput: hook up tablet events 2023-03-31 12:10:26 +00:00
libinput-device.h libinput: hook up tablet events 2023-03-31 12:10:26 +00:00
libinput-seat.c libweston: Use weston_coord in struct weston_pointer 2023-02-17 13:51:23 +00:00
libinput-seat.h
libweston-internal.h libweston: Set the presentation clock in the compositor 2023-08-02 11:51:56 +03:00
linux-dmabuf.c linux-dmabuf: replace assert with the new weston-assert 2023-09-28 06:52:24 +00:00
linux-dmabuf.h linux-dmabuf: replace assert with the new weston-assert 2023-09-28 06:52:24 +00:00
linux-explicit-synchronization.c
linux-explicit-synchronization.h
linux-sync-file-uapi.h
linux-sync-file.c
linux-sync-file.h
log.c libweston: Add weston_log_paced() 2022-11-08 08:32:26 -06:00
meson.build libweston: Remove dbus helpers 2023-09-29 09:58:01 -05:00
noop-renderer.c libweston: Add output parameter to weston_renderer::flush_damage() 2023-07-14 16:30:52 +00:00
output-capture.c drm: allow to skip composition if pending capture is writeback 2023-03-31 10:36:31 +00:00
output-capture.h drm: allow to skip composition if pending capture is writeback 2023-03-31 10:36:31 +00:00
pixel-formats.c pixel-formats: Add P010/P012/P016 formats 2023-09-07 15:44:13 +02:00
pixel-formats.h pixel-formats: Add gl_internalformat 2023-06-09 09:21:31 +00:00
pixman-renderer.c replace weston_signal_emit_mutable with wl_signal_emit_mutable 2023-12-04 11:37:17 +02:00
pixman-renderer.h pixman-renderer: use pixel_format_info instead of pixman_format_code_t 2023-01-28 12:59:16 +00:00
plugin-registry.c
screenshooter.c screenshooter: Add SHM buffer destroy listener to avoid invalid memcpy 2022-10-03 16:52:16 +02:00
spring-tool.c
timeline.c
timeline.h
touch-calibration.c touch-calibrator: Regularise surface/view mapping 2023-12-06 12:16:27 +00:00
vertex-clipping.c gl-renderer: Improve clipper documentation 2023-12-05 10:54:39 +00:00
vertex-clipping.h gl-renderer: Improve clipper documentation 2023-12-05 10:54:39 +00:00
weston-direct-display.c
weston-log-file.c
weston-log-flight-rec.c weston-log-flight-rec: Map ring buffer using memset() 2023-03-10 11:35:04 +01:00
weston-log-internal.h
weston-log-wayland.c
weston-log.c libweston/weston-log: Add a iterator helper for debug scope 2023-05-30 11:05:14 +00:00