latest changes from Klaus

This commit is contained in:
Brian Paul
2002-01-16 16:00:03 +00:00
parent b311950dde
commit 78940758e9
3 changed files with 149 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
/* $Id: s_span.h,v 1.9 2002/01/10 16:54:29 brianp Exp $ */
/* $Id: s_span.h,v 1.10 2002/01/16 16:00:04 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -61,6 +61,10 @@ extern void
_mesa_write_monocolor_span( GLcontext *ctx, struct sw_span *span,
const GLchan color[4], GLenum primitive );
extern void
_mesa_write_texture_span( GLcontext *ctx, struct sw_span *span,
const GLfloat fog[], GLenum primitive );
extern void
_mesa_rasterize_span(GLcontext *ctx, struct sw_span *span);