more removal of fprintf() calls
[mesa.git] / src / mesa / swrast / s_points.c
2002-05-27 Brian Paulreplaced experimental MESA_sprite_point with NV_point_s...
2002-02-02 Brian Paulsw_span can now hold x/y arrays of fragment positions...
2002-01-06 Brian Paulimplemented vertex program point size control
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-02-16 Keith WhitwellAllow swrast to cope (fairly) cleanly with GL_SEPERATE_...
2001-01-23 Brian PaulReplaced struct gl_visual with struct __GLcontextModesR...
2001-01-04 Brian Paulchanged some point functions, new picking code
2001-01-03 Brian PaulNew point rasterization functions based on template...
2000-12-08 Brian PaulInitial work on GL_MESA_sprite_point extension.
2000-12-08 Brian PaulCompute attenuated point size in a new pipeline stage.
2000-11-19 Brian PaulReplaced Texture.CurrentD[] with separate Texture.Curre...
2000-11-16 Keith WhitwellMove the transform and lighting code to two new directories
2000-11-15 Brian PaulReplaced ctx->Point.Size with ctx->Point._Size
2000-11-13 Keith WhitwellCleanup of derived state calculation prior to seperatin...
2000-11-10 Brian Paulminor changes to silence compiler warnings
2000-11-05 Keith WhitwellReorganized software rasterizer as a module which manag...
2000-10-31 Keith WhitwellMoved software rasterizer functionality to new directory.