aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/glapi/glapi.h
Commit message (Collapse)AuthorAgeFilesLines
* silence warningAlan Hourihane2004-12-081-1/+1
|
* Use new _glapi_proc typedef instead of void * for function pointers.Brian Paul2004-11-271-2/+4
| | | | Misc clean-ups in glapi.c
* 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
| | | | Instead of mstdio.[ch], use imports.[ch] to isolate these functions.
* New mechanism for thread-safe GL API dispatch. C-based dispatch is faster.Brian Paul2001-03-281-1/+5
| | | | | | Folded glapinoop.c code into glapi.c. Added code to glapitemp.h to fill in dispatch tables. Updated Makefiles.
* 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
| | | | Changed src/Makefile.X11 to compile Trace sources like other drivers.
* 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