summaryrefslogtreecommitdiff
path: root/src/mesa/main/dispatch.c
AgeCommit message (Collapse)Author
2001-01-08Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out driversKeith Whitwell
that used to require a 'ReducedPrimitiveChange' callback. Various compilation fixes for XFree86. Reverted to the older version of glcore.h used internally in XFree86, and moved it to 'Mesa/include/GL/internal/glcore.h', for compatibility with XFree86.
2001-01-02 Committing in .Jouk Jansen
Modified Files: Mesa/demos/descrip.mms Mesa/src/descrip.mms Mesa/src/dispatch.c -Updated VMS compile suppport -Included glthread.h in dispatch.c to make sure that THREADS is defined if i.e. PTHREADS is defined in the makefile. ----------------------------------------------------------------------
2000-12-26Major rework of tnl moduleKeith Whitwell
New array_cache module Support 8 texture units in core mesa (now support 8 everywhere) Rework core mesa statechange operations to avoid flushing on many noop statechanges.
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