Merge branch 'master' into i915-unification
[mesa.git] / src / mesa / swrast / s_triangle.c
2001-03-22 Brian Paulclean-up in _swrast_choose_triangle()
2001-03-19 Keith WhitwellSplit driver struct into swrast/tnl/core components.
2001-03-17 Keith WhitwellRemove dead #define.
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-03-08 Brian Pauldo fog interpolation if INTERP_FOG is defined, not...
2001-03-08 Brian PaulMore g++ warning fixes. Fixes for CHAN_BITS==16, it...
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.