fix up radeon span functions using latest r200 code from Brian,
[mesa.git] / src / mesa / drivers / dri / r200 / r200_span.h
index 269ac0593fdfed26e8e36a70f9952edbaa1525bd..8b990955924761135c7705fef97df2ad403c24d5 100644 (file)
@@ -1,6 +1,5 @@
-/* $XFree86$ */
-/**************************************************************************
-
+/* $XFree86: xc/lib/GL/mesa/src/drv/r200/r200_span.h,v 1.1 2002/10/30 12:51:52 alanh Exp $ */
+/*
 Copyright (C) The Weather Channel, Inc.  2002.  All Rights Reserved.
 
 The Weather Channel (TM) funded Tungsten Graphics to develop the
@@ -37,9 +36,11 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 #ifndef __R200_SPAN_H__
 #define __R200_SPAN_H__
 
-#ifdef GLX_DIRECT_RENDERING
+#include "drirenderbuffer.h"
 
 extern void r200InitSpanFuncs( GLcontext *ctx );
 
-#endif
+extern void
+r200SetSpanFunctions(driRenderbuffer *rb, const GLvisual *vis);
+
 #endif