Skip to content
  • Brian Nguyen's avatar
    Export pthreads functions from libGLdispatch, rather than libGLX · ac9d4092
    Brian Nguyen authored
    GLdispatch previously relied on locking primitives retrieved from
    libGLX, but it may be loaded and used by other interface libraries (e.g.
    libOpenGL) prior to being loaded by libGLX.  Instead, statically link
    the glvnd_pthread wrapper library in libGLdispatch and import the
    wrapper functions into libGLX when it first initializes libGLdispatch.
    ac9d4092