Merge branch 'nouveau-import'
[mesa.git] / src / mesa / drivers / dri / ffb / ffb_span.h
1 /* $XFree86: xc/lib/GL/mesa/src/drv/ffb/ffb_span.h,v 1.1 2000/06/20 05:08:39 dawes Exp $ */
2
3 #ifndef _FFB_SPAN_H
4 #define _FFB_SPAN_H
5
6 #include "drirenderbuffer.h"
7
8 void ffbSetSpanFunctions(driRenderbuffer *drb, const GLvisual *vis);
9
10 #endif /* !(_FFB_SPAN_H) */