summaryrefslogtreecommitdiffstats
path: root/src/mesa/glapi/glapi.c
Commit message (Expand)AuthorAgeFilesLines
* added some casts for mallocs (bug 630379)Brian Paul2002-10-291-3/+3
* s/functionOffset/offset/Brian Paul2002-10-171-2/+2
* Another round of glRead/DrawBuffer() clean-ups and simplifications.Brian Paul2002-10-111-26/+23
* _glapi_get_proc_address() now always returns a valid dispatch stub functionBrian Paul2002-10-021-95/+136
* Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul2002-06-291-18/+34
* added another spot-check to verify dispatch table correctnessBrian Paul2002-05-291-1/+9
* minor patches from David DawesBrian Paul2002-03-071-7/+6
* dispatch changes to minimize hassle with XFree86 libGLBrian Paul2001-12-041-12/+1
* API dispath updatesBrian Paul2001-11-181-1250/+3
* updated for new glext.hBrian Paul2001-10-171-1/+3
* more GL 1.3 updatesBrian Paul2001-09-141-49/+104
* Remove dependency on MESA sources from gl* filesdavem692001-06-061-11/+9
* Sparc optimized GLAPI dispatch table.davem692001-06-051-2/+53
* infrastructure for GL_ARB_multisampleBrian Paul2001-05-291-2/+1
* removed a debug messageBrian Paul2001-03-281-2/+1
* New mechanism for thread-safe GL API dispatch. C-based dispatch is faster.Brian Paul2001-03-281-19/+118
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-5/+1
* fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul2001-03-071-4/+4
* added dispatch override mechanism, used by trace extensionBrian Paul2001-01-231-50/+110
* Committing in .Jouk Jansen2000-11-221-4/+4
* Enabled GL_EXT_secondary_color. Fixed a bunch of typos in the dlist.cBrian Paul2000-10-271-19/+21
* Rewrote get_static_proc_address(). It made mistakes in some situationsBrian Paul2000-10-191-6/+8
* Replaced preprocessor symbol GL_MESA_TRACE with MESA_TRACE.Brian Paul2000-09-261-13/+14
* added GL_MESA_trace supportBrian Paul2000-09-151-9/+9
* added tracing facility from LokiBrian Paul2000-09-051-3/+58
* 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