draw: corrections to allow for different cliptest cases
[mesa.git] / src / mesa / drivers / dri / i810 / i810span.h
1 #ifndef _I810_SPAN_H
2 #define _I810_SPAN_H
3
4 #include "drirenderbuffer.h"
5
6 extern void i810InitSpanFuncs( GLcontext *ctx );
7
8 extern void i810SpanRenderFinish( GLcontext *ctx );
9 extern void i810SpanRenderStart( GLcontext *ctx );
10
11 extern void
12 i810SetSpanFunctions(driRenderbuffer *rb, const GLvisual *vis);
13
14 #endif