weston/libweston
Marius Vlad 7ceda8cbba gl-renderer: Ensure gl_buffer_state is present for direct-display
This patch makes sure we have a gl_buffer_state present when using
direct-display protocol extensions (which forbids any GL imports, and
assumes a direct path with the display unit to perform a KMS import).

Without this patch we would basically have no gl_buffer_state at repaint
time because we never manged to create one, as direct-display code path
will return much early.

Partially fixes gitlab.freedesktop.org/wayland/weston/-/issues/621.

Suggested-by: Pekka Paalanen <pekka.paalanen@collabora.com>
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
2022-06-03 14:46:37 +03:00
..
backend-drm backend-drm: explicitly pass device to initialization 2022-06-03 09:18:12 +02:00
backend-headless backend-headless: support all EOTF modes 2022-05-02 12:19:24 +00:00
backend-rdp rdp: Update cursor position on most mouse messages 2022-06-01 12:16:37 +00:00
backend-wayland compositor: remove repaint_data from compositor 2022-04-06 12:47:05 +02:00
backend-x11 compositor: remove repaint_data from compositor 2022-04-06 12:47:05 +02:00
color-lcms build: consolidate lcms2 dependencies 2022-06-03 10:22:25 +00:00
renderer-gl gl-renderer: Ensure gl_buffer_state is present for direct-display 2022-06-03 14:46:37 +03:00
animation.c Fix indentation all through the project 2021-07-31 15:28:20 +00:00
backend.h libweston: add HDR metadata to weston_output 2022-05-27 10:30:35 +00:00
bindings.c Don't send compositor's global key bindings to the input method 2022-02-23 15:40:33 +02:00
clipboard.c libweston: correct argument name in the handler of wl_data_source.accept 2022-04-14 12:05:57 +00:00
color-noop.c libweston: add HDR metadata to weston_output 2022-05-27 10:30:35 +00:00
color.c backend-drm: check for HDR_OUTPUT_METADATA 2022-05-02 12:19:24 +00:00
color.h color: simplify color manager API with weston_output_color_outcome 2022-05-06 09:33:35 +00:00
compositor.c compositor: improve opacity handling for scaled surfaces 2022-06-03 08:19:29 +00:00
content-protection.c content-protection: Don't leak update timer on shutdown 2021-12-08 13:38:18 +00:00
data-device.c weston_buffer: Prepare for buffer to outlive resource 2022-04-25 14:27:08 +00:00
dbus.c
dbus.h
drm-formats.c drm-formats: add weston_drm_format_array_count_pairs() 2021-11-25 10:47:45 -03:00
git-version.h.meson
input.c input: Fix bug in idle inhibition 2022-04-18 12:10:20 +00:00
launcher-impl.h launchers: Remove --tty option 2022-03-03 17:00:15 -06:00
launcher-libseat.c libweston: Enable logging for libseat launcher 2022-03-10 17:13:16 +02:00
launcher-logind.c launcher-logind: Don't check wl->vtnr before returning it. 2022-03-16 13:12:20 +00:00
launcher-util.c launchers: Remove --tty option 2022-03-03 17:00:15 -06:00
launcher-util.h launchers: Remove --tty option 2022-03-03 17:00:15 -06:00
libinput-device.c Fix indentation all through the project 2021-07-31 15:28:20 +00:00
libinput-device.h
libinput-seat.c libinput-seat: Cascade errors and bail out in case of failure 2021-11-25 10:47:04 +02:00
libinput-seat.h
libweston-internal.h tests: add color-metadata-errors test 2022-05-27 10:30:35 +00:00
linux-dmabuf.c libweston/linux-dmabuf: create surface feedback on demand 2022-05-12 11:53:04 +00:00
linux-dmabuf.h backend-drm: add KMS plane's formats to per-surface dma-buf feedback 2021-11-25 11:16:52 -03:00
linux-explicit-synchronization.c
linux-explicit-synchronization.h
linux-sync-file-uapi.h
linux-sync-file.c
linux-sync-file.h
log.c Fix indentation all through the project 2021-07-31 15:28:20 +00:00
meson.build libweston: remove fbdev backend 2022-03-15 11:32:46 +02:00
noop-renderer.c noop-renderer: Remove volatile and use compiler attribute 2022-05-16 08:24:59 +00:00
pixel-formats.c pixel-formats: Add R8 and GR88 2022-05-20 11:24:41 +00:00
pixel-formats.h pixel-formats: Add internal-only format flag 2022-05-20 11:24:41 +00:00
pixman-renderer.c renderer: Set surface->is_opaque in the core 2022-05-16 13:51:42 +01:00
pixman-renderer.h pixman-renderer: Replace output-create flags with struct 2020-03-20 15:25:24 +00:00
plugin-registry.c
screenshooter.c weston_buffer: Make use of weston_buffer->type 2022-04-25 14:27:08 +00:00
spring-tool.c
timeline.c libweston: fix typos 2021-02-24 10:01:17 -05:00
timeline.h libweston: move TYPEVERIFY macro into shared 2021-02-17 12:52:33 +00:00
touch-calibration.c touch-calibration: Clean-up if touch calibrator has been enabled 2022-04-20 08:27:17 +00:00
vertex-clipping.c tests: make vertex-clip use WESTON_EXPORT_FOR_TESTS 2022-03-01 13:32:15 +00:00
vertex-clipping.h
weston-direct-display.c
weston-log-file.c weston-log: destroy subscriptions with destruction of subscribers 2020-02-10 10:53:50 +00:00
weston-log-flight-rec.c weston-log: destroy subscriptions with destruction of subscribers 2020-02-10 10:53:50 +00:00
weston-log-internal.h weston-log-wayland: make stream_destroy() use weston_log_subscriber_release() 2020-02-10 10:53:50 +00:00
weston-log-wayland.c Fix indentation all through the project 2021-07-31 15:28:20 +00:00
weston-log.c weston-log: Extract helper for generating a time stamp 2022-03-10 17:11:31 +02:00