I'm using Vulkan to render to a Linux XCB window. The main message loop uses xcb_poll_for_event(), or xcb_wait_for_event() to receive keyboard, mouse and windowing events. Everything works as expected, until the user resizes the window, and the app resizes the Vulkan Swapchain accordingly. Then, I start receiving a non-stop flood of XCB_GE_GENERIC events. This problem occurs on Ubuntu Unity, Ubuntu Gnome and Fedora Gnome, but only when using Intel Mesa Vulkan drivers. It does not happen when using proprietary NVidia or AMD graphics drivers.
*** Bug 99262 has been marked as a duplicate of this bug. ***
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/mesa/mesa/issues/827.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.