summaryrefslogtreecommitdiff
path: root/src/mesa/glapi/glapi.c
AgeCommit message (Expand)Author
2000-03-29renamed mesaStrDup() to str_dup()Brian Paul
2000-03-27Updated to compile under Irix 6.5Randy Frank
2000-03-19fixed compiler warnings on BeOS R4Brian Paul
2000-02-24now using SGI-specified dispatch orderBrian Paul
2000-02-23changed a GLuint to GLintBrian Paul
2000-02-12always include thread.hBrian Paul
2000-02-12added more error checking to _glapi_add_entrypoint()Brian Paul
2000-02-12clean-upBrian Paul
2000-02-10changed thread TSD initializationBrian Paul
2000-02-02replace offset with functionOffset in generate_entrypoint()Brian Paul
2000-01-31added Josh's dynamic display assembly generatorBrian Paul
2000-01-28renamed _glapi_CurrentContext to _glapi_ContextBrian Paul
2000-01-28removed actual GL entrypoints (glapitemp.h)Brian Paul
2000-01-27include conf.h if HAVE_CONFIG_H definedBrian Paul
2000-01-17disabled X86-optimized dispatch when using XF86DRI (temporary)Brian Paul
2000-01-17renamed _mesa_Dispatch to _glapi_Dispatch, misc clean-upBrian Paul
2000-01-16x86 assembly dispatchJosh Vanderhoof
2000-01-14minor change for DEBUG buildsBrian Paul
2000-01-10added printf-message to dispatch templatesBrian Paul
2000-01-08removed DISPATCH_SETUP, added RETURN_DISPATCHBrian Paul
2000-01-07improved robustness of extension handling in static_functions[] arrayBrian Paul
2000-01-05removed _glapi_ThreadSafeBrian Paul
1999-12-17added current context functions, made ThreadSafe publicBrian Paul
1999-12-17more tweaking of thread supportBrian Paul
1999-12-16minor clean-upBrian Paul
1999-12-16thread support now worksBrian Paul
1999-12-16new threading, more functions addedBrian Paul
1999-12-15new thread codeBrian Paul
1999-12-15added many more extension entry pointsBrian Paul
1999-12-10implemented GL_ARB_tranpose_matrixBrian Paul
1999-11-27lots of work on extension managementBrian Paul
1999-11-25now using glapitemp.h to generate entrypointsBrian Paul
1999-11-19updates for thread safetyBrian Paul
1999-11-12replaced _GLAPI_EXT_color_table with _GLAPI_EXT_paletted_textureBrian Paul
1999-11-12reordered some functionsBrian Paul
1999-11-12 . More Watcom C++ warnings fixed in Mesa.Kendall Bennett
1999-11-12minor clean-upsBrian Paul
1999-11-11don't include strings.h or stdio.hBrian Paul
1999-11-11Added missing GLAPIENTRY to glConvolution* and glCopy*sio
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul