d508c243ea294f36672898cb5ddc5eee3c253810
[mesa.git] / src / mesa / drivers / dri / ffb / ffb_lines.h
1 /* $XFree86: xc/lib/GL/mesa/src/drv/ffb/ffb_lines.h,v 1.2 2002/02/22 21:32:58 dawes Exp $ */
2
3 #ifndef _FFB_LINES_H
4 #define _FFB_LINES_H
5
6 #include "ffb_context.h"
7
8 #define _FFB_NEW_LINE (_DD_NEW_FLATSHADE | \
9 _DD_NEW_LINE_WIDTH | \
10 _DD_NEW_LINE_STIPPLE | \
11 _DD_NEW_LINE_SMOOTH | \
12 _NEW_COLOR)
13
14 extern void ffbDDLinefuncInit(void);
15 extern void ffbChooseLineState(GLcontext *);
16 extern void ffb_fallback_line( GLcontext *ctx, ffb_vertex *v0, ffb_vertex *v1 );
17
18 #endif /* !(_FFB_LINES_H) */