Skip to content
  • Benjamin Otte's avatar
    glx: Implement support for EXT_swap_control · c7b62d89
    Benjamin Otte authored
    XWayland (at least on gnome-shell) does not support SGI_swap_control,
    which we were using to unset the swap interval.
    
    It does support EXT_swap_control though, which is the more modern
    version of the same thing, so this commit adds support for that.
    
    And now GDK_DEBUG=no-vsync gives me >1000fps instead of just 60fps,
    c7b62d89