Skip to content
  • Chia-I Wu's avatar
    egl: Support per-thread info. · 75da80b2
    Chia-I Wu authored and Brian Paul's avatar Brian Paul committed
    
    
    This commit introduces a "current" system to manage per-thread info.  It
    uses TLS, if GLX_USE_TLS is defined, or pthread, if PTHREADS is defined.
    If none of them are defined, it uses a dummy implementation that is just
    like before.
    
    Signed-off-by: default avatarChia-I Wu <olvaffe@gmail.com>
    75da80b2