More span clean-up, mostly texture-related.
authorBrian Paul <brian.paul@tungstengraphics.com>
Mon, 28 Jan 2002 00:07:33 +0000 (00:07 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Mon, 28 Jan 2002 00:07:33 +0000 (00:07 +0000)
commitf1e236987829393c81dc86ea19cb49eefe190317
treef7cd40a2765dcf9dcf96e1797c893a83a6193642
parent2a182a98973edc9ecf2936b1288485bb2b3fa722
More span clean-up, mostly texture-related.
_mesa_rasterize_span() is gone, replaced by new _mesa_write_textured_span().
Removed some unneeded triangle functions - more simplification possible.
13 files changed:
src/mesa/swrast/s_aatritemp.h
src/mesa/swrast/s_alpha.c
src/mesa/swrast/s_depth.c
src/mesa/swrast/s_drawpix.c
src/mesa/swrast/s_fog.c
src/mesa/swrast/s_span.c
src/mesa/swrast/s_span.h
src/mesa/swrast/s_stencil.c
src/mesa/swrast/s_texture.c
src/mesa/swrast/s_texture.h
src/mesa/swrast/s_triangle.c
src/mesa/swrast/s_zoom.c
src/mesa/swrast/swrast.h