More span improvements. Removed _mesa_write_monocolor_span().

Removed last of span.filled* flags and Klaus's macros.
More simplification of triangle functions.
This commit is contained in:
Brian Paul
2002-01-28 03:42:28 +00:00
parent f1e2369878
commit 7956292a76
9 changed files with 160 additions and 356 deletions

View File

@@ -1,4 +1,4 @@
/* $Id: s_span.h,v 1.13 2002/01/28 00:07:33 brianp Exp $ */
/* $Id: s_span.h,v 1.14 2002/01/28 03:42:28 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -51,14 +51,11 @@ extern void
_mesa_write_rgba_span( GLcontext *ctx, struct sw_span *span,
GLenum primitive);
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,
GLenum primitive );
extern void
_mesa_read_rgba_span( GLcontext *ctx, GLframebuffer *buffer,
GLuint n, GLint x, GLint y, GLchan rgba[][4] );