Skip to content
  • Kyle Brenneman's avatar
    libGLdispatch: Remove __glDispatchGetOffset and __glDispatchSetEntry. · b9aa37bd
    Kyle Brenneman authored
    Removed __glDispatchGetOffset and __glDispatchSetEntry from libGLdispatch.
    Neither one is used anywhere, and the dispatch offsets should be an internal
    detail of libGLdispatch.
    
    Removed the mutex from stub_find_dynamic. Anything that calls that function
    should already be holding the GLdispatch lock.
    
    Also removed the __GLdispatchGetOffsetHook, since nothing uses it anymore.
    b9aa37bd