summaryrefslogtreecommitdiffstats
path: root/src/mesa/glapi/glapi.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: refactor: move GetProcAddress code from glapi.c into new glapi_getproc....Brian Paul2008-06-181-2/+10
* mesa: move some glapi bits aroundBrian Paul2008-06-131-1/+4
* Need to include glthread.h in glapi.h, not glapi.c so that GET_CURRENT_CONTEXTBrian Paul2006-03-151-15/+15
* commit to fixup MGL namespacing for XGLDave Airlie2006-02-101-0/+8
* Remove _glapi_check_multithread from the interface exported by the loader toIan Romanick2005-08-101-4/+0
* Major rip-up of internal function insertion interface. The oldIan Romanick2005-07-281-7/+4
* Stop gcc-4.0 complaining about "type qualifiers ignored on functionKeith Whitwell2005-04-281-1/+1
* In GLX_USE_TLS builds, make GET_CURRENT_CONTEXT use the TLS verion of theIan Romanick2005-04-141-0/+24
* Add TLS support to libGL and, by virtue of using glthread.h and GL_CALL, allIan Romanick2005-04-131-1/+8
* silence warningAlan Hourihane2004-12-081-1/+1
* Use new _glapi_proc typedef instead of void * for function pointers.Brian Paul2004-11-271-2/+4
* More updates for Doxygen.Brian Paul2004-09-101-3/+20
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul2002-06-291-1/+5
* New mechanism for thread-safe GL API dispatch. C-based dispatch is faster.Brian Paul2001-03-281-1/+5
* added dispatch override mechanism, used by trace extensionBrian Paul2001-01-231-6/+12
* Replaced preprocessor symbol GL_MESA_TRACE with MESA_TRACE.Brian Paul2000-09-261-2/+2
* added GL_MESA_trace supportBrian Paul2000-09-151-2/+2
* added tracing facility from LokiBrian Paul2000-09-051-2/+8
* renamed _glapi_CurrentContext to _glapi_ContextBrian Paul2000-01-281-4/+4
* added _glapi_DispatchBrian Paul2000-01-171-2/+4
* removed _glapi_ThreadSafeBrian Paul2000-01-051-3/+1
* added current context functions, made ThreadSafe publicBrian Paul1999-12-171-1/+14
* minor clean-upBrian Paul1999-12-161-2/+1
* thread support now worksBrian Paul1999-12-161-5/+5
* minor changeBrian Paul1999-12-161-2/+4
* added _glapi_get_proc_name()Brian Paul1999-12-151-1/+5
* new thread codeBrian Paul1999-12-151-1/+5
* added many more extension entry pointsBrian Paul1999-12-151-5/+1
* lots of work on extension managementBrian Paul1999-11-271-6/+9
* include glapitable.hBrian Paul1999-11-251-524/+2
* replaced _GLAPI_EXT_color_table with _GLAPI_EXT_paletted_textureBrian Paul1999-11-121-4/+4
* first big check-in of new Mesa 3.3 codeBrian Paul1999-11-111-0/+591