Remove CVS keywords.
[mesa.git] / src / mesa / drivers / dri / ffb / ffb_lines.h
1
2 #ifndef _FFB_LINES_H
3 #define _FFB_LINES_H
4
5 #include "ffb_context.h"
6
7 #define _FFB_NEW_LINE (_DD_NEW_FLATSHADE | \
8 _DD_NEW_LINE_WIDTH | \
9 _DD_NEW_LINE_STIPPLE | \
10 _DD_NEW_LINE_SMOOTH | \
11 _NEW_COLOR)
12
13 extern void ffbDDLinefuncInit(void);
14 extern void ffbChooseLineState(GLcontext *);
15 extern void ffb_fallback_line( GLcontext *ctx, ffb_vertex *v0, ffb_vertex *v1 );
16
17 #endif /* !(_FFB_LINES_H) */