skui-org / skui

Skia-based C++ UI framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XCB/OpenGL resizing incorrectly renders window contents with an offset

rubenvb opened this issue · comments

Upstream Mesa bugs:

Possible workarounds:

  • LIBGL_ALWAYS_INDIRECT=1
  • use CPU rendering

It seems Mesa is missing some important X events and the GL context viewport may not be properly updated

This should be fixed by commit da03a90