In GLX_USE_TLS builds, make GET_CURRENT_CONTEXT use the TLS verion of the
authorIan Romanick <idr@us.ibm.com>
Thu, 14 Apr 2005 21:05:55 +0000 (21:05 +0000)
committerIan Romanick <idr@us.ibm.com>
Thu, 14 Apr 2005 21:05:55 +0000 (21:05 +0000)
commit6cae4f3bc9b92f9bbda753843e8ff0f0bbbb8fb3
tree20046e523ff4bf96981adb3b6dba8f17cac00840
parentf434e07a6ac849cd127d70eee8b3349da7cfb360
In GLX_USE_TLS builds, make GET_CURRENT_CONTEXT use the TLS verion of the
variable.  Without this, GET_CURRENT_CONTEXT would *always* result in a call
to _glapi_get_context (because _glapi_Context is a const pointer to NULL in
TLS builds).
src/mesa/glapi/glapi.h
src/mesa/glapi/glthread.h
src/mesa/main/context.h