diff options
Diffstat (limited to 'src/mesa/swrast/s_span.h')
-rw-r--r-- | src/mesa/swrast/s_span.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_span.h b/src/mesa/swrast/s_span.h index b48ca02ba7b..326d02415ae 100644 --- a/src/mesa/swrast/s_span.h +++ b/src/mesa/swrast/s_span.h @@ -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); |