summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_drawpix.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-09-20 04:35:40 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-09-20 04:35:40 +0000
commit000abaa12de276d757d59d65ca0d99574fc0f2a6 (patch)
tree17154f338ad5d0a4eefe928a5bb09b2ec34be184 /src/mesa/swrast/s_drawpix.c
parent7265556b9aa0367e9b5031e7cb15ed2a5d73866d (diff)
remove unneeded sizeof(GLdepth) test
Diffstat (limited to 'src/mesa/swrast/s_drawpix.c')
-rw-r--r--src/mesa/swrast/s_drawpix.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/swrast/s_drawpix.c b/src/mesa/swrast/s_drawpix.c
index 29356ca4b6..db3232b04f 100644
--- a/src/mesa/swrast/s_drawpix.c
+++ b/src/mesa/swrast/s_drawpix.c
@@ -1,6 +1,6 @@
/*
* Mesa 3-D graphics library
- * Version: 6.3
+ * Version: 6.5
*
* Copyright (C) 1999-2005 Brian Paul All Rights Reserved.
*
@@ -631,7 +631,6 @@ draw_depth_pixels( GLcontext *ctx, GLint x, GLint y,
}
}
else if (type == GL_UNSIGNED_INT
- && sizeof(GLdepth) == 4
&& !bias_or_scale
&& !zoom
&& ctx->Visual.rgbMode