projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c5f8a8
)
removed a stray debug printf
author
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 19 Apr 2002 01:08:48 +0000
(
01:08
+0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 19 Apr 2002 01:08:48 +0000
(
01:08
+0000)
src/mesa/swrast/s_span.c
patch
|
blob
|
history
diff --git
a/src/mesa/swrast/s_span.c
b/src/mesa/swrast/s_span.c
index c67005a47bb8d3aae2c6028693066f82bbb81073..77c013f0d34fec18f927bcfd6d76e2a95bb87461 100644
(file)
--- a/
src/mesa/swrast/s_span.c
+++ b/
src/mesa/swrast/s_span.c
@@
-1,4
+1,4
@@
-/* $Id: s_span.c,v 1.
39 2002/04/19 00:38:27
brianp Exp $ */
+/* $Id: s_span.c,v 1.
40 2002/04/19 01:08:48
brianp Exp $ */
/*
* Mesa 3-D graphics library
@@
-1018,7
+1018,6
@@
_mesa_write_rgba_span( GLcontext *ctx, struct sw_span *span)
monoColor = GL_FALSE;
}
else if (ctx->Color.BlendEnabled) {
- printf("blending\n");
_mesa_blend_span(ctx, span, span->color.rgba);
monoColor = GL_FALSE;
}