Skip to content
  • Kyle Brenneman's avatar
    Remove __GLdispatchAPIState::context. · 161f3f05
    Kyle Brenneman authored
    Remvoved the context member of __GLdispatchAPIState, and instead added a new
    currentContext member to __GLXAPIState.
    
    libGLdispatch only needs the API state pointer, not the window system's context
    handle.
    
    This also removes the ill-defined case where a thread could have a current API
    state but not a current context.
    161f3f05