i965: Mention the mlen and rlen for URB reads.
[mesa.git] / src / mesa / drivers / dri / mach64 / mach64_span.h
index b83ac7c721f7150bc79bdb3426d3cfe910b2b723..65141d05c3d00e5853904d3a6515131797dcec85 100644 (file)
@@ -1,4 +1,4 @@
-/* $XFree86$ */ /* -*- mode: c; c-basic-offset: 3 -*- */
+/* -*- mode: c; c-basic-offset: 3 -*- */
 /*
  * Copyright 2000 Gareth Hughes
  * All Rights Reserved.
 #ifndef __MACH64_SPAN_H__
 #define __MACH64_SPAN_H__
 
+#include "drirenderbuffer.h"
+
 extern void mach64DDInitSpanFuncs( GLcontext *ctx );
 
+extern void
+mach64SetSpanFunctions(driRenderbuffer *rb, const GLvisual *vis);
+
 #endif