Skip to content
  • Stefano Bonicatti's avatar
    Fix canvas not updating when OpenGL is active on some drivers · 82953d86
    Stefano Bonicatti authored
    Fence sync object is bugged on some drivers and needs a workaround to
    work again.
    The call to glClientWaitSync permits the fence sync to get eventually
    signaled and not get stuck on unsignaled forever as it was happening.
    Right now the issue is known to be present on AMD cards with proprietary drivers only,
    therefore the renderer string is checked against the string 'AMD'.
    82953d86