mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-20 06:58:16 +02:00
When we need to poll the XCB connection with a non-trivial timeout, be very careful to not hit an XCB bug where a poll() may hang for too long even if an event is ready in the special event queue. This is a pragmatic workaround, a wait_for_special_event_with_timeout() is the only proper solution here. Signed-off-by: Hans-Kristian Arntzen <post@arntzen-software.no> Reviewed-by: Michel Dänzer <mdaenzer@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19279> |
||
|---|---|---|
| .. | ||
| meson.build | ||
| wsi_common.c | ||
| wsi_common.h | ||
| wsi_common_display.c | ||
| wsi_common_display.h | ||
| wsi_common_drm.c | ||
| wsi_common_drm.h | ||
| wsi_common_private.h | ||
| wsi_common_queue.h | ||
| wsi_common_wayland.c | ||
| wsi_common_win32.c | ||
| wsi_common_x11.c | ||