Remove CVS keywords.
[mesa.git] / src / mesa / drivers / dri / ffb / ffb_points.h
1
2 #ifndef _FFB_POINTS_H
3 #define _FFB_POINTS_H
4
5 extern void ffbDDPointfuncInit(void);
6
7 #define _FFB_NEW_POINT (_DD_NEW_POINT_SIZE | \
8 _DD_NEW_POINT_SMOOTH | \
9 _NEW_COLOR)
10
11 extern void ffbChoosePointState(GLcontext *);
12 extern void ffb_fallback_point( GLcontext *ctx, ffb_vertex *v0 );
13
14 #endif /* !(_FFB_POINTS_H) */