summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/ffb/ffb_lines.h
blob: ddb93656539ed45d4ac93de6186dd3211feba288 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

#ifndef _FFB_LINES_H
#define _FFB_LINES_H

#include "ffb_context.h"

#define _FFB_NEW_LINE (_DD_NEW_FLATSHADE |	\
		       _DD_NEW_LINE_WIDTH |	\
		       _DD_NEW_LINE_STIPPLE |	\
		       _DD_NEW_LINE_SMOOTH |	\
		       _NEW_COLOR)

extern void ffbDDLinefuncInit(void);
extern void ffbChooseLineState(GLcontext *);
extern void ffb_fallback_line( GLcontext *ctx, ffb_vertex *v0, ffb_vertex *v1 );

#endif /* !(_FFB_LINES_H) */