summaryrefslogtreecommitdiff
path: root/src/mesa/glapi/glapi.c
AgeCommit message (Expand)Author
2004-07-05Another "if it ain't broke, don't fix it" moment. Revert some moreIan Romanick
2004-07-05fixed non-threaded codepathDaniel Borca
2004-07-02Fix a potential race condition. Fix a couple of places whereIan Romanick
2004-06-30Add infrastructure for t_vertex.c codegen. Add an example driverKeith Whitwell
2004-06-29First phase of TLS work. At this point SPARC assembly dispatch isIan Romanick
2004-05-27Modify glprocs.h to have two tables instead of one. The first tableIan Romanick
2004-04-23minor fixes for entrypoint name manglingBrian Paul
2004-01-07no-op table on par with main dispatcherDaniel Borca
2003-12-01fix __sparc_v9__ test to exclude linux (bug 852204)Brian Paul
2003-09-19Assorted casts to silence g++ warnings.Brian Paul
2003-08-27make _glapi_get_proc_address() return NULL if function doesn't start with gl ...Brian Paul
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2002-10-29added some casts for mallocs (bug 630379)Brian Paul
2002-10-17s/functionOffset/offset/Brian Paul
2002-10-11Another round of glRead/DrawBuffer() clean-ups and simplifications.Brian Paul
2002-10-02_glapi_get_proc_address() now always returns a valid dispatch stub functionBrian Paul
2002-06-29Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul
2002-05-29added another spot-check to verify dispatch table correctnessBrian Paul
2002-03-07minor patches from David DawesBrian Paul
2001-12-04dispatch changes to minimize hassle with XFree86 libGLBrian Paul
2001-11-18API dispath updatesBrian Paul
2001-10-17updated for new glext.hBrian Paul
2001-09-14more GL 1.3 updatesBrian Paul
2001-06-06Remove dependency on MESA sources from gl* filesdavem69
2001-06-05Sparc optimized GLAPI dispatch table.davem69
2001-05-29infrastructure for GL_ARB_multisampleBrian Paul
2001-03-28removed a debug messageBrian Paul
2001-03-28New mechanism for thread-safe GL API dispatch. C-based dispatch is faster.Brian Paul
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-07fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul
2001-01-23added dispatch override mechanism, used by trace extensionBrian Paul
2000-11-22 Committing in .Jouk Jansen
2000-10-27Enabled GL_EXT_secondary_color. Fixed a bunch of typos in the dlist.cBrian Paul
2000-10-19Rewrote get_static_proc_address(). It made mistakes in some situationsBrian Paul
2000-09-26Replaced preprocessor symbol GL_MESA_TRACE with MESA_TRACE.Brian Paul
2000-09-15added GL_MESA_trace supportBrian Paul
2000-09-05added tracing facility from LokiBrian Paul
2000-05-24replaced assertion with a conditional in _glapi_add_entrypoint()Brian Paul
2000-05-18bunch of updates to static_functions[]Brian Paul
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