Consolidate _swrast_write_texture_span() into _swrast_write_rgba_span().
[mesa.git] / src / mesa / swrast / s_texture.h
2004-02-28 Brian Paulmove _swrast_texture_table_lookup() to _mesa_lookup_rgb...
2003-06-05 Ian RomanickRemoved all RCS / CVS tags (Id, Header, Date, etc....
2003-02-23 Brian PaulMove span stuff from swrast.h to s_context.h (it's...
2003-01-26 Brian PaulMake GL_SGI_texture_color_table work per-texture unit.
2002-05-02 Brian PaulImplemented GL_ARB_texture_env_crossbar.
2002-04-12 Brian PaulKlaus Niederkrueger's latest changes: use INIT_SPAN...
2002-01-28 Brian PaulStill more texture/span simplification and clean-up.
2002-01-28 Brian PaulMore span clean-up, mostly texture-related.
2002-01-27 Brian PaulLOTS of changes, building upon Klaus's work.
2002-01-10 Brian PaulKlaus's latest patches: change texcoord[3] to texcoord...
2001-12-17 Brian Paulfirst checkpoint commit of Klaus's new span code (struc...
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-02-20 Brian PaulImplemented GL_SGIX_shadow and GL_SGIX_shadow_texture.
2001-01-05 Brian PaulFixed bug in MinMagThresh computation.
2000-11-22 Jouk Jansen Committing in .
2000-11-05 Keith WhitwellReorganized software rasterizer as a module which manag...
2000-10-31 Keith WhitwellMoved software rasterizer functionality to new directory.