fix up radeon span functions using latest r200 code from Brian,
[mesa.git] / src / mesa / drivers / dri / s3v / s3v_context.h
index 1c0bca3fb8f3516d59e2900b2c1ec2cd4ab5b0bd..4b409fbf374722666ade0d8b584bd8064f69aef5 100644 (file)
@@ -16,6 +16,7 @@
 #include "mtypes.h"
 #include "drm.h"
 #include "mm.h"
+#include "drirenderbuffer.h"
 
 /* Flags for context */
 #define S3V_FRONT_BUFFER    0x00000001
@@ -161,7 +162,7 @@ void s3vEmitHwState( s3vContextPtr vmesa );
 void s3vGetLock( s3vContextPtr vmesa, GLuint flags );
 void s3vInitExtensions( GLcontext *ctx );
 void s3vInitDriverFuncs( GLcontext *ctx );
-void s3vInitSpanFuncs( GLcontext *ctx );
+void s3vSetSpanFunctions(driRenderbuffer *rb, const GLvisual *vis);
 void s3vInitState( s3vContextPtr vmesa );
 void s3vInitHW( s3vContextPtr vmesa );
 void s3vInitStateFuncs( GLcontext *ctx );