Fix typo
[mesa.git] / src / mesa / swrast / s_triangle.c
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-03-03 Brian Pauloptimized lambda calculation (Klaus Niederkrueger)
2001-02-16 Keith WhitwellAllow swrast to cope (fairly) cleanly with GL_SEPERATE_...
2001-02-07 Brian Pauladded divide by zero checks
2001-02-06 Brian PaulOverhaul of texture image handling.
2001-01-29 Brian Pauloptimized lambda computation (Klaus Niederkrueger)
2001-01-23 Brian PaulReplaced struct gl_visual with struct __GLcontextModesR...
2001-01-05 Keith WhitwellRemove 'pv' parameter from Line/Tri/Point funcs. The...
2000-12-12 Brian Pauldisabled two optimized textured triangle functions...
2000-11-21 Brian Paulminor clean-ups
2000-11-19 Brian PaulReplaced Texture.CurrentD[] with separate Texture.Curre...
2000-11-14 Brian PaulRemoved Driver.Color() and Driver.Index() functions.
2000-11-13 Keith WhitwellCleanup of derived state calculation prior to seperatin...
2000-11-05 Keith WhitwellReorganized software rasterizer as a module which manag...
2000-10-31 Keith WhitwellMoved software rasterizer functionality to new directory.