Reorganized software rasterizer as a module which manages its own state,
[mesa.git] / src / mesa / swrast / s_lines.h
1 #ifndef S_LINES_H
2 #define S_LINES_H
3
4 #include "types.h"
5
6 void
7 _swrast_choose_line( GLcontext *ctx );
8
9
10 #endif