summaryrefslogtreecommitdiff
path: root/src/mesa/glapi/glapi.h
AgeCommit message (Expand)Author
2010-02-11glapi: Avoid #including gl.hKristian Høgsberg
2010-01-22glapi: clean-up and simplify glapi_nop.c codeBrian Paul
2009-08-28Put 'extern' first on the line to silence GCC warnings.Ian Romanick
2009-08-25Revert "glapi: Fix a possible race in getting current context/dispatch."Brian Paul
2009-08-24glapi: Fix a possible race in getting current context/dispatch.Chia-I Wu
2008-09-23mesa: refactor: move GetProcAddress code from glapi.c into new glapi_getproc....Brian Paul
2008-09-21mesa: move some glapi bits aroundBrian Paul
2006-03-15Need to include glthread.h in glapi.h, not glapi.c so that GET_CURRENT_CONTEXTBrian Paul
2006-02-10commit to fixup MGL namespacing for XGLDave Airlie
2005-08-10Remove _glapi_check_multithread from the interface exported by the loader toIan Romanick
2005-07-28Major rip-up of internal function insertion interface. The oldIan Romanick
2005-04-28Stop gcc-4.0 complaining about "type qualifiers ignored on functionKeith Whitwell
2005-04-14In GLX_USE_TLS builds, make GET_CURRENT_CONTEXT use the TLS verion of theIan Romanick
2005-04-13Add TLS support to libGL and, by virtue of using glthread.h and GL_CALL, allIan Romanick
2004-12-08silence warningAlan Hourihane
2004-11-27Use new _glapi_proc typedef instead of void * for function pointers.Brian Paul
2004-09-10More updates for Doxygen.Brian Paul
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2002-06-29Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul
2001-03-28New mechanism for thread-safe GL API dispatch. C-based dispatch is faster.Brian Paul
2001-01-23added dispatch override mechanism, used by trace extensionBrian Paul
2000-09-26Replaced preprocessor symbol GL_MESA_TRACE with MESA_TRACE.Brian Paul
2000-09-15added GL_MESA_trace supportBrian Paul
2000-09-05added tracing facility from LokiBrian Paul
2000-01-28renamed _glapi_CurrentContext to _glapi_ContextBrian Paul
2000-01-17added _glapi_DispatchBrian Paul
2000-01-05removed _glapi_ThreadSafeBrian Paul
1999-12-17added current context functions, made ThreadSafe publicBrian Paul
1999-12-16minor clean-upBrian Paul
1999-12-16thread support now worksBrian Paul
1999-12-16minor changeBrian Paul
1999-12-15added _glapi_get_proc_name()Brian Paul
1999-12-15new thread codeBrian Paul
1999-12-15added many more extension entry pointsBrian Paul
1999-11-27lots of work on extension managementBrian Paul
1999-11-25include glapitable.hBrian Paul
1999-11-12replaced _GLAPI_EXT_color_table with _GLAPI_EXT_paletted_textureBrian Paul
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul