driCheckDriDdxDrmVersion uses a function that is not available to
[mesa.git] / src / mesa / drivers / dri / i810 / i810span.h
1 #ifndef _I810_SPAN_H
2 #define _I810_SPAN_H
3
4 extern void i810InitSpanFuncs( GLcontext *ctx );
5
6 extern void i810SpanRenderFinish( GLcontext *ctx );
7 extern void i810SpanRenderStart( GLcontext *ctx );
8
9 #endif