summaryrefslogtreecommitdiff
path: root/src/mesa/main/dispatch.c
AgeCommit message (Expand)Author
2009-02-22mesa: move a bunch of compiler-related stuff into new compiler.h headerBrian Paul
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul
2005-07-18Wrap every place that accesses a dispatch table with a macro. A new script-Ian Romanick
2005-07-02Add support for assembly (static) dispatch functions on x86-64. ThisIan Romanick
2005-04-07Use the same dispatch.c source file for "normal" Mesa builds and DRIIan Romanick
2004-11-27use new PUBLIC macro for symbol exportBrian Paul
2004-11-27fix typo, update version/dateBrian Paul
2004-05-27Convert all calls using _glapi_Dispatch to use the new GL_CALL macro.Ian Romanick
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett
2003-10-14Updates to x86 assembler support for Open Watcom and SNAPKendall Bennett
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2002-10-24Header file clean-up:Brian Paul
2002-06-29Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul
2001-12-15better api trace/log messagesBrian Paul
2001-12-04dispatch changes to minimize hassle with XFree86 libGLBrian Paul
2001-09-14Win32 updates (Karl Schultz)Brian Paul
2001-06-05Sparc optimized GLAPI dispatch table.davem69
2001-03-28New mechanism for thread-safe GL API dispatch. C-based dispatch is faster.Brian Paul
2001-03-26removed DO_GEOMETRYBrian Paul
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-01-08Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out driversKeith Whitwell
2001-01-02 Committing in .Jouk Jansen
2000-12-26Major rework of tnl moduleKeith Whitwell
2000-09-05added tracing facility from LokiBrian Paul
2000-02-02added commentsBrian Paul
2000-02-02moved exec dispatch init to state.cBrian Paul
2000-02-01patch for XFree86 buildingBrian Paul
2000-01-31changed message format, added GL_EXT_texture3dBrian Paul
2000-01-28moved entrypoints here from glapi.cBrian Paul
2000-01-18generic_noop() now returns 0Brian Paul
2000-01-13include dispatch.hBrian Paul
2000-01-07added missing glHintPGI() functionBrian Paul
2000-01-07removed cpp conditionals from _mesa_init_exec_table()Brian Paul
1999-12-10implemented GL_ARB_tranpose_matrixBrian Paul
1999-11-27move dispatch table size check into _mesa_init_no_op_table()Brian Paul
1999-11-27added _mesa_init_no_op_table()Brian Paul
1999-11-12replaced EXT_color_table with EXT_paletted_textureBrian Paul
1999-11-11ColorTableEXT clean-upBrian Paul
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul