mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 00:38:48 +02:00
added xmesa_update_span_funcs()
This commit is contained in:
parent
16c3ea9459
commit
18f73b622f
1 changed files with 6 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue