Header file clean-up:
[mesa.git] / src / mesa / drivers / svga / svgamesa.c
2002-10-24 Brian PaulHeader file clean-up:
2002-10-14 Brian Paulcontext-related cleanups (ex: _mesa_notifySwapBuffers...
2002-07-09 Brian PaulOverhaul of glRead/DrawBuffer() code. Now, swrast...
2002-06-15 Brian PaulAdded ctx parameter to _mesa_debug()
2002-06-13 Brian PaulNew _mesa_debug() function to replace fprintf() calls.
2002-03-16 Brian PaulLots of changes related to framebuffer/window buffer...
2001-09-23 Brian Paulupdates for Mesa 4.0
2001-03-19 Keith WhitwellSplit driver struct into swrast/tnl/core components.
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-02-06 Brian Paulmisc updates to match latest device driver changes
2001-01-23 Brian PaulReplaced struct gl_visual with struct __GLcontextModesR...
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-11-22 Jouk Jansen Modified Files:
2000-11-17 Brian PaulMinor header file changes to silence warnings.
2000-11-16 Keith WhitwellMove the transform and lighting code to two new directories
2000-11-14 Brian PaulRemoved Driver.Color() and Driver.Index() functions.
2000-09-26 Brian PaulFirst batch of OpenGL SI related changes:
2000-03-31 Brian Paulupdates for separate R/G/B/A accum buffer sizes
2000-01-25 Brian Paulupdated for Mesa 3.3
2000-01-23 Brian Pauladded #ifdef SVGA, work-around asm code problem
2000-01-22 Brian Paulupdated SVGA sources from Mesa 3.2
1999-08-19 jtgInitial revision