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