summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_drawpix.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2002-10-30 20:18:38 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2002-10-30 20:18:38 +0000
commite1e867c3b250506f7497dd8ecd1e3960d4d76354 (patch)
tree46f2fee5a9086b75b218fd5734fd732ef557a5cd /src/mesa/swrast/s_drawpix.c
parent4663bd50f1e2f219bd1b2a4d902b11b936512398 (diff)
remove some stray debug/abort code
Diffstat (limited to 'src/mesa/swrast/s_drawpix.c')
-rw-r--r--src/mesa/swrast/s_drawpix.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mesa/swrast/s_drawpix.c b/src/mesa/swrast/s_drawpix.c
index 32ac9ed48c..a9cddf1fec 100644
--- a/src/mesa/swrast/s_drawpix.c
+++ b/src/mesa/swrast/s_drawpix.c
@@ -1,4 +1,4 @@
-/* $Id: s_drawpix.c,v 1.38 2002/10/24 23:57:24 brianp Exp $ */
+/* $Id: s_drawpix.c,v 1.39 2002/10/30 20:18:38 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -686,7 +686,6 @@ draw_depth_pixels( GLcontext *ctx, GLint x, GLint y,
}
if (ctx->Visual.rgbMode) {
if (zoom) {
- abort();
_mesa_write_zoomed_rgba_span(ctx, &span,
(const GLchan (*)[4]) span.array->rgba, desty);
}
@@ -694,7 +693,6 @@ draw_depth_pixels( GLcontext *ctx, GLint x, GLint y,
_mesa_write_rgba_span(ctx, &span);
}
else {
- abort();
if (zoom)
_mesa_write_zoomed_index_span(ctx, &span, desty);
else