Added state debugging option (SAVAGE_DEBUG=state).
[mesa.git] / src / mesa / main / dispatch.c
2004-11-27 Brian Pauluse new PUBLIC macro for symbol export
2004-11-27 Brian Paulfix typo, update version/date
2004-05-27 Ian RomanickConvert all calls using _glapi_Dispatch to use the...
2003-10-21 Kendall BennettAdded GLAPIENTRY decorations for all first level OpenGL...
2003-10-14 Kendall BennettUpdates to x86 assembler support for Open Watcom and...
2003-06-05 Ian RomanickRemoved all RCS / CVS tags (Id, Header, Date, etc....
2002-10-24 Brian PaulHeader file clean-up:
2002-06-29 Brian PaulApplied Matt Sealey's patch to remove/isolate all stdio...
2001-12-15 Brian Paulbetter api trace/log messages
2001-12-04 Brian Pauldispatch changes to minimize hassle with XFree86 libGL
2001-09-14 Brian PaulWin32 updates (Karl Schultz)
2001-06-05 davem69Sparc optimized GLAPI dispatch table.
2001-03-28 Brian PaulNew mechanism for thread-safe GL API dispatch. C-based...
2001-03-26 Brian Paulremoved DO_GEOMETRY
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-01-08 Keith WhitwellAdd a 'RenderPrimitive' callback to t_vb_render.c....
2001-01-02 Jouk Jansen Committing in .
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-09-05 Brian Pauladded tracing facility from Loki
2000-02-02 Brian Pauladded comments
2000-02-02 Brian Paulmoved exec dispatch init to state.c
2000-02-01 Brian Paulpatch for XFree86 building
2000-01-31 Brian Paulchanged message format, added GL_EXT_texture3d
2000-01-28 Brian Paulmoved entrypoints here from glapi.c
2000-01-18 Brian Paulgeneric_noop() now returns 0
2000-01-13 Brian Paulinclude dispatch.h
2000-01-07 Brian Pauladded missing glHintPGI() function
2000-01-07 Brian Paulremoved cpp conditionals from _mesa_init_exec_table()
1999-12-10 Brian Paulimplemented GL_ARB_tranpose_matrix
1999-11-27 Brian Paulmove dispatch table size check into _mesa_init_no_op_ta...
1999-11-27 Brian Pauladded _mesa_init_no_op_table()
1999-11-12 Brian Paulreplaced EXT_color_table with EXT_paletted_texture
1999-11-11 Brian PaulColorTableEXT clean-up
1999-11-11 Brian Paulfirst big check-in of new Mesa 3.3 code