Merge branch 'texformat-rework'
[mesa.git] / src / mesa / drivers / dri / r128 / r128_span.h
index 44356c5b241eda3afce5f0ac5f8c788d9c563e2d..9af40581290a8e16c6297f2559c1968f52266171 100644 (file)
@@ -1,4 +1,3 @@
-/* $XFree86: xc/lib/GL/mesa/src/drv/r128/r128_span.h,v 1.3 2001/01/08 01:07:21 martin Exp $ */
 /**************************************************************************
 
 Copyright 1999, 2000 ATI Technologies Inc. and Precision Insight, Inc.,
@@ -36,9 +35,11 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
 #ifndef __R128_SPAN_H__
 #define __R128_SPAN_H__
 
-#ifdef GLX_DIRECT_RENDERING
+#include "drirenderbuffer.h"
 
 extern void r128DDInitSpanFuncs( GLcontext *ctx );
 
-#endif
+extern void
+r128SetSpanFunctions(driRenderbuffer *rb, const GLvisual *vis);
+
 #endif