summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i810/i810span.h
blob: 545bce46a63b05f4b65a86f37691b197a2a6a26b (plain)
1
2
3
4
5
6
7
8
9
#ifndef _I810_SPAN_H
#define _I810_SPAN_H

extern void i810InitSpanFuncs( GLcontext *ctx );

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

#endif