7d5c1f8a034ca2b600c38e4cda82303a08783a6d
[mesa.git] / src / mesa / drivers / dri / ffb / ffb_points.h
1 /* $XFree86: xc/lib/GL/mesa/src/drv/ffb/ffb_points.h,v 1.2 2002/02/22 21:32:59 dawes Exp $ */
2
3 #ifndef _FFB_POINTS_H
4 #define _FFB_POINTS_H
5
6 extern void ffbDDPointfuncInit(void);
7
8 #define _FFB_NEW_POINT (_DD_NEW_POINT_SIZE | \
9 _DD_NEW_POINT_SMOOTH | \
10 _NEW_COLOR)
11
12 extern void ffbChoosePointState(GLcontext *);
13 extern void ffb_fallback_point( GLcontext *ctx, ffb_vertex *v0 );
14
15 #endif /* !(_FFB_POINTS_H) */