aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/glapi/glapi.c
Commit message (Expand)AuthorAgeFilesLines
* replaced assertion with a conditional in _glapi_add_entrypoint()Brian Paul2000-05-241-7/+8
* bunch of updates to static_functions[]Brian Paul2000-05-181-250/+510
* renamed mesaStrDup() to str_dup()Brian Paul2000-03-291-9/+10
* Updated to compile under Irix 6.5Randy Frank2000-03-271-3/+14
* fixed compiler warnings on BeOS R4Brian Paul2000-03-191-349/+349
* now using SGI-specified dispatch orderBrian Paul2000-02-241-576/+652
* changed a GLuint to GLintBrian Paul2000-02-231-2/+2
* always include thread.hBrian Paul2000-02-121-3/+1
* added more error checking to _glapi_add_entrypoint()Brian Paul2000-02-121-7/+14
* clean-upBrian Paul2000-02-121-16/+66
* changed thread TSD initializationBrian Paul2000-02-101-17/+4
* replace offset with functionOffset in generate_entrypoint()Brian Paul2000-02-021-2/+2
* added Josh's dynamic display assembly generatorBrian Paul2000-01-311-3/+41
* renamed _glapi_CurrentContext to _glapi_ContextBrian Paul2000-01-281-9/+9
* removed actual GL entrypoints (glapitemp.h)Brian Paul2000-01-281-70/+11
* include conf.h if HAVE_CONFIG_H definedBrian Paul2000-01-271-1/+4
* disabled X86-optimized dispatch when using XF86DRI (temporary)Brian Paul2000-01-171-2/+2
* renamed _mesa_Dispatch to _glapi_Dispatch, misc clean-upBrian Paul2000-01-171-19/+16
* x86 assembly dispatchJosh Vanderhoof2000-01-161-22/+27
* minor change for DEBUG buildsBrian Paul2000-01-141-2/+4
* added printf-message to dispatch templatesBrian Paul2000-01-101-3/+32
* removed DISPATCH_SETUP, added RETURN_DISPATCHBrian Paul2000-01-081-5/+14
* improved robustness of extension handling in static_functions[] arrayBrian Paul2000-01-071-229/+467
* removed _glapi_ThreadSafeBrian Paul2000-01-051-17/+12
* added current context functions, made ThreadSafe publicBrian Paul1999-12-171-8/+62
* more tweaking of thread supportBrian Paul1999-12-171-3/+8
* minor clean-upBrian Paul1999-12-161-13/+1
* thread support now worksBrian Paul1999-12-161-30/+80
* new threading, more functions addedBrian Paul1999-12-161-672/+447
* new thread codeBrian Paul1999-12-151-19/+50
* added many more extension entry pointsBrian Paul1999-12-151-91/+43
* implemented GL_ARB_tranpose_matrixBrian Paul1999-12-101-1/+15
* lots of work on extension managementBrian Paul1999-11-271-540/+628
* now using glapitemp.h to generate entrypointsBrian Paul1999-11-251-2879/+24
* updates for thread safetyBrian Paul1999-11-191-572/+1113
* replaced _GLAPI_EXT_color_table with _GLAPI_EXT_paletted_textureBrian Paul1999-11-121-5/+5
* reordered some functionsBrian Paul1999-11-121-63/+63
* . More Watcom C++ warnings fixed in Mesa.Kendall Bennett1999-11-121-2/+2
* minor clean-upsBrian Paul1999-11-121-8/+12
* don't include strings.h or stdio.hBrian Paul1999-11-111-4/+2
* Added missing GLAPIENTRY to glConvolution* and glCopy*sio1999-11-111-9/+9
* first big check-in of new Mesa 3.3 codeBrian Paul1999-11-111-0/+3505