simplify INIT_SPAN code
[mesa.git] / src / mesa / swrast / s_points.c
2007-06-30 Briansimplify INIT_SPAN code
2007-06-30 Brianoverhaul point rasterization, no longer use s_pointtemp.h
2007-06-22 Brianfix bug rendering points with fragment program (see...
2007-05-20 BrianOverhaul/simplify SWvertex and SWspan attribute handling.
2007-04-24 Brians/TEXTURE/ATTRIBS/
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2004-12-29 Keith WhitwellUse Point._Size in calculation
2004-04-09 Brian Pauladded SPECULAR flag for sprite point functions
2003-08-23 Ian RomanickTrivial changes to add support for GL_ARB_point_sprite...
2003-04-08 Brian PaulAdded ctx->Texture._EnabledCoordUnits bitfield.
2003-03-25 Brian Paulreplace _mesa_ prefix with _swrast_, remove s_histogram...
2003-03-01 Brian PaulKilled mmath.[ch]. Moved low-level functions/assembly...
2002-06-15 Brian PaulImplemented GL_NV_texture_rectangle extension.
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.