summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/ffb/ffb_points.h
blob: 7d5c1f8a034ca2b600c38e4cda82303a08783a6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* $XFree86: xc/lib/GL/mesa/src/drv/ffb/ffb_points.h,v 1.2 2002/02/22 21:32:59 dawes Exp $ */

#ifndef _FFB_POINTS_H
#define _FFB_POINTS_H

extern void ffbDDPointfuncInit(void);

#define _FFB_NEW_POINT (_DD_NEW_POINT_SIZE | 	\
			_DD_NEW_POINT_SMOOTH |	\
			_NEW_COLOR)

extern void ffbChoosePointState(GLcontext *);
extern void ffb_fallback_point( GLcontext *ctx, ffb_vertex *v0 );

#endif /* !(_FFB_POINTS_H) */