Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.15.18, 6.8.3, 6.9.0
Description
Build the attached reproducer against 6.8.3 or 6.9.0, and run with -platform wayland or -platform xcb to see the issues, respectively. Drag slider around to resize window and glitches should happen.
On Wayland:
Window "wobbles around" (or say "shakes") when being resized.
On XCB:
The Rectangle that fills the window cannot "keep up" with the resizing, leaving right and bottom edges black for a moment.
So far, I'd say it is about either OpenGL itself or how we use OpenGL. Since rendering with software or Vulkan backend works perfectly fine.