Reorganized software rasterizer as a module which manages its own state,
authorKeith Whitwell <keith@tungstengraphics.com>
Sun, 5 Nov 2000 18:24:40 +0000 (18:24 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Sun, 5 Nov 2000 18:24:40 +0000 (18:24 +0000)
commitcd03ed4f54444d96e4e47cdb118a3dfd94d92bb0
tree57d9620635286b4ee4b8adf950014113d5961017
parent7c20642b1091df1aab7d9076a3fe2fb11c6f011c
Reorganized software rasterizer as a module which manages its own state,
with tighter interfaces with the rest of the world.

Proper documentation to come.
33 files changed:
src/mesa/swrast/s_aatriangle.c
src/mesa/swrast/s_aatritemp.h
src/mesa/swrast/s_accum.c
src/mesa/swrast/s_bitmap.c
src/mesa/swrast/s_blend.c
src/mesa/swrast/s_blend.h
src/mesa/swrast/s_context.c
src/mesa/swrast/s_context.h [new file with mode: 0644]
src/mesa/swrast/s_copypix.c
src/mesa/swrast/s_depth.c
src/mesa/swrast/s_drawpix.c
src/mesa/swrast/s_feedback.c [new file with mode: 0644]
src/mesa/swrast/s_feedback.h [new file with mode: 0644]
src/mesa/swrast/s_fog.c
src/mesa/swrast/s_imaging.c
src/mesa/swrast/s_lines.c
src/mesa/swrast/s_lines.h [new file with mode: 0644]
src/mesa/swrast/s_linetemp.h
src/mesa/swrast/s_logic.c
src/mesa/swrast/s_masking.c
src/mesa/swrast/s_pixeltex.c
src/mesa/swrast/s_points.c
src/mesa/swrast/s_points.h [new file with mode: 0644]
src/mesa/swrast/s_readpix.c
src/mesa/swrast/s_span.c
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_triangle.h
src/mesa/swrast/s_tritemp.h
src/mesa/swrast/s_zoom.c
src/mesa/swrast/swrast.h