added xmesa_update_span_funcs()

This commit is contained in:
Brian Paul
2000-09-07 15:42:38 +00:00
parent 16c3ea9459
commit 18f73b622f

View 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,