summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i810/i810span.h
blob: c01a2f94ae7f3a47ac0f4341c69a431a7f41cb7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _I810_SPAN_H
#define _I810_SPAN_H

#include "drirenderbuffer.h"

extern void i810InitSpanFuncs( GLcontext *ctx );

extern void i810SpanRenderFinish( GLcontext *ctx );
extern void i810SpanRenderStart( GLcontext *ctx );

extern void
i810SetSpanFunctions(driRenderbuffer *rb, const struct gl_config *vis);

#endif