blob: 9aed253bd54b4ad3025597ce5f5fa78db43c31ed [file] [log] [blame]
#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 GLvisual *vis);
#endif