added xmesa_update_span_funcs()
authorBrian Paul <brian.paul@tungstengraphics.com>
Thu, 7 Sep 2000 15:42:38 +0000 (15:42 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Thu, 7 Sep 2000 15:42:38 +0000 (15:42 +0000)
src/mesa/drivers/x11/xmesaP.h

index 55e86f6f2f1536ae26837bd27ef88662782c8aea..9d311f21f3d5785a9d08bee605b107f06cddfac7 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: xmesaP.h,v 1.11 2000/07/19 23:26:35 brianp Exp $ */
+/* $Id: xmesaP.h,v 1.12 2000/09/07 15:42:38 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -516,7 +516,8 @@ static int const kernel1[16] = {
  */
 
 extern unsigned long
-xmesa_color_to_pixel( XMesaContext xmesa, GLubyte r, GLubyte g, GLubyte b, GLubyte a,
+xmesa_color_to_pixel( XMesaContext xmesa,
+                      GLubyte r, GLubyte g, GLubyte b, GLubyte a,
                       GLuint pixelFormat );
 
 extern void xmesa_alloc_back_buffer( XMesaBuffer b );
@@ -529,6 +530,9 @@ extern line_func xmesa_get_line_func( GLcontext *ctx );
 
 extern triangle_func xmesa_get_triangle_func( GLcontext *ctx );
 
+extern void xmesa_update_span_funcs( GLcontext *ctx );
+
+
 
 /* XXX this is a hack to implement shared display lists with 3Dfx */
 extern XMesaBuffer XMesaCreateWindowBuffer2( XMesaVisual v,