projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4663bd5
)
remove some stray debug/abort code
author
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 30 Oct 2002 20:18:38 +0000
(20:18 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 30 Oct 2002 20:18:38 +0000
(20:18 +0000)
src/mesa/swrast/s_drawpix.c
patch
|
blob
|
history
diff --git
a/src/mesa/swrast/s_drawpix.c
b/src/mesa/swrast/s_drawpix.c
index 32ac9ed48c4842f2b6a7632fd9407a6186295059..a9cddf1fec5c8e2b5c0920f43044f38472c59c07 100644
(file)
--- a/
src/mesa/swrast/s_drawpix.c
+++ b/
src/mesa/swrast/s_drawpix.c
@@
-1,4
+1,4
@@
-/* $Id: s_drawpix.c,v 1.3
8 2002/10/24 23:57:24
brianp Exp $ */
+/* $Id: s_drawpix.c,v 1.3
9 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