Skip to content
  • Robert Bragg's avatar
    glx backend: Adds support for GLX_INTEL_swap_event · 5d702853
    Robert Bragg authored
    If your OpenGL driver supports GLX_INTEL_swap_event that means when
    glXSwapBuffers is called it returns immediatly and an XEvent is sent when
    the actual swap has finished.
    
    Clutter can use the events that notify swap completion as a means to
    throttle rendering in the master clock without blocking the CPU and so it
    should help improve the performance of CPU bound applications.
    5d702853